verify · inference receipts · free, and staying free

Check a receipt.

Paste an inference receipt below. Your browser checks both signatures against the published keys and, if you paste an inclusion proof with it, checks that the receipt is inside the sealed day it claims. No account, no API key, and nothing you paste leaves this tab.

signaturesnothing pasted

Nothing has been checked in this browser yet.

sealednot checked

what a pass here means

  1. signatures

    Ed25519 and ML-DSA-44 both check out over the canonical body, against a key id the page pins. Two signatures because one is expected to outlive quantum computers and the other is what everything can check today. A four-element envelope — what stripping the post-quantum signature looks like — is refused in every conformance class.

  2. the bindings

    The signed body binds a request hash to a response hash, under a pinned weights_digest and a pinned enclave_measurement, at a time, for a tenant. Change any one of them and the signature stops covering the receipt. What those two digests do and do not prove — commitment for an externally served model, computation for one inside the enclave — is written out on Proof of Model.

  3. sealed

    With an inclusion proof, your browser recomputes the receipt’s ledger leaf from the signed body, walks the path to the day’s state root, and checks the seal’s signature against the key published at /ledger. The leaf is recomputed rather than taken from the proof: a proof carrying its own leaf hash proves the inclusion of whatever that hash is, which need not be your receipt.

what a pass here does not mean

what this page sends

Nothing. There is no validate endpoint behind this box, no key that lives on a server, and no request carrying what you pasted — not to us, not to anyone. The signature check is arithmetic over files your browser already has, so it works with the network cut once the page is cached. Checking the seal is the one step that fetches, and what it fetches is the published checkpoint package and the anchor document, at fixed paths on this origin, chosen by this page rather than by the document you pasted.

That asymmetry is the product, not a limitation of it. Issuing receipts is the metered half; checking them is free, unauthenticated and permanent, because a proof you have to ask the seller to confirm is not a proof. The same verifier runs in the MCP server for agents, and as a command line for anyone who would rather not trust a web page either.

provenance

The keys below are test keys. REAL dual signatures over SYNTHETIC material. Both key sets below are test keys whose derivation labels are public. No production key has signed an inference receipt: the attested gateway that will issue them is in build, and until it ships there is no production inference receipt in existence.

schema vector key
50e67440ec17417e… · pcrzero-sdk inference vectors v1 (#117)
sealed-example key
1adcbfccd566d820… · #119 synthetic seal

Captured 2026-08-11 by scripts/build-inference-specimens.mjs from the frozen schema’s golden vectors and the sealed-receipt evidence. Only public key material is published here — the script refuses to write the file if a secret-shaped field appears in any source document.

The verifier is the SDK’s own, vendored under src/scripts/ with its source path and SDK revision in the header of each file, and held to that revision by a build check — the same code the product ships.