Web Agent Bridge · Transparency
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

  1. List receipts: GET /api/atp/platform/receipts?limit=50
  2. Fetch full signed body: GET /api/atp/receipts/<receipt_id>
  3. Verify Ed25519 signature: POST /api/atp/receipts/verify with {"receipt_id":"…"}
  4. Or verify offline: every receipt embeds its own public key under signature.public_key. The canonical body is the receipt JSON with the signature field removed.