When AI Starts Paying for Itself

marsbitОпубликовано 2026-03-04Обновлено 2026-03-04

Введение

The article "When AI Starts Paying for Itself" discusses the emergence of the x402 protocol, which enables AI agents to autonomously make micro-payments for services like data and computation. In 2025, Coinbase and Cloudflare revived the long-dormant HTTP 402 status code ("Payment Required") to create a seamless payment layer for the internet. The protocol allows an AI agent to receive a payment request, authorize it with a cryptographic signature, and complete the transaction in under a second—with no human involvement, accounts, or traditional banking infrastructure. Supported by low-cost Layer 2 blockchains and stablecoins, x402 processed over 100 million transactions within months. Its V2 update added multi-chain support and session-based authentication. Google later integrated a similar model into its Agentic Payments Protocol (AP2). However, trust between autonomous agents remains a challenge. ERC-8004, an Ethereum standard, addresses this by providing on-chain identity (via NFT-based IDs), reputation tracking, and task verification systems. The ecosystem faces risks: speculative "x402-themed" meme tokens have surged without real utility, technical vulnerabilities exist, and competing standards from Google and a16z threaten fragmentation. Furthermore, regulatory frameworks for AI-driven transactions are undeveloped. In summary, x402 and ERC-8004 aim to create a trustless, open economic network for AI agents—but must overcome technical, economic, and competitive h...

Author: Clow, Baihua Blockchain

An AI wrote a piece of code and needed data to verify it.

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

Then, it paid 0.001 USDC. In less than a second, the data came back.

This transaction had no account, no password, no bank card, no KYC. The entire process involved no human participation.

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

The "Payment Code" That Slept for Thirty Years

In 1990, the drafters of the HTTP protocol reserved a specific status code: 402, Payment Required.

The meaning is straightforward—"Payment is required to enter here."

But this status code was never officially used. It just hung there in the protocol documentation, dormant for thirty-four years.

The reason is simple: the first builders of the internet never imagined that machines would one day be the ones paying. Credit cards, bank accounts, KYC verification—these payment infrastructures were designed for humans and are completely ineffective against autonomously running code.

AI Agents need to call APIs, purchase data, and acquire computing power at millisecond speeds. The account registration and fee thresholds of traditional payments are a solid wall.

In 2025, three conditions aligned simultaneously.

The total supply of stablecoins surpassed $300 billion, with L2s like Base reducing single transaction costs to sub-cent levels; the AI Agent ecosystem, led by OpenAI and Anthropic, began large-scale commercialization; Coinbase engineers dug up that dusty 402 and decided to activate it.

In May 2025, Coinbase, jointly with Cloudflare, officially released the x402 protocol. In September, they collaborated with Cloudflare to jointly announce the establishment of the x402 Foundation. A forgotten status code returned to the center of the internet. Cloudflare manages roughly 20% of global web traffic—this meant x402 had no shortage of infrastructure entry points from day one.

Machines, For the First Time, Learned to Pay

The design of x402 is surprisingly simple.

An AI Agent initiates an HTTP request, the server returns a 402 status code along with the payment requirements: how much, which chain, which token. The Agent authorizes the payment using an EIP-712 encrypted signature, stuffs the payment information into the request header, and resends the request. The server verifies it and returns the resource.

The entire process takes less than a second. No account, no subscription, no API Key.

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

Data proves this logic works. About seven months after the protocol's release, it processed over 100 million transactions. According to the Cambrian Network Q1 2026 report, over 15 million transactions occurred in the past 30 days, from over 400,000 buyers and over 80,000 sellers. The AI Agent群体 from Virtuals Protocol is the largest single source of transactions; they use the protocol to autonomously settle collaboration fees among Agents.

On December 11, 2025, x402 V2 launched. This upgrade pushed the protocol from "usable" to "user-friendly": support for multiple chains like Base, Solana, and Avalanche operating in parallel; introduction of a Session mechanism (wallet becomes an identity credential, allowing repeated access without on-chain interaction each time); integration with ACH bank transfers and credit card networks—the payment systems of Web2 and Web3 were connected for the first time within this protocol.

