x402 V2 Released: What Are the Core Highlights?

marsbitPublicado a 2025-12-12Actualizado a 2025-12-12

Resumen

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.

Criptos en tendencia

Preguntas 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.

Lecturas Relacionadas

Two Legends Lost in Three Days: Is Google's AI Talent Dam Cracking?

In three days, Google lost two AI legends. On June 18, Noam Shazeer, co-author of the seminal "Attention is All You Need" paper and Gemini co-lead, left for OpenAI. Just 48 hours later, John Jumper, 2024 Nobel laureate and AlphaFold lead, departed DeepMind for Anthropic. This follows Andrej Karpathy joining Anthropic in May. These moves highlight a structural trend: top AI talent is concentrating at mission-driven, pre-IPO firms like OpenAI and Anthropic, while Google becomes a primary source. The exodus stems from a core mission mismatch. Google's ad-centric model often subordinates AI research to product and revenue goals, creating friction for pioneers like Shazeer, who returned in 2024 only to leave again. In contrast, OpenAI and Anthropic offer singular focus on pushing AI boundaries, whether towards AGI or safety-aligned models, which deeply appeals to top researchers like Jumper. Financial incentives amplify the pull. With both OpenAI and Anthropic nearing IPO, employees stand to gain immensely from equity, an upside Google's mature stock cannot match. Furthermore, the 2023 merger of Google Brain and DeepMind, intended to consolidate strength, has instead created cultural tension and slowed the path from research to product, as evidenced by Gemini's pace. This talent redistribution is reshaping the AI landscape. While Google retains vast data and compute resources, its true crisis is the quiet, continuous loss of the people who define the field's future. The real moat in AI is not infrastructure, but the concentration of brilliant minds—a battle Google is currently losing.

marsbitHace 36 min(s)

Two Legends Lost in Three Days: Is Google's AI Talent Dam Cracking?

marsbitHace 36 min(s)

Behind the AI Report Card, Lies a Chinese 'Exam Setter'

Beyond the familiar performance charts like MMLU-Pro and MMMU, which major AI models strive to ace, stands a key "examiner": Chinese-Canadian researcher Wenhu Chen. An assistant professor at the University of Waterloo and founder of TIGERLab, Chen addresses the crucial need for more rigorous AI evaluation. As models like GPT-4 began scoring near-perfect results on older benchmarks like MMLU, it became difficult to distinguish their true capabilities. In response, Chen introduced MMLU-Pro in 2024, featuring harder, more reasoning-focused questions with more answer choices, successfully reintroducing meaningful performance gaps. His work extends to multi-modal evaluation with MMMU and its enhanced version, MMMU-Pro. These benchmarks test a model's ability to understand and reason with complex information from images, charts, and text across diverse academic subjects, exposing the significant challenges even top models face in genuine comprehension. Chen's background in complex QA, table reasoning, and his experience at Google DeepMind on projects like Gemini inform his approach. He understands that effective benchmarks must anticipate how models might "cheat" by memorizing data or avoiding visual analysis. His lab also actively researches video understanding and generation models (e.g., UniVideo, Vamba), ensuring his evaluation work is grounded in practical model-building challenges. Now at Meta's Super Intelligence Lab, Chen continues his focus on multi-modal data and evaluation, representing the deep yet often unseen contributions of Chinese talent in shaping the fundamental tools of the AI industry.

marsbitHace 48 min(s)

Behind the AI Report Card, Lies a Chinese 'Exam Setter'

marsbitHace 48 min(s)

Alliance Co-founder's Letter to Entrepreneurs: Written at the Moment Cursor Sold for $600 Billion

