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.
POST https://receipts.thehiveryiq.com/v1/receipt/verify directly. No auth, no quota.Checks both the Ed25519 and ML-DSA-65 signatures against the published did:hive:hivemorph root key.
Tells you which rules the receipt lines up with, based on its compliance_alignment field.
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.