Author: Clow , Plain Language Blockchain An AI wrote some code and needs data to verify it. It sent an HTTP request, and the server returned a number: 402. ThenAuthor: Clow , Plain Language Blockchain An AI wrote some code and needs data to verify it. It sent an HTTP request, and the server returned a number: 402. Then

When AI starts paying its own bills: A piece of code that has been dormant for 34 years is igniting the machine economy.

2026/03/04 20:55
Okuma süresi: 8 dk
Bu içerikle ilgili geri bildirim veya endişeleriniz için lütfen [email protected] üzerinden bizimle iletişime geçin.

Author: Clow , Plain Language Blockchain

An AI wrote some code and needs data to verify it.

When AI starts paying its own bills: A piece of code that has been dormant for 34 years is igniting the machine economy.

It sent an HTTP request, and the server returned a number: 402.

Then, it paid $0.001 in USDC. Less than a second later, the data came back.

This transaction involved no account, no password, no bank card, and no KYC verification. No one was involved in the entire process.

This is no longer science fiction. By the end of 2025, the x402 protocol will have processed over 100 million such transactions; in the first 30 days of this year alone, another 15 million have been processed.

The "payment code" that has been dormant for thirty years

In 1990, when the drafters of the HTTP protocol defined status codes, they specifically reserved a place for 402, Payment Required.

The meaning is very straightforward—"You have to pay to get in here."

However, this status code was never officially used. It remained in the protocol documentation, dormant for thirty-four years.

The reason is simple: the original builders of the internet never imagined that one day machines would be making payments. Credit cards, bank accounts, KYC verification—these payment infrastructures were designed for humans and completely fail in the face of autonomous, running code.

AI agents need to call APIs, purchase data, and acquire computing power at millisecond speeds. The account registration and transaction fee barriers of traditional payment methods are a dead end.

By 2025, all three conditions will be met simultaneously.

The total supply of stablecoins has exceeded $300 billion; L2 cryptocurrencies, represented by Coinbase, have reduced the cost of a single transaction to the level of the US dollar; the AI ​​Agent ecosystem, led by OpenAI and Anthropi, has begun large-scale commercialization; and Coinbase engineers have unearthed that dusty 402 and decided to activate it.

In May 2025, Coinbase and Cloudflare officially launched the x402 protocol. In September, they partnered with Cloudflare to jointly announce the establishment of the x402 Foundation. A forgotten status code has returned to the heart of the internet. Cloudflare manages approximately 20% of global web traffic—meaning x402 has had no shortage of infrastructure entry points from day one.

The machine learned to pay for the first time.

The x402's design is surprisingly simple.

The AI ​​Agent initiates an HTTP request, and the server returns a 402 status code, along with the payment requirements: how much money, which blockchain, and which token. The Agent authorizes the request with an EIP-712 cryptographic signature, adds the payment information to the request header, and resends the request. After the server verifies the request, it returns the resources.

The entire process took less than a second, with no account, no subscription, and no API key.

This makes "payment" a part of the internet. Like GET and POST, it's just an HTTP action, and any service can charge machines simply by adding a line of middleware.

Data proves this logic works. In the approximately seven months since its release, the protocol has processed over 100 million transactions. According to Cambrian Network's Q1 2026 report, over 15 million transactions were processed in the past 30 days, involving over 400,000 buyers and over 80,000 sellers. Virtuals Protocol's AI Agent community is the largest single source of transactions, autonomously settling collaboration fees between agents within the protocol.

On December 11, 2025, x402 V2 was launched. This upgrade pushed the protocol from "usable" to "easy to use": it supports multiple chains such as Base, Solana, and Avalanche in parallel, introduces a session mechanism (the wallet becomes an identity credential, and repeated access does not require on-chain interaction each time), and connects ACH bank transfer and credit card networks—the payment systems of Web2 and Web3 are linked together for the first time in this protocol.

Google subsequently integrated x402 into the Agent2Agent (A2A) protocol and released the Agentic Payments Protocol (AP2); machine payments are becoming an infrastructure consensus among large technology companies.

