A2A live demo · just shipped

Try the agent receipt demo.

Click Run to send a sample request to Hive's receipt service and request an ML-DSA-65 signature under NIST FIPS 204. The page asks the signer to verify the result and displays an x402 payment intent for Base 8453; it does not submit or settle that payment. The faucet's sig_dsa field is a placeholder, shown separately from the signature requested from the signer.

How x402 payment works Verify the receipt after
Agent A · scout
did:hive:agent:scout
Idle. Click Run to dispatch.
Agent B · verifier (Hive faucet)
did:hive:agent:verifier
Listening on /v1/receipt/free

Live log

Waiting for Run…

Receipt issued

receipt_id
agent_did
validator_dids
federated_block_hash
ml_dsa_65 (FIPS 204)
ml_dsa_65 status
sig_classical (Ed25519)
sig_dsa (faucet placeholder)
tx_hash (Base 8453)
issued_at
Verify this receipt on Hive →

Drop this into your agent

The same call Agent A made above. Works from any language. No API key for the free tier.

curl -X POST https://receipts.thehiveryiq.com/v1/receipt/free \
  -H "Content-Type: application/json" \
  -d '{
    "payload": "sha256 of whatever your agent just did",
    "agent_did": "did:hive:agent:my-agent"
  }'

100 free per IP per day. Need more? $99/mo for 10K receipts.

Start building → Issue your own free receipt x402.js snippet GitHub PR signing
Data handling. Client-side hashes and server-side text processing have different boundaries. Logging, storage and retention are endpoint-specific. See Privacy.