x402 V2 Released: What Are the Core Highlights?

marsbitPublicado em 2025-12-12Última atualização em 2025-12-12

Resumo

The x402 protocol, initially developed by Coinbase, has now released its V2 upgrade. The core idea remains leveraging the HTTP 402 status code to embed payment logic directly into web requests. Since its launch, x402 has processed over 100 million payments across various use cases, such as API calls and AI agents purchasing compute resources. V2 introduces several major improvements. It supports wallet-based identity (e.g., Sign-In-With-X via CAIP-122) and reusable sessions, allowing users and autonomous agents to avoid repeated on-chain payments after initial authentication, significantly reducing latency and cost for high-frequency interactions. A unified payment interface now supports multiple chains (including Base and Solana) by default and integrates traditional payment rails like ACH and credit cards through Facilitators. Dynamic payTo routing enables complex pricing models and multi-tenant setups. The architecture is now modular and plugin-based, making it easier for developers to extend support for new chains or payment methods without altering core SDK code. Configuration is simplified, with automatic optimization based on developer preferences. A new discovery mechanism allows services to publish structured metadata, which Facilitators can automatically index, ensuring pricing and endpoint information stays current without manual updates. For end-users, V2 enables seamless, near-invisible payments with a "micro-subscription" feel. Developers benefit from reduc...

When the x402 protocol, led by Coinbase, was launched in May of this year, its core concept was surprisingly simple: reactivate the long-dormant HTTP 402 status code, embedding payment logic directly within network requests.

Although the performance of x402-related tokens was short-lived, over the past 6 months, x402 has already processed over 100 million payments, covering diverse scenarios such as API paid calls and AI agents purchasing computing resources on demand.

While the V1 architecture was simple, it revealed some limitations in practical use. Particularly in areas like cross-chain support, scalability, identity authentication, and duplicate payments, the original design could not meet the increasingly complex payment demands.

Today, x402 has ushered in the V2 version upgrade. This update not only optimizes the protocol itself but also involves a deep-level restructuring around issues identified during actual use.

What Are the Core Highlights of x402?

Wallet Identity Integration and "Reusable Sessions": Say Goodbye to Duplicate Payments

This is the most significant change in V2 for enhancing user and agent experience. In V1, each API call might require a complete payment process, which resulted in high latency and costs in high-frequency scenarios (such as large language model LLM inference and multi-step agent tasks).

x402 V2 introduces support for wallet identities (such as Sign-In-With-X based on CAIP-122). Once the client verifies their identity via a wallet and completes the initial payment, the protocol allows the creation of reusable sessions. This means subsequent repeated access to the same resource can skip the full on-chain payment process.

This significantly reduces transaction latency, minimizes round-trips, and lowers on-chain costs, making x402 truly suitable for high-frequency workloads. It provides a subscription-like or session-based access model for human users and autonomous agents.

Unified Payment Interface: Integration of Cross-Chain and Traditional Finance

x402 V2 creates a one-stop payment format, regardless of which chain the asset is on, or even if it is on-chain.

· Default Multi-Chain Support: The protocol natively supports stablecoins and tokens on Base, Solana, and other L2s, eliminating the need for developers to customize logic.

· Compatible with Traditional Payments: Through Facilitators, V2 can be compatible with traditional payment rails like ACH, SEPA, or credit card networks.

· Dynamic payTo Routing: Allows request-level payment routing, such as directing payments to specific addresses, roles, or callback logic, adapting to complex marketplaces and multi-tenant APIs, and enabling dynamic pricing based on input content.

Plugin Architecture and Developer-Friendly Extensibility

x402 V2 modularizes the protocol, creating a clear separation between the protocol specification, SDK implementation, and Facilitators.

· Stable and Extensible: Adding a new chain or payment method does not require modifying the core specification or reference SDK.

· Plugin-Driven SDK: Developers can register new chains, assets, and payment schemes like installing plugins, rather than modifying the SDK's internal code.

