x402 is Coinbase's revival of the long-dormant HTTP 402 "Payment Required" status code. Open spec under Apache 2.0. The mechanism: a client requests a resource; the server replies 402 with payment instructions referencing an on-chain stablecoin payment (USDC primarily); the client pays; the server returns the resource on confirmation. Released in 2025 and donated to the Linux Foundation. x402 matters because it is the on-chain-settlement counterpart to L402's Lightning-anchored approach to the same problem (paying for agent-accessed resources without an account). The design choice is the interesting tradeoff: Lightning offers sub-second settlement and very low fees but locks you to the Bitcoin ecosystem; on-chain stablecoin settlement is more familiar to web2 builders and integrates with existing payment infrastructure but settles slower and has higher per-tx fees. Compared to L402 (Lightning, Bitcoin-anchored, longer track record), x402 (stablecoin, web2-friendlier, newer), and Stripe Agent SDK (closed, very polished, ties you to Stripe). Production-readiness: shipping and adopted by a growing set of AI infrastructure providers. Stripe announced an x402 integration in 2026, which is a strong signal of acceptance at the payments-incumbent layer. The strategic question for x402 and L402 jointly: which agentic-payment rail wins matters more than people realize, because the rails determine who can become an economic agent in the agentic web without permission.
The Stack · Protocols · Open source
x402
Coinbase's HTTP 402 revival with on-chain settlement; under the Linux Foundation; Stripe shipped an x402 integration in 2026.
Sources
- x402.org https://www.x402.org/
- x402 on GitHub (Coinbase) https://github.com/coinbase/x402
- Linux Foundation x402 Announcement https://www.linuxfoundation.org/press/coinbase-contributes-x402-payment-standard-to-the-linux-foundation
- linuxfoundation.org (audit-verified) https://www.linuxfoundation.org/press/linux-foundation-is-launching-the-x402-foundation-and-welcoming-the-contribution-of-the-x402-protocol
Want a follow-up? Ask the chat about x402 in context. It will compare to siblings at the same layer and ground every claim in the wiki.
Other projects at the Protocols layer
5 siblings · ordered open first
- Model Context Protocol (MCP) Open source
Anthropic-seeded protocol for tool and context exchange; donated to the Linux Foundation's AAIF Dec 2025; de facto standard.
- Agent-to-Agent (A2A) Open source
Google-seeded protocol for inter-agent communication; under Linux Foundation; 150+ org signatories.
- Agentic AI Foundation (AAIF) Open source
Linux Foundation umbrella for agent and protocol governance; founded Dec 2025; hosts MCP, goose, AGENTS.md.
- L402 Open source
Lightning Labs payment protocol pairing HTTP 402 with Lightning Network invoices; the original agentic-payments rail.
- Agent Client Protocol (ACP) Open source
Protocol for agent-to-client communication (IDEs, chat clients); less mature than MCP.