BIP American News - Breaking Stories

collapse
Home / Daily News Analysis / AI agentic payments enter mainstream as Visa, Mastercard, Ripple back x402 standard

AI agentic payments enter mainstream as Visa, Mastercard, Ripple back x402 standard

Jul 19, 2026  Twila Rosenbaum 22 views
AI agentic payments enter mainstream as Visa, Mastercard, Ripple back x402 standard

The concept of machines paying each other without human intervention has long been a theoretical cornerstone of the internet economy. Now, with the formal launch of the x402 Foundation under the Linux Foundation, that vision is becoming a practical reality. Backed by Visa, Mastercard, Ripple, and dozens of other major players, the x402 protocol standardizes how software agents—from AI chatbots to IoT sensors—can execute direct, low-value payments over the web.

What is x402?

The x402 protocol is named after the HTTP 402 status code, which was originally reserved in the HTTP/1.0 specification in 1996 for "Payment Required." For nearly three decades, that code lay dormant, a placeholder for a future where web servers could demand payment before serving content. The x402 team, initially built by Coinbase and then handed over to a multi-stakeholder governance body, finally activates that code by combining it with stablecoin transfers—typically USDC—on fast, low-cost blockchain networks.

Under the protocol, a client (for example, an AI agent requesting data from an API) sends a request to a server. If payment is required, the server responds with a 402 status and an encoded payment instruction. The client then sends a small stablecoin payment directly to the server's wallet—no account creation, no prior relationship, no intermediaries beyond the underlying blockchain. The server verifies the payment and delivers the content.

From concept to mainstream governance

The Linux Foundation's announcement of the x402 Foundation marks a critical step in the protocol's evolution. Forty companies now sit on the governing board, including not only Visa, Mastercard, and Ripple, but also Stripe, PayPal, Cisco, and several blockchain infrastructure providers. This diverse membership spans traditional payments, technology, and cryptocurrency—a rare convergence that signals the seriousness of the initiative.

Coinbase, which originally developed the protocol in 2024, made the strategic decision to donate it to the Linux Foundation, ensuring that no single entity controls the standard. "We built it because we saw a future where AI agents needed to pay for API calls, data, compute, and even physical services automatically," said a Coinbase executive in a statement. "By handing it to the Linux Foundation, we guarantee that x402 remains open, neutral, and governed by the community."

Early traction: 75 million payments in 30 days

The numbers, while still modest compared to Visa's billions of daily transactions, are impressive for a nascent standard. In the past 30 days, the x402 network processed approximately 75 million payments, totaling about $24 million. The vast majority of these transactions are sub-dollar microtransactions—payments ranging from a fraction of a cent to a few cents—that enable machine-to-machine commerce at scale.

These payments are largely invisible to humans; they occur when AI models fetch training data, when IoT sensors report environmental readings, when autonomous vehicles pay for parking or charging, and when content delivery networks bill for streaming bytes. "This is the plumbing for the internet of agents," said a spokesperson for the x402 Foundation. "We're seeing use cases we never even imagined when the protocol was first proposed."

To put the volume in perspective, 75 million transactions represents about 0.0003% of Visa's quarterly transaction volume. But the growth trajectory is what excites investors and participants. In the first week of the protocol's public launch, fewer than 1 million payments were processed. The 75 million figure represents a 75x increase in just four weeks, driven largely by the adoption of AI agents for automated trading, data aggregation, and content licensing.

Why stablecoins? Why not traditional payment rails?

Traditional payment networks like Visa and Mastercard are designed for human-scale transactions: $10 lattes, $100 dinner bills, or $1,000 hotel stays. Their fee structures, settlement times, and authorization flows are ill-suited for millions of micropayments per second. Stablecoins, particularly those on blockchains with low fees like Solana, Base, or Polygon, offer near-instant finality and fees that can be a fraction of a penny.

The x402 protocol leverages this by allowing any stablecoin to be used, though USDC from Circle has become the de facto standard due to its regulatory clarity and deep liquidity. "Stablecoins are the natural currency for machines," said a blockchain analyst. "They combine the stability of the dollar with the programmability of crypto. For an AI agent that needs to pay 0.001 USD for a database lookup, there's no other realistic option."

That said, Visa and Mastercard's backing of x402 is not a surrender to cryptocurrency; rather, it's an acknowledgment that they must participate in the infrastructure layer. Both companies have their own stablecoin-related experiments (Visa's USDC settlement on Ethereum, Mastercard's Multi-Token Network) and see x402 as a complementary standard for machine-initiated payments. "We're not going to process 75 million microtransactions a day on our core rail," said a Visa executive. "But we can help build the bridges that let those payments settle into our ecosystem when needed."

