Logo
FrontierNews.ai

The Linux Foundation Just Launched the Payment Standard That Lets AI Agents Buy Things on Their Own

The x402 Foundation, backed by the Linux Foundation and 40 major companies, has officially launched to standardize how AI agents pay for services on the internet. The protocol, originally created by Coinbase, embeds secure payment capabilities directly into web interactions, allowing artificial intelligence systems to request services, receive prices, and complete transactions in stablecoins (like USDC, a digital currency pegged to the US dollar) all within a single HTTP exchange, with no human clicking through a checkout page.

For most of the internet's history, software could do almost anything except pay for something. An AI agent could research suppliers, draft contracts, and file reports, but the moment money needed to change hands, a human had to step in with a credit card. That constraint is now dissolving. The x402 protocol revived a dormant corner of the web's own specification: the HTTP 402 Payment Required status code. When an agent calls a paid service, the server responds with a price and payment instructions. The agent pays in stablecoins, retries the request, and gets its result.

Why Should AI Agents Have Their Own Payment System?

As AI agents take on more of the transaction lifecycle, they need infrastructure built for control, interoperability, and trust from day one. The founding members of the x402 Foundation span finance, cloud infrastructure, and payments, including Adyen, Amazon Web Services (AWS), American Express, Circle, Cloudflare, Coinbase, Fiserv, Google, Mastercard, MoonPay, Ripple, Shopify, Solana Foundation, Stellar Development Foundation, Stripe, and Visa.

"AI agents and automated systems are becoming active participants in the global economy, yet they have lacked a native, secure way to transact," said Jim Zemlin, CEO of the Linux Foundation.

Jim Zemlin, CEO of the Linux Foundation

The open governance structure ensures that payments remain highly secure and adaptable, supporting multiple payment types from traditional cards to stablecoins, without vendor lock-in. This matters because it prevents any single company from controlling how agents transact on the internet.

What Can AI Agents Actually Buy With x402 Right Now?

The first real-world use case emerging is carbon credit retirement. On Carbonmark, an AI agent can discover verified carbon credits, receive a live quote, execute an on-chain retirement, and return a public certificate, with no human clicking through a dashboard. Carbon retirement just became a software tool call.

The agentic retirement flow works in four machine-readable steps. Agents can discover available carbon credits with their registry, methodology, vintage, and live price. They can request an exact, all-in price for a specific credit and tonnage. Payment is then authorized and the retirement executes on-chain. Finally, the agent receives a public Carbonmark certificate URL showing the project, vintage, tonnage, retirement date, and named beneficiary.

Two design choices make this practical. First, the read steps are free: discovery, quotes, and integration carry no charge and no subscription, so an agent can shop the market aggressively. Payment occurs only when a retirement actually executes. Second, the service publishes a machine-readable manifest at a standard /.well-known/x402.json address, so agent frameworks, crawlers, and registries can find and index the capability automatically.

How to Integrate x402 Into Your AI Agent Workflow

  • Wallet-Connected Agents: Agents that control their own funded Base wallet can call free GET and POST endpoints and submit the retirement transaction themselves, which works best for custom stacks that already manage on-chain funds.
  • Gasless Relay Path: The agent or its user signs a single EIP-712 authorization for the payment amount, and the service executor submits the transaction on-chain and covers the gas, allowing agents to retire carbon with USDC alone without ETH, Base account setup, or gas management.
  • Model Context Protocol Integration: For agents built on the Model Context Protocol (MCP), integration gets even simpler, allowing tools like Claude Code to retire carbon from plain-language instructions such as "Retire 2 tonnes of carbon under $15 per tonne for Acme Corp."

The second path is the quiet unlock. It means "can retire carbon" is no longer gated on "operates blockchain infrastructure." Any agent framework that can send HTTP requests and sign a message can integrate.

What Real-World Use Cases Are Emerging?

Three use cases are worth building toward, though they are not equally mature. The autonomous procurement agent is realistic today. Most corporate offsetting is rules-based and recurring: retire a defined tonnage each month or quarter, from approved project types, under a price ceiling, against measured residual emissions. That is exactly the kind of well-scoped, repetitive task agents excel at. A procurement agent can hold the policy, monitor live pricing through free discovery and quote calls, execute retirements on schedule, and file the certificate URL with the sustainability team.

Offsetting the compute an agent burns is realistic, with a caveat. AI has a footprint of its own. The International Energy Agency estimates that data centers consumed about 415 terawatt-hours of electricity in 2024, around 1.5 percent of global demand, and projects that figure to roughly double to 945 terawatt-hours by 2030, with AI as the primary driver.

"At Circle, we're building the open financial stack for the agentic economy. Agents can already call any API over HTTP; x402 gives them a native way to pay for it, standardizing payment as part of the request/response cycle," stated a Circle representative.

Circle, Founding Member of x402 Foundation

The standard is moving fast. Coinbase open-sourced x402 in May 2025, then launched the x402 Foundation with Cloudflare to steward it as an open standard. Google has folded x402 into its Agent Payments Protocol (AP2), and the protocol's version 2 release added reusable sessions, multi-chain support, and automatic service discovery. Within its first six months, the protocol had reportedly processed over 100 million payments across APIs, apps, and agents.

"Standards thrive when the industry actually shows up to build them. The incredible momentum behind this operational launch and the 40 members now on board proves how urgent a secure, native payment layer has become," explained Stephanie Cohen, Chief Strategy Officer at Cloudflare.

Stephanie Cohen, Chief Strategy Officer at Cloudflare

The operational launch of the x402 Foundation marks a vital milestone in establishing an open, community-governed standard for payments over HTTP. By bringing together leading companies across finance, technology, and infrastructure, the industry is ensuring that the payment layer of the internet remains neutral, highly interoperable, and ready to support digital commerce at scale.