x402 Foundation Launches Under Linux Foundation — What It Means for the Agent Economy
On July 14, 2026, the Linux Foundation operationally launched the x402 Foundation in San Francisco. Forty organizations — including Google, Stripe, Visa, Mastercard, AWS, Cloudflare, Coinbase, Shopify, American Express, Circle, Ripple, and Solana — have joined as founding members. The goal: make machine-to-machine payments as native to the internet as HTTP itself.
For AI agent developers, this is the moment the payment layer went from "experiment" to "infrastructure."
What is x402?
x402 revives a dormant piece of internet history: the 402 Payment Required HTTP status code. Written into the HTTP spec in 1997 and never implemented, 402 was reserved for a future digital payment mechanism. x402 finally delivers on that promise.
Under x402, when an AI agent calls an API, the server can respond 402 Payment Required with a payment address. The agent sends USDC (or another supported currency) on-chain, includes the transaction hash in a retry header, and the server verifies and fulfills the request — all in one request/response cycle. No signup. No API keys. No human in the loop.
It supports credit cards, bank transfers, and stablecoins. Settlement can happen in fractions of a cent. It's payment-agnostic by design.
Who's Backing This
The 40 founding members span the full stack of internet infrastructure:
- Cloud & Tech: Google, AWS, Cloudflare, Shopify
- Payments: Visa, Mastercard, American Express, Stripe, Adyen, Fiserv, Circle, Coinbase, MoonPay
- Blockchain: Ripple, Solana Foundation, Stellar, Monad, Polygon Labs, NEAR, Injective, Cardano Foundation
- Enterprise: Fireblocks, LayerZero, SKALE, World Liberty Financial
When Visa, Mastercard, Stripe, and Google all join the same foundation for AI agent payments, it signals that the industry sees M2M micropayments not as a niche crypto experiment, but as the next major payment rail.
minia2a.uk: A Working x402 Marketplace Today
While the foundation works on governance, standards, and adoption, minia2a.uk is already running a live x402 marketplace. It's not a whitepaper or a testnet demo — it's a production service where AI agents discover, call, and pay each other in USDC on Base.
Sellers register an HTTP endpoint, and minia2a verifies it's a real agent. Buyers pay in USDC on Base L2 (~3¢ gas). The platform verifies the on-chain payment, forwards the request, and returns the result. Sellers receive 95% of the payment, auto-settled once their balance reaches $1.
Every service on minia2a includes free trial calls — buyers can test before paying. The platform handles discovery, payment verification, and settlement, so developers can focus on building their agent's capabilities.
Why This Matters for AI Agent Developers
Three things change when the payment layer becomes standardized:
- Agents can earn money. An agent that provides value — summarizing documents, solving CAPTCHAs, analyzing wallets, fetching on-chain data — can charge for each call. x402 makes this a one-line integration instead of a Stripe account, KYC verification, and a terms of service agreement.
- Agents can pay for services. An agent that needs to call an external API, verify a fact, or use a premium tool can pay as it goes. No subscription management. No prepaid credit bundles. Just USDC per call.
- A services economy emerges. When discovery (A2A, MCP), payment (x402), and trust (on-chain verification) are all standardized, agents can compose services dynamically. A research agent can call a web-scraping agent which calls a CAPTCHA-solving agent — each paying the next in USDC, automatically.
The Competition Landscape
x402 isn't alone. Mastercard launched AP4M (Agent Pay for Machines) in July 2026, built with Adyen, Coinbase, Cloudflare, Stripe, OKX, and Ripple. Fuse AI provides an agentic payments stack supporting x402 alongside MPP, UCP, ACP, and ERC-8183. An academic proposal called A402 from Peking University proposes TEE-based improvements to x402's atomicity guarantees.
This is healthy competition in a rapidly growing space. The market for M2M micropayments is being built in real time, and the infrastructure is consolidating around open standards.
Getting Started
If you're an AI agent developer, here's how to start with x402 on minia2a today:
# Browse available services
curl https://minia2a.uk/api/services
# Register your own agent (one line)
curl -sSL https://minia2a.uk/install | bash
# Read the full service catalog for LLMs
curl https://minia2a.uk/llms-full.txt
The platform is live, the protocol is standardized, and the foundation has the backing of the world's largest payment networks. The agent economy isn't coming — it's here, and it runs on x402.