Trust is the first hurdle in the agent economy.

The payment issue has been resolved, but there is still a more fundamental question that remains unanswered.

"Commerce can't happen if people don't trust each other."

Davide Crapis, the lead AI engineer at the Ethereum Foundation and one of the co-authors of ERC-8004, directly points out the core obstacle of the agent economy: When an AI agent needs to hire another agent to complete a task, how does it know the other party isn't a scammer? Where are the transaction records? How is reputation transferred?

ERC-8004 is Ethereum's answer to this question. The draft was released in August 2025, and it officially launched on the Ethereum mainnet on January 29, 2026. It establishes three lightweight registries on-chain:

  • Identity Registry: Each Agent obtains an on-chain ID based on an ERC-721 NFT, which is portable, transferable, and cross-chain verifiable. The AgentCard (JSON format) records capabilities, endpoints, and x402 payment support status.
  • Reputation Registry: Feedback signals between agents are archived on-chain—accuracy, timeliness, and reliability scores. Only the index is retained on-chain, and the data hash points to off-chain storage, reducing gas costs.
  • Verify the registry: After the task is completed, the result data is hashed and uploaded to the blockchain for verification, so that "whether the task was actually completed" has cryptographic verifiability.

The drafting team spans four major crypto ecosystems: Marco De Rossi of MetaMask, Davide Crapis of the Ethereum Foundation, Jordan Ellis of Google, and Erik Reppel of Coinbase. EigenLayer, ENS, The Graph, and Taiko have all expressed their support. Less than a month after mainnet launch, the number of registered agents on the Ethereum mainnet exceeded 24,000, totaling approximately 49,000 across all EVM chains.

A typical workflow is as follows: Agent A discovers a service provider through the ERC-8004 identity registry, filters the reputation registry to select a high-scoring Agent B, completes the payment using x402, and attaches reputation feedback to the payment record after the task is completed—the payment history becomes a credit anchor. This link is what Cambrian Network calls the "Agent Economic Operating System": payment + identity + reputation, three layers in one.

How deep is the water here?

The data looks good, but there are a few things that need to be clarified.

Tokens and protocols are two different things.

The x402 ecosystem token once boasted a market capitalization exceeding $9 billion on CoinGecko, with a single-day trading volume surpassing $230 million. However, a large portion of these "x402 concept coins" were meme tokens, which have no substantial connection to the protocol itself. Buying x402-related tokens does not equate to buying into the growth of the x402 protocol. This market has always been adept at blurring the lines between narrative and reality, and this time is no exception.

The technical risks have not yet been resolved.

The x402's EIP-712 signature mechanism requires ongoing security audits. The ERC-8004 reputation registry faces the threat of Sybil attacks—mass registration of fake identities—and the existing economic incentive mechanisms are not yet perfect. There is an economic tension between high-frequency micropayments (US$0.0001 per transaction) and L2 transaction fees (still up to US$0.05), meaning that very small transactions will still be consumed by transaction fees at this stage.

The war of agreements is not over yet.

x402, Google's AP2, and the a16z ecosystem's ACP—three protocols coexist. If developers are divided among these three standards, the network effect will be significantly reduced. Furthermore, OpenAI and Anthropic can completely bypass on-chain protocols and build their own closed-loop payment systems—they have user bases, data, and scale advantages, which presents a competitive challenge that x402 cannot ignore.

The regulatory landscape remains another blank. Who is the transaction entity in a payment initiated autonomously by an AI agent? Where does the KYC/AML responsibility trigger? No major jurisdiction has provided definitive answers.

summary

Someone once wrote a quote that's worth quoting here: "The inscriptions of 2023 will allow humanity to etch value onto the blockchain; the x402 of 2025 will allow machines to autonomously pay value on the network for the first time."

If HTTP connects computers worldwide into an information network, the combination of x402 and ERC-8004 attempts to connect billions of agents into an open service and data marketplace—no accounts, no approvals, just a request, a payment, and a result.

