25 of the most-asked questions about x402, answered in plain language for builders, operators, and the merely curious.
x402 is an open HTTP payment protocol that reactivates the long-dormant 'HTTP 402 Payment Required' status code. Instead of forcing every API to build its own billing, subscription, and auth stack, x4…
The x402 flow has five steps. (1) The client makes a normal HTTP request to a paid endpoint. (2) The server replies with HTTP 402 and a PAYMENT-REQUIRED header describing the chain, token, amount, and…
A facilitator is a stateless service that sits between resource servers and the blockchain. It verifies payment proofs, optionally broadcasts transactions, and returns a simple 'paid/not-paid' verdict…
Stripe is a centralised payment processor that requires both buyer and seller to hold Stripe accounts, go through KYC, and settle in fiat through card networks. x402 is a protocol, not a company: ther…
L402 is an earlier payment protocol from Lightning Labs that uses Bitcoin's Lightning Network for settlement and LSAT (Lightning Service Authentication Tokens) for auth. x402 is chain-agnostic but in …
As of April 2026 the chains with production x402 facilitator support via Coinbase's reference facilitator are Base, Solana, Polygon, Arbitrum, and World Chain. Additional chains including Avalanche, S…
As of April 2026, USDC is the default and most widely supported settlement asset. USDT is supported by some facilitators such as Utexo on Bitcoin Lightning. Additional stablecoins may be supported by …
There are three typical integration patterns. (1) Use the official x402 server SDK in Node, Python, or Go - you wrap a handler and declare a price per route. (2) Put a gateway or reverse proxy in fron…
As a consumer client you need some way to sign payments - typically a browser extension wallet, an embedded wallet in an agent runtime, or a server-side signer funded from treasury. As a resource serv…
x402 was designed and open-sourced by Coinbase in May 2025, with the first public spec and reference implementation published under coinbase/x402 on GitHub. Governance transitioned to the Linux Founda…
Yes. The protocol specification, reference facilitator, and client and server SDKs are open-source under permissive licences. Anyone can run a facilitator, fork the spec, or contribute pull requests.
Like any on-chain protocol, the security model depends on the chain and the facilitator. Payments are final once settled - there is no chargeback mechanism. Nonces and expiries prevent replay attacks.…
Agentic commerce is any transaction where one or both counterparties are autonomous software agents rather than humans. The rise of AI agents that can research, decide, and act has created demand for …
Yes - this is one of x402's primary design goals. An agent equipped with a signing key and a USDC balance can detect a 402 response, evaluate whether the price is acceptable, pay, and retry the reques…
The protocol itself has no fees. The only costs are the amount demanded by the resource server (set per endpoint) and the underlying chain's gas. On Base and Solana, gas for a USDC transfer is typical…
Refunds are out-of-band: the protocol has no chargeback, so refunds are implemented as a regular on-chain transfer from the server back to the client. Receipt metadata in the paid response typically c…
No. x402 is an HTTP protocol that USES blockchains for settlement. It has no native token, no ledger, and no consensus layer of its own. It is purely a set of headers and conventions for negotiating p…
There is no official x402 token. The protocol settles in existing stablecoins (primarily USDC). Any token claiming to be 'the x402 token' should be treated with extreme scepticism.
x402 Daily publishes a daily briefing at x402daily.xyz and posts the top stories to @x402daily on X. The official Coinbase x402 blog and the coinbase/x402 GitHub repository are the canonical sources f…
The fastest path is to clone the coinbase/x402 repository, spin up the reference facilitator on Base Sepolia (testnet), and run the example server. On the client side, x402-axios wraps axios so any ou…
As of late April 2026, two complementary public datasets are circulating. Coinbase's Jesse Pollak told CoinDesk on 25 April 2026 that roughly $48 million had settled through x402 on Base, driven by 48…
Yes - x402 moved decisively from experiment to infrastructure in early 2026. The Linux Foundation took over governance of the x402 Foundation on 2 April 2026 with 22 founding participants including Go…
Settlement latency depends entirely on the underlying chain. On Base (a Coinbase-backed Ethereum L2), USDC settlement typically confirms in 1-3 seconds. On Solana, settlement is sub-second. On Utexo's…
Founding x402 Foundation participants (April 2026) include Coinbase, Cloudflare, Stripe, Google, Microsoft, AWS, American Express, Visa, Mastercard, Adyen, Shopify, Circle, Polygon Labs, Solana Founda…
Solana is generally the cheapest production chain for x402, with USDC transfer fees consistently in the fractions-of-a-cent range thanks to its high-throughput design and lamport-denominated fees. Bas…
One email each morning. Free. Unsubscribe anytime.