Paste a session ID or erasure request ID. We fetch the receipt chain from api.storage.trdn.io and verify every ed25519 signature client-side against our published public key.
Each receipt is canonicalized (sorted JSON, no whitespace) and signed with our ed25519 key
trd-receipt-key-2026. The public key is published at
trdn.io/keys/trd-receipt-key-2026.public.pem.
Receipts hash-chain via prev_receipt_cid pointing at the previous receipt's hash. Any tampering breaks the signature
or the chain, and is publicly detectable. This verifier runs entirely in your browser — no trust in our servers required.