The x402 Foundation makes agent payments an open standard — what it means for API providers
Key takeaways
- The x402 Foundation is now live under the Linux Foundation, the same neutral steward behind the Linux kernel and Kubernetes — meaning no single vendor, not even Coinbase, controls how software pays software.
- 40 organizations joined, with premier members spanning card networks (Visa, Mastercard, American Express), payment platforms (Stripe, Adyen, Fiserv, Shopify, MoonPay), cloud (AWS, Cloudflare, Google) and crypto (Circle, Coinbase, Ripple, Solana, Stellar).
- x402 moved roughly 75 million payments and $24M in the last 30 days between ~94,000 buyers and ~22,000 sellers. The bet is now safe to make: Payzum turns any API into an x402-payable endpoint, non-custodial, funds to your own wallet.
The day agent payments became a neutral standard
On July 14, 2026, in San Francisco, the Linux Foundation announced the operational launch of the x402 Foundation, a new open-governance body to steward x402 — the open standard for internet-native payments over HTTP. In the same announcement, Coinbase's contribution of the protocol was declared complete. In plain terms: the company that invented x402 has finished handing it to a neutral nonprofit, and the standard now belongs to the industry rather than to any one balance sheet.
This is a governance milestone, not a product launch, and that is exactly why it matters. If you run an API, a data feed, a dataset or any paid endpoint, the question you've been quietly asking is "is x402 safe to build on, or am I betting on one vendor's roadmap?" As of July 14, the answer changed. x402 is now stewarded the same way the Linux kernel, Kubernetes and countless other pieces of internet plumbing are: under a foundation whose entire purpose is to keep a standard neutral so everyone can rely on it.
Why "under the Linux Foundation" is the whole story
Coinbase built x402, got it working, and then chose to give it away. It announced the intent in April 2026; the July launch made it official. Putting the protocol under the Linux Foundation places it beside the most widely trusted open standards on the internet — precisely because those standards became universal by remaining neutral to any single company. As Linux Foundation CEO Jim Zemlin framed it, "AI agents and automated systems are becoming active participants in the global economy, yet they have lacked a native, secure way to transact. The operational launch of the x402 Foundation marks a vital milestone in establishing an open, community-governed standard for payments over HTTP."
Coinbase's own read was blunt about the trade-off it made. Lincoln Murr, Coinbase's Head of AI Product, put it this way: "Moving the protocol to Linux Foundation proves how open technology earns lasting trust across an industry." Giving up unilateral control is the price of universal adoption — and it's the same move that made TCP/IP, HTTP and Kubernetes safe to build a business on. Under neutral governance, developers, financial institutions and cloud providers collaboratively shape the protocol's direction, and no one has to worry that a rival owns the tollbooth.
A membership list that reads like the payments industry
Standards live or die on who shows up. Since Coinbase signaled the handoff in April, 40 organizations joined the x402 Foundation. The premier tier alone is striking: Adyen, Amazon Web Services, American Express, Circle, Cloudflare, Coinbase, Fiserv, Google, Mastercard, Monad Foundation, MoonPay, Ripple, Shopify, Solana Foundation, Stellar Development Foundation, Stripe and Visa. The general and associate tiers add names like Fireblocks, Injective, KakaoPay, Kite AI, NEAR Foundation, Polygon Labs, LayerZero Labs, zerohash and t54 labs.
Look at that roster and the signal is obvious. The three largest card networks, the biggest payment processors, two of the three hyperscalers, the leading regulated-stablecoin issuer and the largest crypto exchange all sat down at the same table for the same standard. That is not what a format war looks like. It's what convergence looks like — the moment an industry stops arguing about whose rail wins and agrees on shared plumbing everyone can build on top of.
What x402 actually does, in one paragraph
x402 revives the long-dormant HTTP 402 "Payment Required" status code. A client requests a paid resource; the server answers 402 with a price and a destination; the client signs a stablecoin transfer — usually USDC — attaches it to the request, and receives the resource. The whole exchange takes seconds and needs no account, no card, and no prior relationship between the two sides. That last part is why it fits AI: an autonomous agent can't open a bank account, pass a credit check or sign a SaaS contract, but it can sign a transaction. x402 turns "pay for exactly this one request" into a native web primitive.
The numbers behind the announcement
Governance news is only meaningful if there's real usage underneath it, and here there is. In the 30 days around the launch, x402 processed roughly 75 million payments — about 29 every second — moving around $24 million between some 94,000 buyers and 22,000 sellers, at an average of about 32 cents per payment. Cumulatively, Coinbase's Base network has handled more than 119 million x402 payments and Solana about 35 million, most of it settled in USDC.
Two things to read into that. First, this is genuine machine-to-machine commerce — tens of thousands of distinct sellers already getting paid per request, not a handful of whales. Second, the dollar volume is still small relative to card networks, which means the land grab is early. Chainalysis has also tracked the composition shifting from sub-dollar experimentation toward larger, more purposeful payments — transactions of $1 or more grew from roughly half of volume to the large majority over the past year. The category is maturing, and the seller side is still wide open.
Why a neutral standard changes the calculation for providers
Before July 14, a cautious API provider had a legitimate reason to wait: adopting a payment rail controlled by a single company means inheriting that company's incentives, pricing power and roadmap risk. Standards bodies exist to remove exactly that objection. When Visa, Mastercard, Stripe, Google, AWS, Circle and Coinbase all agree to govern a protocol jointly under a neutral foundation, "will this still be here and interoperable in three years?" stops being a real worry.
The practical implication is that you no longer have to pick a camp. Base or Solana, USDC or another regulated coin, this wallet or that one — the endpoint you expose speaks the one layer they all share: an HTTP 402 and a stablecoin payment. Serving that layer is now a safe, future-proof decision instead of a speculative one. The only real question left is how to expose it without turning your engineering team into protocol maintainers.
How to charge agents on the open standard — step by step
Building x402 yourself means running an x402 server, managing a wallet, wiring a settlement facilitator, and tracking spec changes as the Foundation evolves them. Payzum collapses all of that into a dashboard configuration, because it sits in front of your API as middleware rather than something you rebuild your service around.
- Point Payzum at your existing endpoint. Give it the URL of the API you already run, plus your own API key or bearer token — no new backend, no protocol code.
- Set a price per call. Flat per request, or per route. Payzum publishes an x402-payable URL for it.
- Agents hit the URL and get a
402. Payzum returns the price and destination, an external facilitator (currently Coinbase's) settles the USDC payment on Base, and the funds land in your own wallet. - Payzum proxies the paid call. Once payment clears, Payzum forwards the request to your real endpoint with your key and returns the response. The agent got its data; you got paid; nobody else custodied your funds.
To be precise about roles, because it's easy to get wrong: Payzum is the middleware/proxy in front of your API — not the x402 facilitator. The facilitator that clears the on-chain payment is external (today, Coinbase's). You serve the open 402 layer that the whole Foundation just standardized; Payzum handles the plumbing so you can start the same day.
Who's already earning on x402
The seller side of the standard isn't hypothetical demand — it's live revenue for anyone exposing something an agent needs mid-task:
- Data and API providers — pricing, weather, enrichment, search, scraping, geocoding. Agents pay per query instead of you managing keys, quotas and invoices for buyers you'll never meet.
- Tools and compute — inference endpoints, document parsing, image or audio processing, and automation actions an agent triggers on demand.
- Content and knowledge — paywalled articles, datasets, research and reference feeds an AI assistant will pay a fraction of a cent to read while completing a task.
DIY x402 stack vs. Payzum
| Dimension | Rolling your own x402 | Payzum |
|---|---|---|
| Time to charge agents | Weeks of protocol and wallet work | Same-day dashboard config |
| Code required | x402 server, payment verification, settlement wiring | Zero — front your existing endpoint + API key |
| Custody of funds | Depends on how you build it | Non-custodial — USDC to your own wallet |
| Facilitator / settlement | You integrate one yourself | External facilitator handled (Coinbase's today) |
| Keeping up with the standard | Your team tracks Foundation spec changes | Payzum maintains the 402 layer for you |
Common objections
Does a foundation launch actually change anything technical for me?
Not the wire format — x402 worked the same on July 13 as July 15. What changed is the risk profile. Neutral, multi-vendor governance under the Linux Foundation is the strongest signal you'll get that the standard is durable and interoperable, which is exactly the assurance a provider needs before committing to a payment rail. The technology was ready; now the governance is too.
If Visa, Stripe and Coinbase are all involved, will there be lock-in?
The point of the structure is the opposite. No single member controls the protocol; it's stewarded by a neutral nonprofit, the same model that kept Linux and Kubernetes free of any one owner. You expose a standard 402 endpoint and any compliant agent, wallet or facilitator can pay it. Payzum simply saves you from building that endpoint — you can leave anytime with your own wallet and your own API.
Frequently asked questions
What is the x402 Foundation?
The x402 Foundation is an open-governance body operationally launched by the Linux Foundation on July 14, 2026 to steward x402 — the open standard for internet-native payments over HTTP that lets AI agents and applications pay in stablecoins. Coinbase built and contributed the protocol; it is now governed neutrally, like the Linux kernel and Kubernetes, so no single company controls it. It launched with 40 members.
Who are the members of the x402 Foundation?
Forty organizations joined at launch. Premier members include Adyen, Amazon Web Services, American Express, Circle, Cloudflare, Coinbase, Fiserv, Google, Mastercard, Monad Foundation, MoonPay, Ripple, Shopify, Solana Foundation, Stellar Development Foundation, Stripe and Visa, with general and associate members such as Fireblocks, Injective, NEAR Foundation, Polygon Labs, LayerZero Labs and zerohash.
Do I need to write code to charge AI agents for my API?
No. Payzum sits as middleware in front of your existing API: you configure your endpoint URL, your API key and a price in a dashboard, and Payzum publishes an x402-payable URL, returns the 402, settles payment via an external facilitator (currently Coinbase's), and proxies the paid call to your real endpoint. No protocol to implement — you can serve agents the same day, non-custodially.
Which chains and stablecoins do x402 payments settle in?
x402 launched on Base and Solana and has spread to other chains, but the dominant settlement token is USDC and the most common chain is Base, for its low fees and roughly 2-second finality. In the 30 days around the Foundation launch, x402 moved about $24 million across roughly 75 million payments. Payzum's x402 flow settles agent payments in USDC on Base, non-custodially, straight to the merchant's own wallet.
Charge agents on the open standard — starting this week
The industry just agreed on how software pays software, and the only layer you need to serve is a 402. Bring the endpoint you already run; we'll turn it into an x402-payable, non-custodial revenue stream. Book a slot below or email us.
Prefer async? Grab a time here · [email protected]
This article is an independent analysis for general information only, not financial, legal or investment advice. Foundation details, membership, dates and transaction figures reflect third-party reports and announcements from the Linux Foundation, Coinbase, CoinDesk and Chainalysis current as of July 2026 and may change. Payzum is the middleware/proxy in front of a client's API and is not the x402 facilitator; on-chain settlement is handled by an external facilitator.