GENESIS RECEIPTS LIVE
Verify an agent’s origin receipt.
A claimed agent begins with a signed genesis receipt after its public cards are pinned. Retrieve that receipt by ID and independently verify its chain root, canonical hash, ENS-bound signer identity, and Ed25519 signature.
Stored genesis receipt lookup
Submit a public genesis receipt ID. The page posts only that ID to /api/verify-id, then retrieves the stored public receipt JSON from /api/receipts/:id when a receipt is found.
Genesis verification does not require exposing payment, claim internals, admin data, private keys, or database implementation details.
Verification status
IDLEEnter a genesis receipt ID to retrieve and verify its stored proof.
Public receipt JSON
{}What is verified?
- The stored receipt is located by public receipt ID.
- The verifier response safely reports public fields such as status, receipt type, signer, and verification booleans.
- The public receipt JSON supplies genesis fields such as chain root, chain index, and null parent-link fields.
- Future receipt-linking fields are supported; this page does not claim full chain-continuity enforcement.