A2A · AGENT-TO-AGENT COMMERCE · Live

The receipt rail for A2A commerce.

A2A (agent-to-agent) commerce is the emerging settlement layer where autonomous AI agents transact on behalf of human and organizational principals. Hive provides the dual-signed, post-quantum-durable receipt rail underneath any A2A protocol — MCP, AP2, the open A2A Protocol, ACP, and any future variant — binding every event to an Ed25519 (RFC 8032) and ML-DSA-65 (NIST FIPS 204) signature anchored on Base 8453.

Why a receipt rail under A2A

A2A protocols answer the question of how agents talk. They do not answer the question of what changed and who can prove it in 2055. The Hive receipt rail is platform-neutral: every A2A event becomes a CBOR-canonical envelope, dual-signed, anchored, and verifiable offline against the issuer’s published keys. The proof is its own evidence.

What is A2A commerce?

A2A commerce is the settlement layer where autonomous AI agents transact directly with each other on behalf of their principals. Instead of a person clicking buy, the agent negotiates terms, executes payment, and produces evidence of the exchange. The counterparty is another agent — a procurement agent, a contract agent, a logistics agent, a settlement agent — not a human-fronted system pretending to be a checkout flow.

The category is sometimes called “agentic commerce” (broader, includes any agent-initiated transaction) or “agent payments” (narrower, limited to value transfer). A2A is the narrow technical surface where the negotiation, execution, and evidence are all between agents. The rest of the stack — identity, signatures, anchors, audit — has to be built for that surface, not retrofitted from human-style web checkout.

Several A2A protocols are converging. MCP (Model Context Protocol) lets a model invoke tools and exchange context. AP2 (Google Agent Payments Protocol) targets payment intents. The open A2A Protocol standardizes agent discovery and message exchange. ACP and OpenAI function calling cover overlapping ground. None of these protocols specify a post-quantum receipt format. That is the gap.

The Hive A2A receipt rail closes the gap. It accepts an event from any A2A protocol surface, produces a dual-signed receipt envelope, anchors the event hash on Base 8453, and exposes verification as an MCP-compatible tool. Production rails are live across twelve named verticals.

What is an A2A receipt rail?

An A2A receipt rail captures every agent-to-agent event as a cryptographic receipt with five binding properties:

The same envelope is exposed to MCP clients as a tool, to AP2-style payment intents as a settlement record, and to plain HTTPS as a JSON / CBOR resource. Verification is a single offline call against published issuer keys.

A2A protocols Hive supports

Hive does not replace A2A protocols. It produces the receipt every protocol needs and does not specify.

ProtocolWhat it doesWhat Hive adds
MCP (Model Context Protocol)Tool invocation and context exchange between models and clientsReceipt rail exposed as MCP tools — {vertical}_attest, {vertical}_chain_verify, {vertical}_get
AP2 (Google Agent Payments Protocol)Payment intent and authorization for agent-led commerceDual-signed settlement receipt with Base 8453 anchor and did:hive party binding
A2A Protocol (open)Agent discovery, capability advertisement, message exchangePer-message receipt with ML-DSA-65 signature; capability cards signed under did:hive
ACP (Anthropic Computer Protocol)Computer-use agent action surfacePer-action receipt with chain pointer; turns sequences of actions into a verifiable trail
Hive native A2AReceipt-first agent transport built around the envelopeNative rail; lowest receipt overhead
OpenAI function callingFunction invocation surface from LLMsPer-call receipt; functions cross-attested under the agent’s did:hive

Three primitives, one substrate

Every A2A receipt Hive produces stands on the same cryptographic floor — ML-KEM-768 (NIST FIPS 203) for key encapsulation and ML-DSA-65 (NIST FIPS 204) for signatures. Three named primitives compose the substrate.

Production substrate

Wave-Lattice

6-axis MAPET physical-entropy threshold consensus. CAVP-PASS. The default substrate underneath every A2A receipt today.

See the lattice →

