x402 V2 Released: What Are the Core Highlights?

marsbitОпубликовано 2025-12-12Обновлено 2025-12-12

Введение

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.

Трендовые криптовалюты

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

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.

Похожее

За три дня потеряли двух легенд: дамба AI-талантов Google трещит по швам?

За последние три дня Google потеряла двух ведущих специалистов по ИИ: Ноама Шазера, одного из авторов архитектуры Transformer, присоединившегося к OpenAI, и Джона Джампера, руководителя проекта AlphaFold и нобелевского лауреата, перешедшего в Anthropic. Эти события не являются изолированными случаями — они отражают устойчивую тенденцию оттока ключевых талантов из Google в сторону OpenAI и Anthropic. Основная причина — фундаментальное несоответствие миссий. Коммерческие цели Google, ориентированные на рекламный бизнес, ограничивают фундаментальные исследования, в то время как OpenAI и Anthropic предлагают фокус на развитии ИИ и безопасности. Кроме того, перспектива скорого IPO OpenAI и Anthropic сулит сотрудникам значительный финансовый рост, чего не может предложить зрелый гигант вроде Google. Слияние Google Brain и DeepMind в 2023 году, предназначенное для консолидации усилий, на практике усилило внутренние трения между исследовательской и продуктовой культурами, увеличив давление коммерциализации на науку. Этот структурный отток талантов перекраивает ландшафт индустрии. Несмотря на сохраняющиеся преимущества в вычислительных ресурсах и данных, Google рискует проиграть в гонке, где ключевым активом являются люди, продвигающие технологические границы. Способность удерживать этих людей становится для компании самой сложной задачей.

marsbit33 мин. назад

За три дня потеряли двух легенд: дамба AI-талантов Google трещит по швам?

marsbit33 мин. назад

За оценками ИИ скрывается китайский «составитель тестов»

За кулисами результатов ведущих ИИ-моделей, таких как GPT и Gemini, часто стоит один и тот же «составитель заданий» — китайский исследователь Чэнь Вэньху. Будучи доцентом Университета Ватерлоо и основателем лаборатории TIGERLab, он разработал ключевые оценочные эталоны MMLU-Pro, MMMU и MMMU-Pro, которые стали общим языком для сравнения способностей моделей. Чэнь Вэньху сосредоточился на создании более сложных и устойчивых тестов, когда предыдущие эталоны, такие как MMLU, перестали эффективно различать передовые модели, достигшие почти идеальных результатов. MMLU-Pro, с его 12032 вопросами, расширенными вариантами ответов и акцентом на рассуждения, снизил точность моделей на 16–33% и уменьшил зависимость от угадывания. MMMU и MMMU-Pro, в свою очередь, оценивают мультимодальное понимание, требуя от моделей анализа изображений, таблиц, схем и текста в контексте профессиональных знаний, что выявило значительные ограничения даже у самых мощных моделей. Исследования Чэнь Вэньху в области сложных вопросно-ответных систем и его опыт работы в Google DeepMind над Gemini позволили ему глубоко понять слабые места в оценке ИИ. Его лаборатория также занимается разработкой моделей, таких как UniVideo и Vamba, что помогает создавать более точные и релевантные тесты. Сегодня, работая в лаборатории суперинтеллекта Meta, Чэнь Вэньху продолжает влиять на развитие ИИ через улучшение данных для предобучения и систем оценки, оставаясь ключевой, но менее заметной фигурой в этой быстроразвивающейся области.

marsbit45 мин. назад

За оценками ИИ скрывается китайский «составитель тестов»

marsbit45 мин. назад

Письмо основателям от сооснователей Alliance: К моменту продажи Cursor за 600 миллиардов долларов