Alliance Co-founder's Letter to Entrepreneurs: On Cursor's $60 Billion Sale Many aspiring founders see massive exits like Cursor's $60B sale and wonder why they can't achieve the same, often concluding opportunities are exhausted. But great companies aren't built in obvious, crowded spaces. Cursor, like Stripe, Figma, and Shopify before it, started with a non-consensus belief about the future. Before ChatGPT, they believed AI would transform knowledge work. They focused on a genuinely exciting domain, became their own customer, and obsessed over power users. Their journey involved years of "glass-chewing" effort before the market was ready. The pattern is consistent: identify a long-term technological shift, find a missed entry point, and execute for years before the trend becomes obvious. First-generation products (PayPal, Adobe, Amazon) prove a market exists. Second-generation winners (Stripe, Figma, Shopify) rebuild that market around new insights, technology, or changing customer behaviors. Founders must identify their phase in the cycle. Early entrants like Coinbase or Cursor focus on making new technology usable for power users. Later entrants find the "yin" to the established "yang"—the blind spots incumbents miss as they grow distant from individual users. The key is deep market immersion. Use every product in your space. Talk to users. Build an audience. Stop looking for ideas and start *seeing* them everywhere. Then, choose one. The idea must offer a 10x improvement or solve a "hair-on-fire" pain point—something severe enough that users are already crafting workarounds. When building, avoid feature bloat. Ask: why would someone switch? Great startups rarely force new behaviors; they improve familiar workflows with drastically lower friction (e.g., Cursor forked VS Code instead of creating a new editor). Distribution is the underestimated moat. Before product-market fit, achieve distribution-market fit. How do customers discover new tools? Founders like those at Airbnb, Stripe, and Cursor did unscalable, manual work to recruit early users. The final, unteachable ingredient is resilience. Cursor built for years pre-market, faced rejection, and persisted. So did Airbnb, Nvidia, and Rain (which launched post-FTX collapse). The lesson isn't that these founders were smarter, but that they stayed in the game long enough for their insights to compound. Framework: Spot technological cycles. Cultivate unique insight. Obsess over your market. Talk to customers. Find a hair-on-fire problem. Build the simplest wedge. Win your distribution channel. Above all, don't quit when it gets hard. Most people won't do these things consistently. The few who do build the next generation of great companies. Go build.

marsbitHace 51 min(s)

Alliance Co-founder's Letter to Entrepreneurs: Written at the Moment Cursor Sold for $600 Billion

marsbitHace 51 min(s)

Weekly Editor's Picks (0613-0619)