Sovereign ceiling

RogueWave-Lattice

16-axis cosmic-tier substrate for sovereign and regulated jurisdictions. Same FIPS 203 + 204 floor; deeper entropy quorum.

See RogueWave →

Consensus layer

Swarm-MAPET

4-phase BFT consensus across distributed physical-entropy validators. Threshold-signed receipts. USDC settlement on Base.

See Swarm-MAPET →

Verticals running on the A2A receipt rail

Twelve named verticals share one rail. Same envelope, same signatures, same anchor. Each vertical adapts the field map and the standards alignment.

A2A pricing

One ladder across every vertical. Settlement is USDC on Base 8453 via x402. Treasury 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E is on-chain.

Nano A2A
$0.0001
Per-event nano-tier receipt
Standard
$0.0096
Swarm-tier dual-signed
Court-grade
$0.10
LEX-Contract per-event
Swarm consensus
$0.05
Per BFT consensus event

See the full ladder including monthly and annual flat tiers on the pricing page.

Live verification — what an A2A receipt looks like

The envelope below is the same shape any vertical produces. CBOR-canonical, JSON-rendered for inspection. Verification works offline against the issuer’s published public keys.

a2a_chain_verify · receipt_id = 01J5K-A2A-RECEIPT-3D7F1A VERIFIED · OFFLINE
// CBOR-canonical A2A receipt envelope, JSON-rendered { "receipt_id": "01J5K-A2A-RECEIPT-3D7F1A", "protocol": "a2a/1", "event_kind": "a2a.settle", "parties": [ { "role": "buyer_agent", "did": "did:hive:agent:0xa19c…7d41" }, { "role": "seller_agent", "did": "did:hive:agent:0x88f3…c104" } ], "event_hash": "sha256:9b2f7c…a14d", "prior_attestation_id": "01J5K-A2A-NEGOTIATE-2C18B0", "chain_length": 4, "settled_at": "2026-05-08T14:00:09Z", "settle_amount": "0.0096 USDC", "anchor_txid": "base8453:0x7c2a1d…b04f", "sig_ed25519": "4c7d…e211", // RFC 8032 "sig_mldsa65": "f9a1…3d04" // NIST FIPS 204 }
[ok] Ed25519 signature valid · issuer key fingerprint k1:8c2a…
[ok] ML-DSA-65 signature valid · issuer key fingerprint kq:b71d…
[ok] Chain reconciled · 4 / 4 A2A events verified offline (discover → negotiate → commit → settle)

Standards and registries

The receipt rail is platform-neutral because it composes existing public standards. None of the standards below are Hive-proprietary; the binding into one envelope is.

Standard or registryRole in the A2A receipt
NIST FIPS 203 (ML-KEM-768)Post-quantum key encapsulation for the agent identity layer.
NIST FIPS 204 (ML-DSA-65)Post-quantum signature on every A2A receipt.
RFC 8032 (Ed25519)Classical signature on every A2A receipt; co-bound with ML-DSA-65.
W3C DID Core 1.0The did:hive method registers agents and entities as parties to A2A receipts.
MCP 2024-11-05Receipt-rail tools exposed as MCP for any compliant client.
CAIP-2 / chain registry (Base 8453)Canonical chain identifier under which receipts are anchored.
USDC contract on BaseSettlement asset for x402 micropayments at every receipt tier.
x402Micropayment standard used to price and settle every receipt.

The did:hive v1 specification is published in full. The MCP tool manifest is available on request.

FAQ

