RECEIPT

Conditional settlement for x402. The money waits in escrow and moves only if the response passes checks the buyer signed. Every verdict below is on a public ledger you can read without asking us.

read from Hedera, live

Check this yourself

Where this page gets its data

reading the audit topic from Hedera's mirror node…

This is a static page. There is no server of ours behind it: every deal below was rebuilt in your browser from the public topic, and the recompute button on each one re-runs the adjudicator here, locally, against the same bytes. If the log did not carry what this page claims, this page could not exist.

To run a new deal you need the facilitator, which spends real testnet HBAR and takes about twenty seconds per purchase. Clone the repo and run pnpm facilitator, then open localhost:8080, where the same page gains four buttons that each start one.

The ledger

Do not trust any of this — recompute it

Every deal publishes its terms, the raw response and the verdict to the audit topic, and the escrow records the verdict hash on chain. Nothing above needs to be believed: fetch the messages from the mirror node and re-run the adjudicator yourself.
pnpm verify --all replay every verdict this facilitator ever published pnpm verify --deal 0x… one deal, end to end cd verify-py && python3 verify.py --deal 0x… --topic a second implementation, no dependencies, written from SPEC.md