← zambo.dev
PUBLIC RECEIPT WALL

Real work.
Publicly checkable.

Every receipt below is independently checkable — pick one and check it now. Each entry links to a live /run/<uuid> page backed by the receipt store.

CHECK BEFORE YOU TRUST

Receipt anatomy

A public receipt exposes the record needed to inspect one execution without relying on the original chat.

receipt_idStable UUID for this execution
toolThe tool that actually ran
timestampWhen the record was created
integrity hashSHA-256 commitment to canonical bytes

Mint-free verification

No token, wallet, or account is needed to check a receipt. This command calls the existing verifier core for a real public receipt.

curl -fsSL https://zambo.dev/api/receipt/05c37cbd-0064-4d49-a3ad-055013157229/verify | jq '{id, verification_status, output_hash}'

Buyer checklist

Read the AI agent execution receipt guide →