Автор статьи, опираясь на пример успешной продажи компании Cursor за 600 миллиардов долларов, обращается к начинающим предпринимателям. Он развеивает иллюзию, что все великие возможности уже исчерпаны. На примере Cursor, Stripe, Figma, Shopify и других компаний показано, что их путь начинался не в «мейнстриме», а с неочевидного для других убеждения в будущем тренде — будь то переход бизнеса онлайн, облачный дизайн или самостоятельная коммерция для малого бизнеса. Ключ к успеху — не в поиске абсолютно новой идеи, а в глубоком понимании рынка, выявлении реальных «горящих» проблем пользователей, которые игнорируют крупные игроки, и создании решения, дающего десятикратное улучшение. Важно не просто создать продукт, но и продумать каналы его распространения, часто начиная с ручной, кропотливой работы по привлечению первых преданных пользователей. История успеха — это всегда годы упорной работы, адаптации и устойчивости в условиях неопределенности, когда другие уже сдались. Итоговый совет: найдите свой технологический цикл, погрузитесь в рынок, найдите острую проблему, создайте простой вход в продукт, завоюйте свои каналы распространения и никогда не сдавайтесь.

marsbit48 мин. назад

Письмо основателям от сооснователей Alliance: К моменту продажи Cursor за 600 миллиардов долларов

marsbit48 мин. назад

Еженедельная подборка редактора (13.06-19.06)

Еженедельный обзор редакции (13.06–19.06). В выпуске: макроситуация и рыночные ставки после возобновления судоходства в Ормузском проливе; мнение Рэя Далио о диверсификации портфеля в эпоху доминирования AI-гигантов; анализ цикла BTC и сигналов, указывающих на возможное дно; дебют SpaceX на бирже и обсуждение его завышенной оценки, а также связанные системные риски; как южнокорейские криптобиржи вынуждены листинговить мемкоины из-за регуляторных ограничений; предупреждение о потенциальном "кризисе субстандартного кредитования" в AI-индустрии из-за скрытых обязательств; прогнозы ИИ на чемпионате мира; разбор структуры затрат на подписку Claude; рост Robinhood на фоне ослабления зависимости от криптодоходов; появление первой публичной компании в индустрии prediction markets; проблемы децентрализованных perpetual-контрактов на Pre-IPO активы (на примере SpaceX); депег стейблкоина STRC и вопросы к бизнес-модели Strategy; новый Bitcoin-доходный ETF от BlackRock; и обзор силы экосистемы Ethereum от Sharplink.

marsbit53 мин. назад

Еженедельная подборка редактора (13.06-19.06)

marsbit53 мин. назад

Письмо сооснователя Alliance предпринимателям: написанное по случаю продажи Cursor за 600 миллиардов долларов

Авторы блога Alliance делятся мыслями, вдохновленными предполагаемой продажей компании Cursor за 600 млрд долларов. Они отмечают, что многие потенциальные предприниматели, видя успехи других, задаются вопросом «почему не я?», но часто сдаются, считая рынки переполненными. В статье подчеркивается, что великие компании, такие как Cursor, Stripe, Figma и Shopify, рождались не в готовых рынках, а на основе глубоких, неочевидных для большинства убеждений о будущем. Их основатели годами упорно строили продукт, ориентируясь на первых, самых вовлеченных пользователей, часто до того, как тренд становился мейнстримом. Ключевые шаги для предпринимателей: 1. Определить свою позицию в технологическом цикле (ранняя фаза или этап переосмысления). 2. Погрузиться в рынок, стать экспертом и активным пользователем всех существующих решений, чтобы выработать уникальное видение. 3. Найти острую, нерешенную проблему («боль»), а не создавать незначительные улучшения. 4. Создавать MVP, который дает клиенту неотразимую причину для перехода, минимизируя затраты на смену привычек. 5. С самого начала продумывать каналы распространения продукта, которые часто становятся истинным конкурентным преимуществом. 6. Проявлять упорство и устойчивость, так как путь всегда дольше и сложнее, чем кажется со стороны. Вывод: секрета успеха нет. Нужно последовательно и долго работать над видением, продуктом и распространением, пока понимание рынка не начнет приносить сложные проценты.

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

Письмо сооснователя Alliance предпринимателям: написанное по случаю продажи Cursor за 600 миллиардов долларов

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

Торговля

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

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

Как купить CORE

Добро пожаловать на HTX.com! Мы сделали приобретение CORE (CORE) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки CORE (CORE).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение CORE (CORE)После приобретения вами CORE (CORE) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля CORE (CORE)С легкостью торгуйте CORE (CORE) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

609 просмотров всегоОпубликовано 2024.03.29Обновлено 2026.06.02

Как купить CORE

Обсуждения

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

活动图片