· Simplified Configuration: V2 significantly simplifies the developer configuration process while natively supporting Multi-Facilitator. The SDK will automatically select the best matching option based on business preferences (e.g., "Prefer Solana," "Avoid Mainnet," use only "USDC").

Automatic Discovery Mechanism: Keeping Service Information Synchronized

x402 V2 introduces a "Discovery" extension, allowing x402-enabled services to expose structured metadata for Facilitators to crawl.

· Zero-Intervention Synchronization: Service pricing, routing, and metadata can be updated automatically. Facilitators can index available endpoints automatically, eliminating the need for manual updates or hardcoded directories.

· Enhanced Autonomy: Sellers only need to publish their API once, and the entire ecosystem remains synchronized, laying the foundation for a more autonomous internet economy.

Perspectives of Different Participants

The upgrade of x402 V2 transforms payment from a technical friction point into an economic layer, essentially making the flow of value on the internet smoother and smarter. For different participants, this means solving their respective most pressing problems.

For end-users, the core value of x402 V2 lies in seamless payment and efficiency improvement, making paid access to services more like logging in and using, significantly reducing the cost and latency of repeated access. The first access requires completing the payment, but subsequent repeated use of the service within the same session or time period (such as multiple AI calls or accessing paid content) does not require additional on-chain payments if resources have already been purchased, resulting in faster speed and lower cost. It feels like a "micro-subscription." Simultaneously, payment methods become more diverse and convenient.

Furthermore, since Facilitators can automatically obtain the latest pricing and service information, it ensures users see accurate and available prices and services, avoiding information lag issues. For users, it also becomes easier to find and use services.

For developers and service providers, V2 addresses the architectural and scalability pain points of V1, bringing higher flexibility and lower code maintenance burden. For example, payment logic changes from "hardcoded" to "configuration and plugins"; dynamic pricing can be implemented based on the input content of API requests (such as the amount of data processed, model size), easily enabling complex business models; since the payment wall logic is extracted into an independent, customizable modular package, developers can more easily integrate different payment backends and quickly build and iterate their paid services. Additionally, simply declaring business preferences allows the SDK to automatically select the optimal payment path and coordinator. This reduces a significant amount of "glue code," allowing developers to focus on business logic.

For AI agents, the improvements in V2 are revolutionary, transforming AI from a pure "executor" into an autonomous "economic agent." An AI agent can be assigned a wallet with a budget. When it needs to call an API to complete a task or rent more powerful computing resources to run a model, it can "decide for itself" and complete the payment, and can dynamically search the network for the most cost-effective resources.

Summary

The release of x402 V2 marks the evolution of x402 from a "pay-per-use" tool to a flexible, universal economic layer. For users, payments become almost invisible, enhancing the experience. For developers, the architecture is more flexible, enabling rapid building and iteration of complex business models. And AI agents can achieve low-latency, high-frequency autonomous consumption, unlocking more advanced autonomous systems.

By expanding compatibility, simplifying development processes, and enabling innovative identity and payment models, x402 is building the infrastructure for the future of internet payments. However, any technology that brings innovation will inevitably face challenges and inherent shortcomings. Although x402 V2 paints a promising blueprint, to realize it, many practical obstacles must be overcome, such as ecosystem adoption and maturity, risks of "modules," challenges of refunds and dispute resolution, regulatory uncertainty, and more.

Perguntas relacionadas

QWhat is the core innovation of the x402 V2 protocol?

AThe core innovation of x402 V2 is its evolution into a flexible, universal economic layer for the internet. It reactivates the HTTP 402 status code to embed payment logic directly into web requests, and V2 specifically enhances this with features like identity-based reusable sessions, a unified multi-chain payment interface, and a plugin-based architecture.

QHow does the 'Reusable Sessions' feature in x402 V2 improve the user experience?

AThe 'Reusable Sessions' feature allows a client to verify their identity (e.g., via Sign-In-With-X) and complete an initial payment. Subsequent requests within the same session can then skip the full on-chain payment process, significantly reducing transaction latency, costs, and the number of round trips. This creates a subscription-like or session-based access model ideal for high-frequency workloads.

