AI Agent payment 7-protocol layering table
ConfidenceLikelyUpdated2026-05-26Review by2026-09-22Sources6Machine-translatedOriginal (JA)
Wiki route
This entry sits under AI Agent payment protocol overview · seven-protocol map. Read it against payments index for peer / contrast context and systems index for the broader system / regulatory boundary.
Key facts
- 7 protocols = intent 3 + transport 2 + context 2 •
- AP2(Google-led) + x402(Coinbase-led) + MCP (Anthropic-led) + A2A (Google-led) = the industry shorthand “4 protocols” •
- SPT (Skyfire) / ACK (Catena Labs · a16z) / TAP (xpay) are secondary competitors •
- AP2 signs mandates with VC (Verifiable Credentials) + DPK (Decentralized Public Key) •
- x402 is an HTTP standard, non-chain-specific •
Mechanism / How it works
The intent layer answers “what does the user want to do.” AP2 defines a 3-layer trust-chain mandate: Intent (user ↦ agent · authorize purchase of X) → Cart (agent ↦ merchant · place the order on the user’s behalf) → Payment (merchant ↦ payment network · collection instruction). Each layer is signed with VC + DPK, forming a chain that is tamper-proof. SPT / ACP are early competitors of similar design.
The transport layer answers “how to move money from A to B.” x402 revives the HTTP 402 Payment Required status code. The server embeds “pay X USDC to address Y” in the response · the agent wallet automatically signs · transfers. Per-call micropayment is established. The underlying wallet is usually based on ERC-4337 smart accounts or ERC-7702 temporary upgrades, and when going cross-chain, chain abstraction patterns hide the differences of the underlying chains. TAP is a similar token-based auth path but with a thinner ecosystem.
The context layer answers “how does the LLM know the available tools / data.” MCP standardizes server-side tool definitions + resources · the LLM client automatically discovers and invokes them. A2A takes on agent-to-agent communication (one agent delegating to another) · forming a complementary relationship with MCP’s server-tool in the 2 direction of agent-agent.
Origin & evolution
2024.11 Anthropic released MCP · within 6 months OpenAI / Google followed · it became the de facto standard. 2025.04 Google released A2A to complement agent-to-agent communication. 2025.05 Coinbase released x402 , igniting the “HTTP-native payment” narrative (for detail on USDC as the default settlement currency see USD stablecoin interchange layer). 2025.09 Google, with 60+ partners, released AP2 · setting the tone of the intent layer. In mid-2026 FIDO took over AP2 → pivoted to AAIF · the intent layer heads toward a neutral standard. Secondary protocols (SPT/ACP/TAP) appeared within 2025, but under the dual commoditization pressure of AP2 + FIDO they find it hard to build an independent moat — forming a structural contrast with Stripe protocol-hedging strategy.
Related
Sources
- Google AP2(intent layer · Intent / Cart / Payment mandate · VC + DPK signature) — https://github.com/google-agentic-commerce/AP2
- Coinbase x402(transport layer · HTTP 402 per-call micropayment) — https://github.com/coinbase/x402
- Model Context Protocol (context layer · server-tool interface) — https://github.com/modelcontextprotocol/modelcontextprotocol
- Agent2Agent (A2A) Protocol (context layer · agent-agent communication) — https://github.com/a2aproject/A2A
- Agent Commerce Kit (Catena Labs · ACP-family intent / payment design) — https://www.agentcommercekit.com/overview/concepts
- Skyfire Developer Docs (SPT-family · Identity and Payments for AI) — https://docs.skyfire.xyz/
Discovery
Keep reading
Read next
- The current state of AI companies' payment methodsSource note: public billing / payment documentation and public AI-company product pages; cross-border payment implications are framework-level synthesis.
- AI-driven trading regulation · Japan FSA / SESC plus global FCA / SEC / ESMA comparison 2026AI-driven trading regulation in 2026 sits on top of the existing algorithmic-trading regulatory perimeter rather than as a separate "AI trading rule." The Japan FSA + SESC (Securities and Ex...
- AP2 · Google Agent Payments Protocol overviewAP2 extends the traditional user-merchant two-party payment into a user-agent-merchant three-party structure, introducing 4 core components:
Links here
- Agent Payment Protocol four-way comparison matrix 2026 · AP2 / x402 / Skyfire / Nevermined plus ERC-7715 + Lit PKPSelecting an agent payment rail in 2026 is not "pick the best protocol" — it is "compose the layer cake correctly so the merchant accepts, the wallet authorizes, and the regulator does not b...
- Commoditization of Agent payment protocols and the upward migration of valueAfter protocol commoditization, take rate cannot be extracted from an open-source standard (one cannot levy an HTTP-protocol fee). Value capture is forced to migrate upward to vertical distr...
- AI Agent payment protocols overview · a 7-protocol surveyThe 7 protocols divide labor by layer. The intent layer (where the user expresses "I want to buy Y for X yen") is handled by AP2 / SPT / ACP, which process the mandate's 3-layer trust chain...
- Coinbase CDP · developer platform · AI agent on-chain wallet infrastructureCDP compresses "Web3 integration" from "months of development + self-built infrastructure" into "minutes of API integration". With a single SDK line, developers can embed an onchain wallet i...
- ERC-4337 Account Abstraction Primer for AI AgentsERC-4337 is the application-layer account-abstraction standard that lets an Ethereum address be controlled by arbitrary code instead of a single secp256k1 key. For AI agents, that is the dif...