x402 V2 Released: What Are the Core Highlights?

marsbitPublished on 2025-12-12Last updated on 2025-12-12

Abstract

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.

Related Questions

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.

Related Reads

Cryptocurrency & Stock Market Indicator丨SpaceX Discloses Holding 18,712 Bitcoins Worth $1.18 Billion; Strategy Spends $100 Million Two Weeks in a Row to Scoop Up BTC at Low Levels (June 16)

"Coin-Stock Barometer: SpaceX discloses holding 18,712 Bitcoin worth $1.18B; Strategy spends another $100M accumulating BTC (June 16) SpaceX has officially disclosed holding 18,712 Bitcoin in its S-1 filing, valued at ~$1.18B, becoming the 8th largest public company Bitcoin holder. Its average cost is ~$35,000 per BTC. In weekly BTC treasury news, Strategy (formerly MicroStrategy) purchased another 1,587 BTC (~$100M) last week, increasing its total to 846,842 BTC. Mara Holdings added 1,000 BTC. However, Metaplanet and others made no purchases. Nakamoto sold ~600 BTC to repay ~$45M in debt. Global public companies (excluding miners) now hold 1,121,341 BTC. In other crypto treasury developments: - Metaplanet acquired Siiibo Securities to build a Bitcoin-focused financial ecosystem in Japan. - Bitmine increased its ETH holdings by 76,881 last week. - SharpLink's cumulative ETH staking rewards surpassed 21,119 ETH. - Forward Industries' acquisition offers for two SOL treasury companies, including Brera Holdings (holding 2.1M SOL), were rejected. - Tron Inc.'s TRX holdings surpassed 700 million. - Avalanche Treasury Co. (AVAT) begins trading on Nasdaq. - AIFC detailed plans to use WLFI tokens for collateral/loans. Market perspectives on U.S. stocks vary. 'White-Haired Stock God' Serenity sees the current cycle as retail-to-institution transfers, where negative reports may signal institutional accumulation. Morgan Stanley suggests a rotation from tech to cyclical stocks could occur. Citrini believes the U.S. stock market hasn't peaked but expects frequent 10-15% pullbacks in the coming months."

marsbit5m ago

Cryptocurrency & Stock Market Indicator丨SpaceX Discloses Holding 18,712 Bitcoins Worth $1.18 Billion; Strategy Spends $100 Million Two Weeks in a Row to Scoop Up BTC at Low Levels (June 16)

marsbit5m ago

Do Robots Also Need Encrypted Wallets? Stablecoin Giant Tether Bets on German Company NEURA Robotics

Do Robots Need Crypto Wallets? Stablecoin Giant Tether Bets on German Firm NEURA Robotics German robotics company NEURA Robotics has secured up to $1.4 billion in what is claimed to be the largest-ever funding round in the full-stack robotics industry, valuing the company at $7 billion. The Series C round attracted major investors like Tether, Qualcomm, Amazon, NVIDIA, Bosch, and the European Investment Bank. NEURA, founded in 2019, initially focused on AI-powered collaborative robots (cobots) for industrial automation, later expanding to autonomous mobile robots, service robots, and humanoid robots. Its core strategy is evolving from a hardware manufacturer to the operator of "Neuraverse," a platform designed to enable different robots to share learned experiences and data, creating network effects. A key, crypto-focused aspect of this investment is Tether's involvement. Tether plans to integrate its open-source Wallet Development Kit (WDK) into NEURA's robot platforms. This would embed self-custody wallet functionality, allowing robots to autonomously handle payments and settlements for tasks under pre-set rules—envisioning use cases in logistics or Robotics-as-a-Service (RaaS) models. This move could position stablecoins and crypto wallets as potential "machine payment infrastructure." Additionally, the partnership will see Tether's QVAC (QuantumVerse Automatic Computer) edge-AI framework tested and deployed within Neuraverse. This aims to enable low-latency, offline-capable AI decision-making directly on robots, reducing reliance on cloud computing for critical, time-sensitive operations. The investment underscores Tether's broader ambition to expand beyond being just a stablecoin issuer into AI, energy, and digital infrastructure, with NEURA's robotics network serving as a testbed for merging crypto-based financial layers with edge-based intelligence for the future of automation.

marsbit22m ago

Do Robots Also Need Encrypted Wallets? Stablecoin Giant Tether Bets on German Company NEURA Robotics

marsbit22m ago