Google subsequently integrated x402 into its Agent2Agent (A2A) protocol, releasing the Agentic Payments Protocol (AP2); machines paying is becoming an infrastructure consensus among large tech companies.

Trust is the First Hurdle of the Agent Economy

The payment problem is solved, but an even more fundamental question remains unanswered.

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

Davide Crapis, AI Lead at the Ethereum Foundation and one of the co-drafters of ERC-8004, directly pointed 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 is the transaction record? How is reputation transferred?

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

  • Identity Registry: Each Agent gets an on-chain ID based on an ERC-721 NFT, portable, transferable, and verifiable across chains. An AgentCard (JSON format) records capabilities, endpoints, and x402 payment support status;
  • Reputation Registry: Feedback signals between Agents are archived on-chain—accuracy, timeliness, reliability scores. Only indices are kept on-chain, with data hashes pointing to off-chain storage to reduce Gas costs;
  • Verification Registry: After task completion, the result data hash is put on-chain requesting verification, giving "whether the task was truly completed" cryptographic provability.

The drafting team spanned four major crypto ecosystems: Marco De Rossi from MetaMask, Davide Crapis from the Ethereum Foundation, Jordan Ellis from Google, and Erik Reppel from Coinbase. EigenLayer, ENS, The Graph, and Taiko have all expressed support. Less than a month after the mainnet launch, registered Agents on Ethereum mainnet surpassed 24,000, with about 49,000 across all EVM chains combined.

A typical workflow looks like this: Agent A discovers a service provider through the ERC-8004 identity registry, filters the reputation registry to choose a high-scoring Agent B, completes the payment using x402, and attaches payment records with reputation feedback after the task ends—payment history becomes an anchor of credit. This chain is what Cambrian Network calls the "Agent Economy Operating System": payment + identity + reputation, three layers combined.

How Deep Are These Waters?

The data looks good, but a few things need clarification.

Tokens and protocols are two different things.

The ecosystem token related to x402 reached a market cap of over $9 billion on CoinGecko, with daily trading volume exceeding $230 million. But many of these "x402 concept tokens" are Meme tokens with no substantive binding to the protocol itself. Buying an x402-related Token is not the same as buying into the growth of the x402 protocol. This market has always been good at mixing narrative and reality, and this time is no exception.

Technical risks remain unresolved.

x402's EIP-712 signature mechanism requires continuous security audits. The ERC-8004 reputation registry faces the threat of Sybil attacks—batch registration of fake identities—and the current economic incentive mechanisms are not yet perfect. There is an economic tension between high-frequency micropayments (e.g., $0.0001 per transaction) and L2 fees (which can still reach $0.05); extremely small transactions can still be eaten up by fees at this stage.

The protocol war is not over.

x402, Google's AP2, and a16z's ecosystem ACP, three sets of protocols coexist. If developers split between these three standards, network effects will be significantly diluted. Furthermore, OpenAI and Anthropic could completely bypass on-chain protocols and build their own closed-loop payment systems—they have users, data, and scale advantages, which is competitive pressure x402 cannot ignore.

The regulatory landscape is another blank slate. For a payment autonomously initiated by an AI Agent, who is the transaction主体? Where is the trigger point for KYC/AML responsibility? No major jurisdiction has provided a definitive answer.

Summary

Someone once said something fitting to quote here: "Inscriptions in 2023 allowed humans to engrave value onto the chain; x402 in 2025 allowed machines to autonomously pay for value on the network for the first time."

If HTTP connected global computers into an information network, the combination of x402 and ERC-8004 attempts to connect billions of Agents into an open service and data market—no account needed, no approval needed, just one request, one payment, one result.

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

Before the narrative lands, distinguishing between "the value of the protocol" and "the tokens炒作 around the protocol" is perhaps the most important thing for every participant to figure out.

Связанные с этим вопросы

QWhat is the x402 protocol and what problem does it solve?