QWhat does the 'Unified Payment Interface' in V2 enable for developers?

AThe 'Unified Payment Interface' provides a one-stop payment format that supports multiple blockchains (like Base and Solana) by default and is compatible with traditional payment rails (like ACH, SEPA, or credit cards) through Facilitators. It also allows for dynamic 'payTo' routing, enabling complex pricing models and payments to specific addresses or roles based on the request.

QWhat is the 'Plugin-driven SDK' and how does it benefit developers?

AThe 'Plugin-driven SDK' is a module where developers can register new chains, assets, and payment methods as plugins without modifying the core SDK code. This plugin-based approach simplifies configuration, reduces maintenance burden, and allows the SDK to automatically select the best payment path based on developer-defined business preferences.

QHow does the 'Discovery' extension in V2 improve the ecosystem?

AThe 'Discovery' extension allows x402-enabled services to expose structured metadata for Facilitators to automatically scrape. This enables zero-intervention synchronization of service pricing, routing, and metadata. Facilitators can automatically index available endpoints without manual updates, making it easier for users to find services and for the entire ecosystem to stay current.

Leituras Relacionadas

Fei-Fei Li's Team Clarifies the Concept of 'World Models', Sora Merely a Renderer

"World Models" has become a widely used yet confusing term in AI. To address this, a team led by Fei-Fei Li and World Labs proposed a functional taxonomy based on the Partially Observable Markov Decision Process framework. This taxonomy categorizes systems called "world models" into three distinct projections: Renderers, Simulators, and Planners. Renderers, like OpenAI's Sora and other video generation models, focus on producing photorealistic visual outputs for human perception. They prioritize visual fidelity over physical accuracy. Simulators, such as NVIDIA Omniverse, aim to compute precise future environmental states for computational tasks like engineering analysis or digital twins. Planners, like Vision-Language-Action models, take in observations and goals to output executable actions for robots or agents. The article clarifies that most current "world models," including Sora, are primarily Renderers. They generate convincing visuals but lack the core ability to simulate state transitions based on actions, a key requirement for a true world model in classic reinforcement learning definitions. This conceptual confusion has practical implications, leading to potential misalignment in technology selection, investment, and public understanding of AI capabilities. Clear categorization is crucial. It helps enterprises avoid costly mistakes (e.g., using a renderer for robot training), allows investors to accurately assess markets, and enables researchers to build comparable benchmarks. While future systems may integrate these functions, recognizing current boundaries is essential for honest assessment and progress.

marsbitHá 12m

Fei-Fei Li's Team Clarifies the Concept of 'World Models', Sora Merely a Renderer

marsbitHá 12m

Bloomberg Uncovered: How Do China's Wealthy Circumvent the Annual $50,000 Limit to Transfer Assets?