AMD Launches Compact AI Host, Directly Challenging NVIDIA DGX Spark

In June 2026, AMD announced the Ryzen AI Halo, a compact AI developer desktop to rival NVIDIA's DGX Spark. Both feature 128GB unified memory for running 200B+ parameter models locally. Priced from $2,949 to $3,999, AMD undercuts NVIDIA's $3,999+ DGX Spark. The core divergence lies in architecture and philosophy. Ryzen AI Halo uses an x86-based Ryzen AI Max+ 395 APU (CPU+GPU+NPU), runs standard Windows/Linux, and emphasizes general-purpose PC flexibility. DGX Spark uses an ARM-based Grace Blackwell Superchip, runs a custom DGX OS, and includes a high-speed ConnectX-7 NIC for cluster prototyping, anchoring it to NVIDIA's full-stack CUDA ecosystem. AMD's ROCm software has improved, with simpler installation and support for major frameworks, but still lags behind CUDA's 17-year maturity in community support and cutting-edge library availability. AMD's broader strategy focuses on becoming a viable second-source supplier. Key moves include acquiring design capabilities via ZT Systems (while outsourcing manufacturing) and securing two major 6GW GPU supply deals with OpenAI and Meta in late 2025/early 2026. These contracts validate AMD's role in diversifying the AI supply chain, rather than outright beating NVIDIA. NVIDIA counters with a tightly integrated stack from desktop (DGX Spark) to data center, emphasizing seamless scalability and enterprise software subscriptions (AI Enterprise). In summary, Ryzen AI Halo represents AMD's pragmatic path: offering a cost-effective, open-ecosystem alternative for developers wary of vendor lock-in, while its large data center contracts aim to capture share from customers seeking a second GPU supplier. The choice boils down to a familiar, flexible PC environment with potential software gaps (AMD) versus a premium, optimized, but locked-in ecosystem (NVIDIA).

marsbit22m ago

AMD Launches Compact AI Host, Directly Challenging NVIDIA DGX Spark

marsbit22m ago

Sharplink CEO: One Million Ethereum Developers, Who Can Compete?

Etherean Ecosystem: One Million Developers and a Formidable Moat The Ethereum network has surpassed a significant milestone: over one million unique lifetime developers, with approximately 232,000 active in the past year. This vast and growing talent pool is Ethereum's core advantage, far more critical than transient metrics like speed or transaction fees. The central question is not which blockchain is fastest, but where the best builders choose to build long-term. Ethereum's answer lies in a decade-long accumulation of infrastructure, standards, tools, liquidity, and collaborative culture that is exceptionally difficult to replicate. It has become the default operating system for programmable finance. This massive developer base is actively working on complex, high-risk challenges that deepen Ethereum's strategic moat: * **Glamsterdam Upgrade (2026):** Focused on core protocol scalability (ePBS, parallel execution) while preserving core values like credible neutrality. * **Synchronous Composability:** Aims to make numerous Rollups interoperate like a single chain, directly addressing fragmentation concerns. * **Quantum Resistance:** Ethereum leads mainstream ecosystems in coordinated preparation for post-quantum cryptography, with a targeted migration plan around 2029. This developer advantage is self-reinforcing, fueled by: * **Deep Composability:** Applications interact like interoperable financial Lego bricks via shared standards (e.g., EVM, Solidity). * **Credible Neutrality:** Secured by over 900,000 validators, making it trusted by major institutions. * **Modularity:** Rollups (Base, Arbitrium, etc.) expand, rather than fracture, the ecosystem into a tightly connected modular internet economy. * **Culture:** Attracts top-tier researchers and standard-setters who guide the entire industry. In essence, while other chains generate activity, Ethereum is consolidating as the trusted, long-term coordination layer for internet-native finance. Its future is being built now by the architects of the next-generation financial infrastructure.

Odaily星球日报1h ago

Sharplink CEO: One Million Ethereum Developers, Who Can Compete?

Odaily星球日报1h ago

Trading

Spot
Futures

Hot Articles

How to Buy CORE

Welcome to HTX.com! We've made purchasing CORE (CORE) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy CORE (CORE) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your CORE (CORE)After purchasing your CORE (CORE), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade CORE (CORE)Easily trade CORE (CORE) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

5.4k Total ViewsPublished 2024.03.29Updated 2026.06.02

How to Buy CORE

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of CORE (CORE) are presented below.

活动图片