Receipt Debugger · powered by /v1/receipt/verify

Paste any receipt. Get the truth.

Drop a Hive receipt in the box. The Receipt Debugger checks both signatures, reads out what compliance rules it lines up with, and shows every field with a plain explanation. It runs on /v1/receipt/verify, the same backend auditors use.

Receipt JSON

Verification result

Paste a receipt and click Verify. It calls POST https://receipts.thehiveryiq.com/v1/receipt/verify directly. No auth, no quota.

What gets checked.

Both signatures checked

Checks both the Ed25519 and ML-DSA-65 signatures against the published did:hive:hivemorph root key.

Compliance check

Tells you which rules the receipt lines up with, based on its compliance_alignment field.

Free forever

This tool is free, always. No auth, no quota. It's the same endpoint your auditors call.

Want to check receipts from code? Point your client at https://receipts.thehiveryiq.com/v1/receipt/verify. For the version a person can read, see /verify.html. To learn why receipts are built this way, read Compliance by Construction.