AI Agent payment 7-protocol layering table
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 methods This entry sits under AI Agent payment protocol overview · seven-protocol survey. Read it with ERC-7715 overview · wallet permissions and AI Agent automated payments for adjacent context and... agent-economy/ai-company-payment-landscape
- AI-driven trading regulation · Japan FSA / SESC plus global FCA / SEC / ESMA comparison 2026 AI-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... agent-economy/ai-driven-trading-regulation-japan-2026
- AP2 technical specification · Mandate · Payment Intent · Settlement Adapter This entry sits under AI Agent 決済プロトコル全体図 · 7プロトコル俯瞰. Read it against AP2 · Google Agent Payments Protocol 概観 for peer / contrast context and payments index for the broader system / regulato... agent-economy/ap2-technical-spec
Links here
- Agent Payment Protocol four-way comparison matrix 2026 · AP2 / x402 / Skyfire / Nevermined plus ERC-7715 + Lit PKP This entry sits under agent-economy index. Read it against AI Agent 決済プロトコル全体図 · 7プロトコル俯瞰 for the broader seven-protocol landscape, agent protocol mainnet adoption 2026 for production-readin... agent-economy/agent-payment-protocol-four-way-comparison-2026
- Commoditization of Agent payment protocols and the upward migration of value This entry sits under AI Agent 決済プロトコル全体図 · 7プロトコル俯瞰. Read it against payments index for peer / contrast context and systems index for the broader system / regulatory boundary. agent-economy/ai-agent-payment-protocols-commoditization
- AI Agent payment protocols overview · a 7-protocol survey This entry sits under agent-economy INDEX. Read it against AI Agent 決済7プロトコル分層表 · 意図 / 伝送 / 文脈 for peer / contrast context and payments index for the broader system / regulatory boundary. agent-economy/ai-agent-payment-protocols-overview
- Coinbase CDP · developer platform · AI agent on-chain wallet infrastructure This entry sits under AI Agent payment protocol overview · seven-protocol survey. Read it against x402 · AI agent payment protocol that revived HTTP 402 for peer / contrast context and payme... agent-economy/coinbase-cdp-developer-platform
- ERC-4337 Account Abstraction Primer for AI Agents ERC-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... agent-economy/erc-4337-account-abstraction-primer-for-agents