Ripple's role and the enterprise angle

Ripple's participation is particularly noteworthy. While the company is best known for its XRP Ledger and cross-border payment solutions for banks, it has increasingly focused on tokenization and programmatic payments. Ripple is contributing its Interledger Protocol (ILP) experience to the x402 Foundation, helping ensure that payments can route across different blockchains and even into traditional banking systems.

"We see x402 as the logical extension of what we've been building for a decade," said a Ripple representative. "The idea of 'payment required' as a universal web primitive, powered by digital assets, is the key to unlocking the next generation of internet commerce."

Technical deep dive: How a 402 payment actually works

To fully understand x402, it helps to walk through a typical flow. Imagine an AI model that needs to access a premium weather dataset. The model (client) sends an HTTP request to the weather service's API. The server checks if the request includes a valid payment. Since the client has no prior relationship, the server responds with a 402 status code and a JSON body containing a payment request: a wallet address, the amount in USDC (e.g., 0.01), and a unique reference identifier.

The client—which might itself be an AI agent running on a cloud server—retrieves a small amount of USDC from its own wallet or from a funded smart contract. It constructs a blockchain transaction: send 0.01 USDC to the server's address with the reference identifier in the memo field. The transaction is broadcast to the blockchain (typically a low-fee chain like Base, which Coinbase helped popularize).

Within seconds, the server detects the incoming payment (often through a subscription to a blockchain event stream). It verifies the memo, credits the client's request, and responds with the requested data—along with a new 200 OK status. The entire interaction is automated, requiring no human intervention. If the client doesn't have sufficient funds, the request simply fails, and the client's logic might try an alternative service or top up its wallet.

This model extends beyond APIs. The standard can handle physical world payments through IoT gateways: a smart vending machine could request payment before dispensing a soda, a robotic delivery locker could charge for holding a package, and an EV charger could demand payment for electricity. The same 402 flow applies, with the "server" being a physical device connected to the internet.

Security and fraud considerations

Critics have raised concerns about the security of machine-to-machine payments. If an AI agent's wallet is compromised, an attacker could drain funds by making spurious requests. The x402 Foundation addresses this through several mechanisms: deterministic wallet hierarchies, time-locked payment channels, and the ability to set per-session budgets. Additionally, because payments are on public blockchains, all transactions are auditable, though privacy solutions like Zcash and zero-knowledge proofs are being explored.

"The key insight is that machines are actually better at managing small payments than humans," said a security engineer involved in the protocol. "They can enforce strict rules, they don't fall for phishing, and they can respond to anomalies in milliseconds. The infrastructure we're building is far more secure than the average human clicking 'Pay Now' on a website."

The road ahead

With the foundation formally launched, the next priority is adoption. The x402 Foundation has published reference implementations in Python, Go, and JavaScript, along with plugins for major blockchain wallets. Several major cloud providers, including AWS and Google Cloud, have indicated they will support x402 payments for their AI inference APIs. Stripe and PayPal are integrating x402 into their merchant SDKs, allowing any website to accept automated machine payments.

The standard also dovetails with the rise of "agentic commerce," where AI agents negotiate and execute transactions on behalf of humans. Imagine a travel agent AI that books flights, hotels, and rental cars, paying for each leg via x402 microtransactions. Or a supply chain AI that pays for trucking, warehousing, and customs clearance in real time as goods move across borders. These scenarios are no longer theoretical; they are being piloted by major logistics and travel firms.

Regulatory clarity remains a variable. Stablecoin regulation is advancing in the U.S. with the Clarity Act, though its passage has been delayed. In Europe, MiCA already provides a framework. The x402 Foundation is working with regulators to ensure that machine payments comply with anti-money laundering (AML) and know-your-customer (KYC) rules, even when no human is directly involved. Solutions include on-chain identity protocols and audit trails that satisfy regulatory requirements without breaking the frictionless nature of the payments.

As the internet evolves from a human-centric network to one where billions of autonomous agents interact, payment standards must evolve too. The x402 protocol, with its roots in a three-decade-old HTTP code and its branches in modern stablecoins, represents one of the most practical attempts yet to build the money layer for the machine age. With the backing of Visa, Mastercard, Ripple, and the Linux Foundation, it has the institutional weight to succeed. The next few months will determine whether it becomes the default standard or just another footnote in the history of internet payments.


Source:Coindesk News


Share:

Your experience on this site will be improved by allowing cookies Cookie Policy