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
- The engine canonicalizes the signed fields with sorted keys and compact separators.
- It SHA-256 hashes that canonical JSON to produce a 32-byte digest.
- It Ed25519-signs the digest with a private key. The matching public key is published.
- This page reverses steps 1 and 2 against the pasted fields and checks the signature.