INDEPENDENT VERIFICATION

Verify a notarized AI receipt.

Paste any GoVTrace Receipt v1. The verifier checks the Ed25519 signature against the public key at /.well-known/govtrace-pubkey.json. Stateless. No DoCR required. No login. Same result as npm i -g @gobotsai/govtrace on the command line. Read the spec.

Need a real receipt? Run the live demo and copy the JSON from the receipt panel.

HOW THIS WORKS

  1. The engine canonicalizes the signed fields with sorted keys and compact separators.
  2. It SHA-256 hashes that canonical JSON to produce a 32-byte digest.
  3. It Ed25519-signs the digest with a private key. The matching public key is published.
  4. This page reverses steps 1 and 2 against the pasted fields and checks the signature.
Request a Walkthrough →

Week 1: working system