**Summary: How Wealthy Chinese Circumvent $50,000 Annual Foreign Exchange Limits** Despite China's strict capital controls, including an annual $50,000 per person foreign exchange quota, an estimated $150 billion in funds still leaves the country annually via various gray and underground channels. This report outlines the evolution of China's "capital wall" and the methods used to bypass it. **The Evolving Capital Controls:** * **Foundation (1994):** The system of "current account convertibility with strict capital account controls" was established. * **Quota Set (2007):** The $50,000 individual annual forex purchase limit was formalized. * **Crackdown Begins (2015-2017):** Following market volatility, enforcement tightened. Banks were required to scrutinize transactions, and channels like using UnionPay cards for Hong Kong insurance premiums or buying overseas property were blocked. * **Digital & Legal Upgrades (2024-2026):** Enhanced algorithms now flag suspicious patterns (e.g., "smurfing"). The Common Reporting Standard (CRS) provides Chinese tax authorities with data on citizens' offshore accounts. Unlicensed cross-border brokers have been targeted. **Five Primary Methods for Moving Capital:** 1. **Underground Banking / "Hawala" (Duiqiao):** The largest-scale method. No money crosses borders. Clients pay RMB to a domestic account; an overseas associate deposits equivalent foreign currency into the client's offshore account. Risks include high fees, account freezes, and legal penalties. 2. **"Smurfing" or "Ant Moving":** Using multiple individuals' $50,000 quotas to pool funds for one offshore recipient. Increasingly detected by anti-money laundering algorithms. 3. **Trade Invoice Manipulation:** Businesses over-invoice imports or under-invoice exports via offshore shell companies, creating a pretext to transfer excess funds abroad under the guise of trade. 4. **Channel Migration:** After a crackdown on internet brokers, funds flow toward more compliant but costly channels like major banks' cross-border wealth management services or Qualified Domestic Institutional Investor (QDII) quotas. 5. **Structural Arrangements:** High-net-worth individuals use complex, high-cost legal structures involving offshore trusts, insurance, and investment migration programs to transfer asset ownership. **Regulatory Response: Focusing on People, Not Just Money** The current strategy extends oversight from enterprises to **individual residents**. Tools like CRS allow retroactive visibility into offshore assets. Cryptocurrencies, once seen as a potential loophole, are now actively monitored and prosecuted as an illegal channel. The underlying driver remains: with significant wealth concentrated among millions of affluent households seeking diversification amid domestic economic shifts, the incentive to move assets offshore persists despite regulatory barriers.

marsbitHá 32m

Bloomberg Uncovered: How Do China's Wealthy Circumvent the Annual $50,000 Limit to Transfer Assets?

marsbitHá 32m

Ethereum's Ballmer Moment: As Everyone Is Bearish, the Circulating Supply Is Disappearing

"Ethereum's Ballmer Moment: Circulation Shrinks Amid Bearish Sentiment" Amid widespread bearish sentiment, with prominent figures like Bankless founder David Hoffman selling ETH and young developers flocking to Solana, some argue Ethereum is entering its "Ballmer era"—akin to Microsoft's perceived stagnation under Steve Ballmer. While surface-level criticisms about slow protocol development, cautious leadership, and competitive pressure are valid, underlying fundamentals tell a different story. Approximately 30% of ETH is staked, major holders like BitMine are accumulating, and spot ETFs continue to absorb supply. Regulatory clarity, including the SEC/CFTC's March ruling on staking rewards and the potential passage of the CLARITY Act, is transforming crypto from a regulatory threat into a legitimized framework. This institutionalization, alongside a shrinking circulating supply (with net issuance around 0.23% annually), creates significant buy-side pressure independent of fee-based value capture. The broader crypto total addressable market is expanding through regulated stablecoins, tokenized assets, and institutional adoption. While public chains face competition from permissioned alternatives, the winning model appears to be permissioned assets settling on public chains like Ethereum and Solana. The author advocates a non-maximalist, barbell strategy: holding ETH for its institutional role and supply squeeze, SOL for consumer/throughput trends, BTC as a macro hedge, and a basket of next-gen L1s. Key bullish drivers for ETH include rapid circulation shrinkage, potential Q2 staked ETF approvals, regulatory tailwinds solidifying its role as a default settlement layer, and the optionality of an eventual "Satya moment" leadership shift. Despite bearish consensus, the current setup—where crypto is "not hot" and regulatory groundwork is being laid—presents a compelling investment opportunity. The crypto cycle's focus may have shifted to AI, but blockchain infrastructure is gaining a legal and institutional foothold precisely while attention is elsewhere.

marsbitHá 32m

Ethereum's Ballmer Moment: As Everyone Is Bearish, the Circulating Supply Is Disappearing

marsbitHá 32m

Trading

Spot
Futuros

Artigos em Destaque

Como comprar CORE

Bem-vindo à HTX.com!Tornámos a compra de CORE (CORE) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar CORE (CORE) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu CORE (CORE)Depois de comprar o teu CORE (CORE), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona CORE (CORE)Transaciona facilmente CORE (CORE) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

304 Visualizações TotaisPublicado em {updateTime}Atualizado em 2026.06.02

Como comprar CORE

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de CORE (CORE) são apresentadas abaixo.

活动图片