AThe x402 protocol is a system that enables AI agents to autonomously make micropayments for services like data access or computational resources via HTTP requests. It solves the problem of traditional payment systems (requiring accounts, passwords, credit cards, KYC) being incompatible with machine-to-machine transactions by integrating payment as a native HTTP action, allowing for seamless, account-less transactions in under a second.

QWhat historical internet standard did the x402 protocol revive and why was it unused for decades?

AThe x402 protocol revived the HTTP 402 status code, 'Payment Required,' which was defined in 1990 but never officially used. It remained dormant for over three decades because the early internet was built for human users, and the existing payment infrastructure (credit cards, bank accounts, KYC) was not designed for autonomous machines or AI agents.

QHow does the ERC-8004 standard complement the x402 protocol in the AI agent economy?

AERC-8004 establishes a trust layer for the AI agent economy by providing on-chain registries for agent identity (via NFT-based IDs), reputation (storing performance metrics and feedback), and task verification (cryptographic proof of completion). It complements x402 by enabling agents to discover reliable service providers, verify their credibility, and use x402 for payment, creating a combined system for payment, identity, and reputation.

QWhat are some challenges and risks associated with the x402 protocol and ERC-8004?

AChallenges include technical risks like the need for ongoing security audits of EIP-712 signatures, susceptibility to Sybil attacks on reputation systems, and the economic tension between micropayment values (e.g., $0.0001) and layer-2 transaction fees (e.g., $0.05). Additionally, there is protocol competition (e.g., from Google's AP2 and a16z's ACP), potential fragmentation among developers, and unresolved regulatory questions regarding KYC/AML responsibilities for autonomous AI transactions.

QWhat real-world adoption and transaction volume has the x402 protocol achieved according to the article?

ABy the end of 2025, the x402 protocol processed over 100 million transactions. In the first 30 days of 2026, it handled an additional 15 million transactions, with over 400,000 buyers and 80,000 sellers. Virtuals Protocol's AI agents were the largest single source of transactions, using x402 for autonomous settlement of collaboration fees among agents.

Похожее

"Water Scarcity": The Hidden Fatal Flaw of AI Infrastructure

“Water Scarcity: The Hidden Vulnerability of AI Infrastructure” In June 2026, SpaceX revised its IPO prospectus to highlight a core resource constraint alongside power and processors: water. This move signals a pivotal shift where water scarcity has transformed from an operational cost to a major, uncontrollable investment risk, directly threatening AI data center expansion. The scale of the problem is immense. U.S. data centers consumed an estimated 17 billion gallons of water for direct cooling in 2023, with indirect water use for power generation exceeding 211 billion gallons. Giants like Google alone use billions of gallons annually, with single sites consuming volumes equivalent to a medium-sized city. This water is largely “consumptive,” evaporated into the atmosphere and lost. This massive demand is colliding with scarcity. Tech companies are building “water tigers” in arid regions, sparking community protests in places like Mexico and Arizona, where data centers can legally use millions of gallons daily—enough for tens of thousands of residents. These conflicts are not about illegality, but about a mismatch between historic water allocation frameworks and new, colossal demand. The consequences are real. Community opposition, largely centered on water, has reportedly stalled or canceled $64 billion in U.S. data center projects over two years. Simultaneously, investors are pressuring companies for greater water footprint transparency, viewing it as a financial risk, not just an ESG metric. Technological solutions like air or liquid cooling involve trade-offs between water and electricity use, with final choices dictated by local constraints. The irony is stark: while industry leaders envision AI as a utility “like water,” its physical infrastructure is straining real-world water supplies. The race for AI supremacy may ultimately be governed not by the fastest chip, but by the slowest water meter.

marsbit36 мин. назад

"Water Scarcity": The Hidden Fatal Flaw of AI Infrastructure

marsbit36 мин. назад

Global Card Issuance Enters a Compliance-Driven Era: WasabiCard is Building the Next-Generation Payment Infrastructure