What is A2A commerce?
A2A (agent-to-agent) commerce is the settlement layer where autonomous AI agents transact on behalf of human or organizational principals. Instead of a person clicking buy, the agent negotiates terms, executes payment, and produces evidence of the exchange. The Hive receipt rail provides the dual-signed, post-quantum-durable receipt every A2A transaction needs.
What is an A2A receipt rail?
An A2A receipt rail captures every agent-to-agent event as a cryptographic receipt: party identifiers (did:hive), event hash, prior-event chain pointer, classical signature (Ed25519, RFC 8032), post-quantum signature (ML-DSA-65, NIST FIPS 204), and an anchor on Base 8453. The receipt verifies offline against published issuer keys.
How does A2A differ from agent-to-agent settlement?
They are the same surface viewed from different angles. A2A is the protocol family (MCP, AP2, A2A Protocol, ACP) that lets agents discover each other and exchange intent. Settlement is the moment value or evidence changes hands. The Hive receipt rail sits at the settlement moment regardless of which A2A protocol carried the negotiation.
Does A2A use MCP?
MCP (Model Context Protocol) is one of several A2A surfaces. It lets a model invoke tools and exchange context with other agents. Hive exposes its receipt rail as MCP-compatible tools, so any MCP client can mint, verify, and chain A2A receipts with no custom integration.
What is did:hive?
did:hive is the W3C DID method (DID Core 1.0) Hive uses to identify agents, entities, and infrastructure participants in A2A commerce. Each did:hive resolves to a key set including an Ed25519 public key and an ML-DSA-65 public key, with a signed key history so receipts remain verifiable across rotations.
How does post-quantum signing work for agents?
Every A2A receipt carries two signatures bound to the same canonical envelope: a classical Ed25519 (RFC 8032) signature for today, and an ML-DSA-65 (NIST FIPS 204) signature for the day a cryptanalytically-relevant quantum computer breaks classical curves. Both must verify for the receipt to be valid.
What is ML-DSA-65?
ML-DSA-65 is the NIST FIPS 204 post-quantum digital signature standard, parameter set 65, derived from CRYSTALS-Dilithium. It is specified to remain secure against cryptanalytically-relevant quantum computers through 2055 and beyond. Every Hive A2A receipt carries an ML-DSA-65 signature alongside Ed25519.
What is the price of an A2A receipt?
Hive prices A2A receipts on a ladder from $0.0001 (nano-tier per-event) through $0.0096 (swarm-tier standard) up to $0.10 (court-grade contract receipts) and $0.05 per Swarm-MAPET consensus event. Settlement is in USDC on Base 8453 via x402.
Which verticals does Hive cover?
Twelve named verticals run on the same A2A receipt rail: LEX-Contract (contract lifecycle), DeedLock (real estate), ProcureLock (procurement), HiveComply (compliance), CLEAR (prior authorization), HIPAA-Hive (PHI), Atticus (legal), TradeGuard (trade attestation), NewsShield (media provenance), prove.birth (agent birth certificates), StormLock (catastrophe), and ALCOA-AgentGuard (regulated GxP).
Is A2A the same as agentic commerce?
Agentic commerce is the broader category — any commerce initiated or completed by an AI agent. A2A is the narrower technical surface where two or more agents transact directly with each other. Hive provides the receipt rail under both: the agentic transaction is recorded the same way regardless of whether the counterparty is a human-fronted system or another agent.
How is settlement handled?
Settlement runs USDC on Base 8453 via the x402 micropayment standard. Hive treasury 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E exists on-chain. Receipts settle in seconds; invoicing is monthly net-30 by default for enterprise tiers.
What is MAPET?
MAPET is the multi-axis physical-entropy threshold consensus that backs the receipt rail. The production substrate runs 6-axis MAPET (Wave-Lattice); the sovereign-tier substrate runs 16-axis MAPET (RogueWave-Lattice). Swarm-MAPET adds a 4-phase BFT consensus across distributed physical-entropy validators with threshold-signed receipts.

A real conversation about A2A

If you are building an agent that needs to produce evidence of every transaction it executes, the fastest path is a direct note. No qualification gate, no SDR. Steve reads them.

Live A2A rail · 12 verticals · Dual-signed (Ed25519 + ML-DSA-65) · FIPS 203 / 204 · W3C DID Core 1.0 · Anchored on Base 8453 · Settles USDC via x402