Eat your own cooking
Every subscription is a public, signed receipt.
WAB doesn't just build the trust layer for agentic commerce — it runs its own business on it. Every dollar that flows into webagentbridge.com is itself an ATP transaction with a publicly-verifiable Ed25519 receipt.
This page reads directly from the production ATP ledger. Click Verify on any row to re-check the signature in your browser.
Receipts issued
—
Total settled
—
First receipt
—
Latest receipt
—
Live receipt feed
| Issued | Tier | Amount | Receipt ID | Key | Signature |
|---|---|---|---|---|---|
| Loading public ATP ledger… | |||||
How to audit this yourself
- List receipts:
GET /api/atp/platform/receipts?limit=50 - Fetch full signed body:
GET /api/atp/receipts/<receipt_id> - Verify Ed25519 signature:
POST /api/atp/receipts/verifywith{"receipt_id":"…"} - Or verify offline: every receipt embeds its own public key under
signature.public_key. The canonical body is the receipt JSON with thesignaturefield removed.