x402 V2 Released: What Are the Core Highlights?

marsbitPubblicato 2025-12-12Pubblicato ultima volta 2025-12-12

Introduzione

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.

Domande pertinenti

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.

Letture associate

a16z Crypto Partner: Cryptocurrency is Being Repackaged by Financial Institutions, Its Potential Far Exceeds Imagination

"Digital Assets" and the Real Digital Transformation of Finance The term "digital assets" puzzles many in crypto, as most assets today are already digital. Yet, the financial industry's core infrastructure has largely escaped the profound digital transformation seen in other sectors like media and retail. Beneath modern interfaces, finance still relies on fragmented systems, manual reconciliation, and paper-based processes. The true driver for blockchain adoption by large financial institutions is not ideology but a practical need to solve coordination problems. It provides a neutral system for multiple parties to collaborate without ceding control to a single entity. Asset ownership is encoded directly into the software, eliminating separate ledgers and disputes over records. The asset *is* the record. While crypto's adoption by Wall Street involves compromises and compliance, it inherits a key capability: *composability*. When financial assets exist on shared, programmable infrastructure, they can be combined, extended, and integrated seamlessly. The immediate benefits are faster settlement and lower costs, but the deeper, structural change is the newfound ease of building applications on top of this system. In essence, crypto technology is not disappearing into financial institutions but being repackaged as foundational infrastructure. As Wall Street adopts it, the industry may ultimately inherit more of crypto's transformative potential than it initially anticipated.

链捕手8 min fa

a16z Crypto Partner: Cryptocurrency is Being Repackaged by Financial Institutions, Its Potential Far Exceeds Imagination

链捕手8 min fa

Berkshire Hathaway and SoftBank: One Must Die

Berkshire and SoftBank: A Tale of Two Extremes The article presents a speculative future (set in 2026) contrasting the investment philosophies and potential fates of Berkshire Hathaway and SoftBank Group. Under new CEO Greg Abel, Berkshire sits on a massive cash pile of nearly $400 billion, built by selling assets like Apple stock over many quarters. Buffett and now Abel deem the market overvalued and refuse to invest, leading to significant underperformance. The "disease" of too much cash poses an existential threat to Berkshire's identity as a capital allocator, potentially forcing a future breakup or special dividend if the bull market persists. Its "death" would be a slow, dignified fading of its legendary investment narrative. In stark contrast, SoftBank's Masayoshi Son is all-in on a high-stakes gamble. To fund a colossal $64.6 billion (and growing) investment in OpenAI, SoftBank has aggressively leveraged itself. It has sold core holdings like Nvidia, T-Mobile, and Alibaba, taken on over $100 billion in parent-level debt, and secured a record $40 billion bridge loan. The survival strategy hinges on a successful OpenAI IPO and the high valuation of its Arm holdings. However, this creates multiple interconnected risks: an OpenAI IPO delay, a correction in Arm's lofty valuation, or a credit market freeze. Any of these could trigger a liquidity crisis. SoftBank's potential "death" would be swift and dramatic. The core thesis is that in this speculative market, one extreme strategy—Berkshire's paralyzing caution or SoftBank's all-or-nothing leverage—will likely prove unsustainable. One may lose its soul, the other may face financial rupture.

链捕手36 min fa

Berkshire Hathaway and SoftBank: One Must Die

链捕手36 min fa

The AI Economy I Saw at Stripe Sessions 2026

"At Stripe Sessions 2026, the AI economy's impact is undeniable, echoing the delayed productivity recognition seen with computers in the '90s. Stripe's data shows an AI boom: new business formation has surged vertically since early 2026, with companies generating revenue 5x faster than a year ago. AI firms like Lovable and Cursor scale to billions in months. Two key features define this economy: unprecedented speed and being 'global by default,' with companies reaching 55+ countries in their first year. Stripe's global financial infrastructure is critical for this instant international commerce. The conference's central theme was 'Agentic Commerce'—a future where AI agents become economic participants. Demos showed agents autonomously purchasing data, generating reports, and selling them. This shift introduces micro-payments and continuous 'strategic' spending, as agents lack human cognitive friction. New challenges like fraud targeting AI's real inference costs are met with systems like Stripe's Radar. The transition requires an ecosystem. Stripe is collaborating on protocols like the Machine Payments Protocol (MPP) and joining the Universal Commerce Protocol (UCP) to enable seamless agent-to-agent transactions. Underpinning this vision is Stripe's philosophy: 'money is data,' programmable and operable by agents. Thus, Stripe is not just powering the AI economy but acting as its 'heart-rate monitor,' capturing its rapid pulse through transactions equating to nearly 2% of global GDP."

marsbit51 min fa

The AI Economy I Saw at Stripe Sessions 2026

marsbit51 min fa

Three Months of Raising $6 Billion in Funding: What Are the Leading Crypto VCs Betting On?