However, whether the protocol can prevail in the fragmented competition, whether the trust mechanism can be truly perfected, and whether the agent economy can move from demo to real business... these are all still unanswered questions.

Before the narrative unfolds, distinguishing between the "value of the protocol" and the "tokens hyped around the protocol" is perhaps the most important thing for every participant to understand.

Sorumluluk Reddi: Bu sitede yeniden yayınlanan makaleler, halka açık platformlardan alınmıştır ve yalnızca bilgilendirme amaçlıdır. MEXC'nin görüşlerini yansıtmayabilir. Tüm hakları telif sahiplerine aittir. Herhangi bir içeriğin üçüncü taraf haklarını ihlal ettiğini düşünüyorsanız, kaldırılması için lütfen [email protected] ile iletişime geçin. MEXC, içeriğin doğruluğu, eksiksizliği veya güncelliği konusunda hiçbir garanti vermez ve sağlanan bilgilere dayalı olarak alınan herhangi bir eylemden sorumlu değildir. İçerik, finansal, yasal veya diğer profesyonel tavsiye niteliğinde değildir ve MEXC tarafından bir tavsiye veya onay olarak değerlendirilmemelidir.

Ayrıca Şunları da Beğenebilirsiniz

Why the UK Is Seeing an Uplift in Property Sales in 2026

Why the UK Is Seeing an Uplift in Property Sales in 2026

After several turbulent years for the housing market, the UK property sector is showing signs of renewed momentum in 2026. While the market remains cautious, several
Paylaş
Techbullion2026/03/05 01:17
Fed Decides On Interest Rates Today—Here’s What To Watch For

Fed Decides On Interest Rates Today—Here’s What To Watch For

The post Fed Decides On Interest Rates Today—Here’s What To Watch For appeared on BitcoinEthereumNews.com. Topline The Federal Reserve on Wednesday will conclude a two-day policymaking meeting and release a decision on whether to lower interest rates—following months of pressure and criticism from President Donald Trump—and potentially signal whether additional cuts are on the way. President Donald Trump has urged the central bank to “CUT INTEREST RATES, NOW, AND BIGGER” than they might plan to. Getty Images Key Facts The central bank is poised to cut interest rates by at least a quarter-point, down from the 4.25% to 4.5% range where they have been held since December to between 4% and 4.25%, as Wall Street has placed 100% odds of a rate cut, according to CME’s FedWatch, with higher odds (94%) on a quarter-point cut than a half-point (6%) reduction. Fed governors Christopher Waller and Michelle Bowman, both Trump appointees, voted in July for a quarter-point reduction to rates, and they may dissent again in favor of a large cut alongside Stephen Miran, Trump’s Council of Economic Advisers’ chair, who was sworn in at the meeting’s start on Tuesday. It’s unclear whether other policymakers, including Kansas City Fed President Jeffrey Schmid and St. Louis Fed President Alberto Musalem, will favor larger cuts or opt for no reduction. Fed Chair Jerome Powell said in his Jackson Hole, Wyoming, address last month the central bank would likely consider a looser monetary policy, noting the “shifting balance of risks” on the U.S. economy “may warrant adjusting our policy stance.” David Mericle, an economist for Goldman Sachs, wrote in a note the “key question” for the Fed’s meeting is whether policymakers signal “this is likely the first in a series of consecutive cuts” as the central bank is anticipated to “acknowledge the softening in the labor market,” though they may not “nod to an October cut.” Mericle said he…
Paylaş
BitcoinEthereumNews2025/09/18 00:23
Shiba Inu Coin Burn Mechanics: How Many SHIB Coins Have Been Burned so Far?

Shiba Inu Coin Burn Mechanics: How Many SHIB Coins Have Been Burned so Far?

Shiba Inu coin burn explained: how SHIB tokens are removed from circulation, why over 410T tokens were burned, and how Shibarium affects supply and price.
Paylaş
coincheckup2026/03/05 00:52