Global card issuance is entering a compliance-driven era, with WasabiCard building next-generation payment infrastructure. The platform asserts that as stablecoins increasingly enter cross-border payments, corporate settlements, and global commerce, the industry is shifting focus from "availability" and "growth-driven" models to long-term, compliant operation under global frameworks. Competition will center on sustainable compliance and global infrastructure capabilities. Stablecoins are evolving from on-chain assets into key payment tools in global business, with card issuance acting as critical infrastructure connecting digital assets to traditional payment networks like Visa and Mastercard. This expansion has revealed structural issues, including cross-regional issuance, BIN resource management, and insufficient AML and risk controls. In response, the industry is moving away from reliance on "grey efficiency" towards prioritizing compliance, risk management, and long-term operational stability. WasabiCard outlines its strategy: collaborating with licensed principals and local partners for localized operations, building robust KYC/AML systems, strictly separating commercial and consumer BIN usage, and enhancing global issuance, payment, and cross-border fund flow infrastructure. The goal is to build stable, scalable payment infrastructure amid evolving global regulations, shifting industry competition from scale to infrastructure capability. As stablecoins integrate further with global commerce, payment infrastructure will become a fundamental, embedded component of internet business. WasabiCard will continue to develop capabilities in global card issuance, stablecoin payments, cross-border fund flows, and API-driven financial workflows.

marsbit46 мин. назад

Global Card Issuance Enters a Compliance-Driven Era: WasabiCard is Building the Next-Generation Payment Infrastructure

marsbit46 мин. назад

Zhou Hang: How Much Is SpaceX Really Worth?

**Zhou Hang: How Much is SpaceX Really Worth?** SpaceX, arguably one of the greatest industrial companies of the past 50 years, is reportedly targeting a staggering $1.75 trillion valuation in its potential IPO. However, the author argues this figure is inflated by approximately $1.25 trillion when assessed through standard financial metrics. The analysis begins by acknowledging SpaceX's undeniable success: drastically reducing launch costs, achieving near-monopoly in commercial launches, and building the strategic Starlink network. Its achievement surpasses even Tesla's, given it disrupted a state-monopolized industry. Despite this greatness, a $1.75 trillion valuation places SpaceX above the combined market cap of Boeing, Lockheed Martin, Northrop Grumman, RTX, and General Dynamics. Projecting optimistic 2030 revenues of $50-80 billion and applying generous tech-sector multiples yields a "reasonable" valuation range of $500 billion to $1.2 trillion. The $1.25 trillion gap is attributed to three non-financial premiums: 1. **Long-term vision premium** for future Starship-enabled markets (e.g., space-based computing). 2. **Sovereign asset/strategic premium**, as SpaceX is deeply integrated into U.S. national security. 3. **Retail narrative/Musk cult premium**, driven by a heroic story and personal following. Post-IPO, three scenarios are outlined: valuation solidifying (25% probability), sideways volatility as narrative outpaces reality (50%), or a re-rating down to $800B-$1.2T if execution falters or Musk-related risks emerge (25%). The probability-weighted expected value is $1.3-1.5 trillion, suggesting negative expected returns for those buying at the IPO price. The conclusion advises investors to separate the company's excellence from its stock price. Buying at the IPO likely prices in excessive optimism. A more prudent strategy would be to wait for key milestones (e.g., Starship V3 stability) or a significant price correction before investing, or to treat an early purchase as a long-term, high-conviction hold with limited position size, not a short-term bet.

链捕手51 мин. назад

Zhou Hang: How Much Is SpaceX Really Worth?

链捕手51 мин. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Неделя обучения по популярным токенам (2): 2026 может стать годом приложений реального времени, сектор AI продолжает оставаться в тренде

2025 год — год институциональных инвесторов, в будущем он будет доминировать в приложениях реального времени.

1.8k просмотров всегоОпубликовано 2025.12.16Обновлено 2025.12.16

Неделя обучения по популярным токенам (2): 2026 может стать годом приложений реального времени, сектор AI продолжает оставаться в тренде

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на AI (AI) представлены ниже.

活动图片