While the crypto bear market persists, top-tier venture capital firms are making significant moves by raising massive new funds, signaling a strategic bet on the industry's future. Haun Ventures and a16z recently announced funds totaling $1 billion and $2.2 billion, respectively. This follows other major raises from firms like Dragonfly, Paradigm, ParaFi, and Blockchain Capital. In under three months, these six VCs have amassed over $6 billion in fresh capital, a clear example of counter-cyclical investing during a quiet market phase. The fundraising landscape highlights a sharp divergence between large and small VCs. Many mid-sized and smaller funds are struggling with poor returns, limited exit options, and difficulty raising new capital, leading some to scale back or exit. In contrast, leading firms are strengthening their dominance due to structural advantages: superior access to high-quality deals, the ability to invest across all stages, greater capacity for long-term bets and risk, and stronger negotiation power. These new funds are largely converging on key investment themes. The strongest consensus centers on next-generation on-chain financial infrastructure, including stablecoins, real-world asset (RWA) tokenization, prediction markets, and on-chain payments. VCs are focusing on projects with validated demand that can attract traditional finance flows. Another major focus is artificial intelligence (AI), particularly AI agents, as crypto seeks to position its open, composable networks as foundational infrastructure for the emerging AI economy. Ultimately, this wave of bear-market fundraising is a strategic wager on the next cycle. By deploying capital when valuations are lower and market noise is reduced, these top VCs aim to identify and back the foundational projects that will define the industry's future, betting on which companies will become the next generation of leaders.

marsbit1 h fa

Three Months of Raising $6 Billion in Funding: What Are the Leading Crypto VCs Betting On?

marsbit1 h fa

AI Agent Practical Guide: How to Power an Entire Company with Three Intelligent Agents?

AI Agent Implementation Guide: How to Use Three Intelligent Agents to Run an Entire Company? Every solopreneur faces the same bottleneck: too much work for one person, yet not enough revenue to hire three full-time employees at $60,000 each. These roles—market research, content creation, and daily operations—are essential and often consume the founder's time. The smartest entrepreneurs are now "building" AI agents for these jobs instead. Using Claude, MCP servers, and agentic workflows, you can build three specialized AI agents: 1. **Research Agent:** Acts as a full-time market intelligence analyst. It proactively monitors competitors, tracks industry trends, identifies opportunities, and delivers a concise weekly briefing. It requires a knowledge base of competitors and market data, tools like web search APIs and access to your files, and a workflow that runs automatically every Monday. 2. **Content Agent:** Manages your entire content production pipeline from ideation to publishing. It generates topics, drafts content, edits for your specific brand voice, repurposes content across platforms, and schedules posts. Key steps include feeding it your best writing samples to learn your style and implementing quality checks to ensure content meets your standards before you add your unique "soul" to it. 3. **Operations Agent:** Serves as your chief of staff, handling time-consuming administrative tasks like email triage, meeting preparation, and generating weekly reports. By connecting to your email, calendar, and project management tools, it can compress hours of daily work into a 15-minute review. The crucial step is enabling these agents to collaborate as a team. A shared knowledge base allows them to work together; for example, the research agent flags a competitor's new feature, the content agent creates a response, and the operations agent drafts a related email to clients. Financially, three human employees cost around $180,000 annually plus overhead, while three AI agents primarily cost your Claude subscription and setup time. While agents lack human judgment, creativity, and empathy, they can handle 70-80% of the workload for these core roles in a startup's first 12-18 months. The guide recommends building one agent per week: start with research, then content, then operations. In three weeks, you can have a 24/7 AI-powered team instead of working alone.

marsbit1 h fa

AI Agent Practical Guide: How to Power an Entire Company with Three Intelligent Agents?

marsbit1 h fa

Trading

Spot
Futures

Articoli Popolari

Come comprare CORE

Benvenuto in HTX.com! Abbiamo reso l'acquisto di CORE (CORE) semplice e conveniente. Segui la nostra guida passo passo per intraprendere il tuo viaggio nel mondo delle criptovalute.Step 1: Crea il tuo Account HTXUsa la tua email o numero di telefono per registrarti il tuo account gratuito su HTX. Vivi un'esperienza facile e sblocca tutte le funzionalità,Crea il mio accountStep 2: Vai in Acquista crypto e seleziona il tuo metodo di pagamentoCarta di credito/debito: utilizza la tua Visa o Mastercard per acquistare immediatamente CORECORE.Bilancio: Usa i fondi dal bilancio del tuo account HTX per fare trading senza problemi.Terze parti: abbiamo aggiunto metodi di pagamento molto utilizzati come Google Pay e Apple Pay per maggiore comodità.P2P: Fai trading direttamente con altri utenti HTX.Over-the-Counter (OTC): Offriamo servizi su misura e tassi di cambio competitivi per i trader.Step 3: Conserva CORE (CORE)Dopo aver acquistato CORE (CORE), conserva nel tuo account HTX. In alternativa, puoi inviare tramite trasferimento blockchain o scambiare per altre criptovalute.Step 4: Scambia CORE (CORE)Scambia facilmente CORE (CORE) nel mercato spot di HTX. Accedi al tuo account, seleziona la tua coppia di trading, esegui le tue operazioni e monitora in tempo reale. Offriamo un'esperienza user-friendly sia per chi ha appena iniziato che per i trader più esperti.

207 Totale visualizzazioniPubblicato il 2024.12.13Aggiornato il 2025.03.21

Come comprare CORE

Discussioni

Benvenuto nella Community HTX. Qui puoi rimanere informato sugli ultimi sviluppi della piattaforma e accedere ad approfondimenti esperti sul mercato. Le opinioni degli utenti sul prezzo di CORE CORE sono presentate come di seguito.

活动图片