Payments & Agentic Commerce
AI agents are acquiring wallets, negotiating prices, and settling transactions without human intervention. This is the commercial thesis — how the M2M economy forms, who builds it, and what infrastructure it requires. Stable402.com covers the settlement mechanism. This site covers the economy.
Commercial Thesis
Coinbase CEO Brian Armstrong published two M2M-focused declarations in March 2026, framing autonomous agent transactions as the next category of internet-scale payment volume. The declarations coincided with the x402 open standard launch and Coinbase's CDP agentic wallet infrastructure.
Traditional payment rails (cards, ACH, wire) require human authorization at every step. Stablecoins settled on-chain via x402 enable agents to transact autonomously — pay-per-API-call, pay-per-inference, pay-per-data-feed — at sub-cent granularity with immediate settlement.
When every API call, every MCP tool invocation, every model inference, and every data retrieval can carry a payment, the volume of machine-initiated transactions will exceed human-initiated transactions by orders of magnitude. The infrastructure must be built for machine-scale throughput.
Infrastructure
Google's framework for delegating payment authority from a human principal to an AI agent. AP2 defines mandates: who is allowed to spend, how much, under what conditions, with what identity credentials. This is the trust and permission layer.
Coinbase/Cloudflare's open standard for HTTP 402 payments. x402 handles the plumbing: the agent presents a signed payment to a server, settlement happens on-chain, and the resource is delivered. This is the transaction execution layer.
AP2 and x402 are complementary, not competing. AP2 answers "is this agent
authorized?" — x402 answers "how does this payment settle?" Google built an A2A x402
extension for AP2, confirming the two layers compose into a single stack.
Stable402.com covers the unified stack from the protocol level.
This site covers the economic and commercial implications.
Competitive Landscape
Co-authored x402 spec. CDP provides agentic wallets. Base is the primary settlement chain. Armstrong framing M2M as Coinbase's next growth category.
Co-stewards x402 Foundation. Workers run the server-side gate logic. Agents SDK deploys autonomous agents on Cloudflare's edge. NET Dollar anticipated as native payment primitive.
Built AP2 as the authorization/permission layer. A2A (Agent-to-Agent) protocol for agent discovery and communication. Built x402 extension for AP2, confirming complementary stack.
Circle Payment Network for institutional settlement. Nanopayments SDK for sub-cent transactions. Arc L1 as the settlement chain with built-in compliance primitives.
Reference Architecture
Interactive reference architecture: agent wallet creation → AP2 mandate verification →
x402 payment negotiation → on-chain settlement → resource delivery.
Cloudflare Workers + Agents SDK + D1 audit trail.
BUILDING — Interactive flow diagram coming