Weekly Editor's Picks (0613-0619): Market Insights & Analysis This weekly digest curates in-depth analysis often lost in the information flow, focusing on key insights across macro trends, investment, and technology. **Macro & Geopolitics:** With the Strait of Hormuz reopening and military conflict shifting to negotiation, markets are pivoting from "war shock" to "supply restoration." Trades include shorting crude risk premiums, longing airlines/tourism, Asian energy importers, and bond duration, while shorting inflation expectations. LNG, fertilizer, and chemical chains are also being repriced. **Investment & VC:** Ray Dalio advises against betting on concentrated AI giants dominating indices, advocating for diversified portfolios of high-quality, low-correlation assets instead. Analysis covers the 4-year crypto cycle, predicting the core surviving product by 2029 will be asset trading markets. Current BTC metrics suggest a potential bottoming zone, presenting a patient accumulation window. SpaceX's high-profile IPO at a $2.1T valuation faces scrutiny over fundamentals, with key watchpoints being its likely inclusion in the Nasdaq index and Q2 earnings. Concerns are raised about potential "gamma squeeze" and systemic risks if its narrative-driven valuation gets amplified by passive index funds. Robinhood (HOOD) is noted for breaking its high correlation with crypto, bolstered by its stock trading and new underwriting business. **Web3 & AI:** A warning highlights ~$1.8T in off-balance-sheet AI infrastructure commitments (purchase commitments, leases) as a potential systemic risk if AI monetization lags. AI models are being used for World Cup predictions, adding a new layer for betting markets. A cost breakdown of a $20 AI subscription reveals the supply chain from model companies to cloud, GPUs, and power. **Prediction Markets:** The emergence of prediction market "concept stocks" is noted, with Robinhood developing its own platform, Rothera, signaling a shift from market competition to a "channel war" for user access. **CeFi & DeFi:** The SpaceX IPO tested perpetual contract mechanisms for pre-IPO assets, highlighting challenges in handling corporate actions like stock splits on-chain. The de-pegging of STRC (Strategy's preferred share) to ~$89 reflects market concerns over MicroStrategy's capital structure and BTC-backed leverage model. BlackRock's covered-call Bitcoin ETF (BITA) offers yield but caps upside, appealing to yield-seeking institutions. **Ethereum:** An opinion piece argues Ethereum's core strength is its vast developer community and composability, solidifying its role as the default operating system for the financial internet. **Weekly Hot Topics:** Include the US-Iran deal reopening the Strait of Hormuz, Fed's hawkish hold, Anthropic restricting model access, SpaceX acquiring Cursor, and a humorous stock surge for "Liuliumei" due to its "LLM" ticker.

marsbitHace 56 min(s)

Weekly Editor's Picks (0613-0619)

marsbitHace 56 min(s)

Alliance's Co-Founder's Letter to Entrepreneurs: Written on the Occasion of Cursor's $60 Billion Sale

In this letter to entrepreneurs, Alliance reflects on the success of Cursor's $60 billion sale to Elon Musk, using it as a case study to counter the misconception that opportunities in crowded fields like AI or crypto are exhausted. The piece argues that great companies like Cursor, Stripe, Figma, and Shopify are not built by geniuses with perfect ideas, but by founders who start with a non-consensus belief about the future and build for years before that future becomes obvious to everyone. They identify long-term shifts, find overlooked entry points, and execute relentlessly. The framework for success involves: 1. **Identifying your place in the technology cycle**: Early-stage opportunities focus on making new tech usable for power users (e.g., Coinbase, Cursor). Later-stage opportunities involve finding the "yin" to an existing "yang"—the blind spots of first-generation players (e.g., Stripe vs. PayPal, Figma vs. Adobe). 2. **Cultivating unique insights**: Immerse yourself deeply in the market. Use every product, talk to users, and build an audience. Insights will emerge naturally from deep engagement. 3. **Finding a "hair-on-fire" problem**: Look for a 10x improvement or a severe, urgent pain point. The strongest signal is people already building clumsy workarounds. 4. **Building a focused MVP**: Don't just add features because you can. Ask why users would abandon their current tool for yours. The best startups rarely force new behaviors; they improve familiar workflows with drastically lower friction. 5. **Winning a distribution channel**: Distribution is often the moat. Before product-market fit, achieve channel-market fit. Find where your customers are and build an engine to reach them, even through unscalable, manual efforts initially. 6. **Persistence**: The final, unteachable ingredient is resilience. Success stories like Cursor, Airbnb, and Nvidia involved years of grinding, rejection, and perseverance when the path forward seemed unclear. The conclusion is that there is no secret. Most people fail to consistently execute these steps over the long term. The few who do build the companies that define the next era. The world is yours to create.

链捕手Hace 1 hora(s)

Alliance's Co-Founder's Letter to Entrepreneurs: Written on the Occasion of Cursor's $60 Billion Sale

链捕手Hace 1 hora(s)

Trading

Spot
Futuros

Artículos destacados

Cómo comprar CORE

¡Bienvenido a HTX.com! Hemos hecho que comprar CORE (CORE) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar CORE (CORE) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu CORE (CORE)Después de comprar tu CORE (CORE), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear CORE (CORE)Tradear fácilmente con CORE (CORE) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

245 Vistas totalesPublicado en 2024.12.13Actualizado en 2026.06.02

Cómo comprar CORE

Discusiones

Bienvenido a la comunidad de HTX. Aquí puedes mantenerte informado sobre los últimos desarrollos de la plataforma y acceder a análisis profesionales del mercado. A continuación se presentan las opiniones de los usuarios sobre el precio de CORE (CORE).

活动图片