
- [Home](https://blog.crossmint.com) - [AI Agents](https://blog.crossmint.com/tag/ai-agents/) - [What is x402?](https://blog.crossmint.com/what-is-x402/) AI agents need to transact autonomously, but legacy payment rails weren't built for machines. Credit cards require human approval. Bank transfers take days to settle. API keys and subscription models assume a person is managing the account. x402 fixes this by activating the dormant HTTP 402 status code to enable instant USDC payments directly over HTTP. The protocol requires minimal integration, charges zero protocol fees, and settles transactions in under two seconds. While the protocol itself is straightforward, production-ready implementation means solving wallet custody, compliance, multi-chain support, and protocol abstraction. This guide covers the technical fundamentals, ecosystem positioning, how x402 companies like [Crossmint](https://www.crossmint.com/solutions/ai-agents?utm_source=blog&utm_medium=organic&utm_campaign=aiagents) are enabling the ecosystem and infrastructure requirements for building agent-accessible payment systems. ## How does x402 work at the protocol level? x402 revives HTTP's long-dormant 402 "Payment Required" status code. When Tim Berners-Lee and the HTTP Working Group reserved this code in the 1990s, they envisioned a web where servers could request payment for resources. Twenty-five years later, x402 makes that vision real. The flow is simple: 1. A client (human or agent) requests a resource from an x402-enabled server 2. The server responds with HTTP 402 and includes payment requirements in the response body (price, accepted tokens, destination address) 3. The client constructs a signed payment payload and retries the request with an `X-PAYMENT` header 4. A facilitator service verifies the payment on-chain and confirms validity 5. The server returns the requested resource with an `X-PAYMENT-RESPONSE` header containing transaction details Coinbase's hosted facilitator handles the blockchain infrastructure, so service providers don't need to run nodes, manage gas, or build settlement systems. The facilitator processes fee-free USDC payments on Base with two-second on-chain settlement and instant finality. The architecture is trust-minimizing. Facilitators can't move funds beyond what clients explicitly authorize. Payment verification happens on-chain where anyone can audit the transaction history. Because x402 extends native HTTP behavior, it works with any client (browsers, SDKs, AI agents, mobile apps) without changing your existing request-response flow. Add middleware to your server, and you're accepting payments. Comparing x402 vs Credit Card vs Paypal vs Ethereum L1 (Source: Coinbase) ## Why x402 Matters for Agentic Commerce "The biggest barrier to agentic commerce isn't the technology. It's that legacy payment rails weren't designed for machines. x402 solves this by extending HTTP 402 to support instant USDC payments, enabling AI agents to discover services, pay autonomously, and transact without human intervention." — Alfonso Gomez Jordana, Cofounder @ Crossmint This fundamental shift from human-centric to agent-native payments is why x402 represents critical infrastructure for the emerging agentic economy. ## What's the difference between x402 and traditional payment APIs like Stripe? | Factor | x402 | Traditional Payment APIs | | --- | --- | --- | | Account setup | None required | Merchant accounts, KYC | | Transaction fees | Protocol: $0, Gas: <$0.0001 | 2.9% + $0.30 typical | | Settlement time | 2 seconds | T+2 days | | Micropayments | Viable at $0.001/request | Impractical below $1 | | AI agent support | Native, no human required | Requires API keys, accounts | | Vendor lock-in | Open protocol, any facilitator | Platform-specific | The key differentiator is that x402 is a permissionless protocol, not a centralized service platform. No one outright owns x402. Compare that to Stripe, where you're dependent on a single company's infrastructure, pricing, and terms. Traditional payment APIs assume humans are clicking buttons. They require account creation, authentication flows, and approval prompts. AI agents can't easily navigate these systems without workarounds. x402 treats agents as first-class users. An agent with a wallet can discover a service, see the price in a 402 response, construct a payment, and access the resource without any human intervention. **When to use x402:** - Agent-to-agent payments where no human is involved - Micropayments below $1 where traditional fees make transactions uneconomical - Pay-per-use APIs that charge per request rather than subscriptions - Crypto-native applications where users already have wallets **When to use Stripe:** - Human checkout flows with card payments - Subscription billing and recurring revenue - Traditional e-commerce requiring fiat currency - Businesses needing extensive fraud detection for consumer transactions Both have their place. Many companies will use both, depending on the use case. ## How does x402 fit into Google's Agent Payments Protocol (AP2)? [Google's Agent Payments Protocol (AP2)](https://cloud.google.com/blog/products/ai-machine-learning/announcing-agents-to-payments-ap2-protocol?ref=blog.crossmint.com) is an open standard for AI agent payments backed by 60+ organizations. It supports multiple payment methods: cards, bank transfers, and stablecoins. x402 operates as the stablecoin rail within AP2. While AP2 provides the framework through cryptographically-signed Mandates, x402 handles actual settlement when payments use USDC on Base. x402 isn't competing with traditional payments. It's the crypto rail within Google's agent payments ecosystem, working alongside cards and bank transfers. x402 is production-ready today while traditional AP2 rails are still being built, giving early adopters positioning advantages. ## What are the hidden challenges of implementing x402? Here's where the gap between protocol elegance and production reality becomes clear. **Wallet Architecture** Agents need non-custodial smart wallets. Why? Giving an agent funds via an [EOA (Externally Owned Account)](https://blog.crossmint.com/eoas-vs-smart-wallets/?utm_source=blog&utm_medium=organic&utm_campaign=aiagents) that they control leads to insecure setups and private key management issues. Additionally, traditional custodial solutions defeat the purpose of agent autonomy. With smart wallets (or smart accounts), we can achieve better experience and security allowing for delegated signers, approved spending limits and more while remaining non-custodial. **Multi-Protocol Future** It’s early days for agentic payments and we’re starting to see many different agentic payments protocols and standards launching. For companies that want to enable agentic commerce, partnering with a [wallet infrastructure](https://www.crossmint.com/products/wallet-infrastructure?utm_source=blog&utm_medium=organic&utm_campaign=aiagents) company will allow you to integrate multiple protocols through one simple API. **Compliance at Agent Scale** KYC and AML requirements don't disappear because agents are transacting. You need VASP licensing, Travel Rule compliance for cross-border flows, real-time transaction monitoring, and sanctions list checking. Agents can generate thousands of transactions per hour. Your monitoring systems need to handle that volume without introducing latency. **Multi-Chain Complexity** x402 currently supports Base only, but the roadmap includes multiple chains. Agents will need to transact across Ethereum, Polygon, Arbitrum, Solana, and whatever networks launch next. This means managing gas prices for each chain, bridging assets between networks, liquidity management, and different finality guarantees. Chain abstraction becomes essential. **Enterprise Security and Reliability** Production systems need SOC2 compliance, key management with hardware security modules, audit trails for every transaction, and disaster recovery procedures. Services discoverable via Bazaar need 99.99%+ uptime. You need global infrastructure for low-latency payments, rate limiting against malicious agents, and monitoring across both blockchain and HTTP layers. The reality: you can integrate x402 with "a single line of code" for a proof of concept. Building production-ready agent payment infrastructure requires solving all these challenges simultaneously. ## Build Agentic Payments Infrastructure with Crossmint [Crossmint](https://www.crossmint.com/?utm_source=blog&utm_medium=organic&utm_campaign=aiagents) provides wallet infrastructure and stablecoin payment rails purpose-built for the agentic economy: - **Smart wallets** purpose-built for agent autonomy with programmable controls - **Multi-protocol support** through unified API covering x402, AP2, and future standards - **15+ blockchain networks** with multi-stablecoin support (USDC, USDT, PYUSD) - **Enterprise compliance** with VASP licensing, SOC2 Type II, and built-in KYC/AML - **Strategic partnerships** with Google, Visa and more for early protocol access - **99.99% uptime SLA** with global infrastructure [Contact us here](https://www.crossmint.com/contact/sales?utm_source=blog&utm_medium=organic&utm_campaign=aiagents) to learn how you can stay ahead of the curve with agentic payments ### Read Next [Case Studies](https://blog.crossmint.com/tag/case-studies/) [Featured](https://blog.crossmint.com/tag/featured/) [**Case Study: How Wirex is Building the Future of Banking with Smart Wallets**](https://blog.crossmint.com/case-study-how-wirex-is-building-the-future-of-banking-with-smart-wallets/) Updated on Oct 1, 2025 [Wallets](https://blog.crossmint.com/tag/wallets/) [**What's the difference between EOAs and Smart Wallets?**](https://blog.crossmint.com/eoas-vs-smart-wallets/) Updated on Sep 30, 2025 [Stablecoins](https://blog.crossmint.com/tag/stablecoins/) [**Are Stablecoins Replacing Visa and Mastercard?**](https://blog.crossmint.com/stablecoins-visa-mastercard/) Updated on Sep 30, 2025 [Announcements](https://blog.crossmint.com/tag/announcements/) [Featured](https://blog.crossmint.com/tag/featured/) [**Announcing a strategic investment from Circle Ventures**](https://blog.crossmint.com/announcing-a-strategic-investment-from-circle-ventures/) Updated on Sep 24, 2025

x402 is the open payment standard that enables services to charge for access to their APIs and content directly over HTTP. It is built around the HTTP `402 Payment Required` status code and allows clients to programmatically pay for resources without accounts, sessions, or credential management. With x402, any web service can require payment before serving a response, using crypto-native payments for speed, privacy, and efficiency. **Want to contribute to our docs?** [The GitBook repo is open to PRs!](https://github.com/murrlincoln/x402-gitbook) Our only ask is that you keep these docs as a neutral resource, with no branded content other than linking out to other resources where appropriate. **Note about the docs:** These docs are the credibly neutral source of truth for x402, as x402 is a completely open standard under the Apache-2.0 license. Coinbase Developer Platform is currently sponsoring [AI-powered docs for users here](https://docs.cdp.coinbase.com/x402/welcome), as we migrate to our own AI-powered solution on the main x402.org domain. ### Why Use x402? x402 addresses key limitations of existing payment systems: - **High fees and friction** with traditional credit cards and fiat payment processors - **Incompatibility with machine-to-machine payments**, such as AI agents - **Lack of support for micropayments**, making it difficult to monetize usage-based services ### Who is x402 for? - **Sellers:** Service providers who want to monetize their APIs or content. x402 enables direct, programmatic payments from clients with minimal setup. - **Buyers:** Human developers and AI agents seeking to access paid services without accounts or manual payment flows. Both sellers and buyers interact directly through HTTP requests, with payment handled transparently through the protocol. ### What Can You Build? x402 enables a range of use cases, including: - API services paid per request - AI agents that autonomously pay for API access - [Paywalls](https://x.com/MurrLincoln/status/1935406976881803601) for digital content - Microservices and tooling monetized via microtransactions - Proxy services that aggregate and resell API capabilities ### How Does It Work? At a high level, the flow is simple: 1. A buyer requests a resource from a server. 2. If payment is required, the server responds with `402 Payment Required`, including payment instructions. 3. The buyer prepares and submits a payment payload. 4. The server verifies and settles the payment using an x402 facilitator's /verify and /settle endpoints. 5. If payment is valid, the server provides the requested resource. For more detail, see: - Client / Server - Facilitator - HTTP 402 ### Roadmap x402 is designed as an open standard, and we're excited to build x402 alongside our community. Some items in the [roadmap](https://github.com/coinbase/x402/blob/main/README.md) we're excited about include: - Solutions guides and templates for proxy servers and tools to make an x402 integration as easy as possible - `exact` scheme support on Solana (SVM) - `upto` scheme EVM & SVM - easier semantics for arbitrary tokens using permit as an alt method to `transferWithAuthorization` (likely via `permit` and an up to scheme) - Arbitrary token support - Production-ready marketplace and reputation system for x402-compatible endpoints The goal is to make programmatic commerce accessible, permissionless, and developer-friendly. ### Get Started Ready to build? Start here: - [Quickstart for Sellers](https://x402.gitbook.io/x402/getting-started/quickstart-for-sellers) - [Quickstart for Buyers](https://x402.gitbook.io/x402/getting-started/quickstart-for-buyers) - [Explore Core Concepts](https://x402.gitbook.io/x402/core-concepts/http-402) - [Join our community on Discord](https://discord.gg/invite/cdp) [NextFAQ](https://x402.gitbook.io/x402/faq) Last updated 1 month ago
[Skip to main content](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#content-area) [Coinbase Developer Documentation home page](https://docs.cdp.coinbase.com/) Search... ⌘K Search... Navigation x402 Welcome to x402 [Docs](https://docs.cdp.coinbase.com/) [API Reference](https://docs.cdp.coinbase.com/api-reference/v2/introduction) [SDKs](https://docs.cdp.coinbase.com/sdks) ##### GET STARTED - [Home](https://docs.cdp.coinbase.com/) - [Quickstart](https://docs.cdp.coinbase.com/get-started/quickstart) - Develop with AI - [Supported Networks](https://docs.cdp.coinbase.com/get-started/supported-networks) - Authentication - Demo Apps - CDP Portal - [Changelog](https://docs.cdp.coinbase.com/get-started/changelog) ##### PAYMENTS - Onramp & Offramp - Transfers - x402 - [Overview](https://docs.cdp.coinbase.com/x402/welcome) - [Quickstart for Buyers](https://docs.cdp.coinbase.com/x402/quickstart-for-buyers) - [Quickstart for Sellers](https://docs.cdp.coinbase.com/x402/quickstart-for-sellers) - [Bazaar (Discovery Layer)](https://docs.cdp.coinbase.com/x402/bazaar) - Core Concepts - [Network & Token Support](https://docs.cdp.coinbase.com/x402/network-support) - [Miniapps](https://docs.cdp.coinbase.com/x402/miniapps) - [MCP Server with x402](https://docs.cdp.coinbase.com/x402/mcp-server) - Support - Payments MCPBeta ##### TRADING - Trade APIBeta - Staking ##### WALLETS - [Comparing Our Wallet Products](https://docs.cdp.coinbase.com/server-wallets/comparing-our-wallets) - Server Walletv2 - Server Walletv1 - Embedded Wallet - Faucet ##### ONCHAIN TOOLS - Paymaster - Appchains - Data - AgentKit ##### CONSUMER APIS - Coinbase App - Coinbase Wallet - Coinbase Mesh ##### BUSINESS APIS - Coinbase Business - Coinbase Commerce ##### INSTITUTIONAL APIS - [Overview](https://docs.cdp.coinbase.com/institutional-apis/overview) - Coinbase Exchange - Coinbase International Exchange - Coinbase Prime - Coinbase Derivatives On this page - [Overview](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#overview) - [Who is x402 for?](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#who-is-x402-for%3F) - [Use cases](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#use-cases) - [How it works](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#how-it-works) - [Beyond legacy limitations](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#beyond-legacy-limitations) - [Offload your infra](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#offload-your-infra) - [Facilitator roadmap](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#facilitator-roadmap) - [What to read next](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#what-to-read-next) ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#overview) Overview x402 is a new open payment protocol developed by Coinbase that enables instant, automatic stablecoin payments directly over HTTP.By reviving the [HTTP 402 Payment Required](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/402) status code, x402 lets services monetize APIs and digital content onchain, allowing clients, both human and machine, to programmatically pay for access without accounts, sessions, or complex authentication. ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#who-is-x402-for%3F) Who is x402 for? - **Sellers:** Service providers who want to monetize their APIs or content. x402 enables direct, programmatic payments from clients with minimal setup. - **Buyers:** Human developers and AI agents seeking to access paid services without accounts or manual payment flows. Both sellers and buyers interact directly through HTTP requests, with payment handled transparently through the protocol. ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#use-cases) Use cases x402 enables a range of use cases, including: - API services paid per request - AI agents that autonomously pay for API access - Paywalls for digital content - Microservices and tooling monetized via microtransactions - Proxy services that aggregate and resell API capabilities ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#how-it-works) How it works x402 uses a simple request-response flow with programmatic payments. For a detailed explanation, see [How x402 Works](https://docs.cdp.coinbase.com/x402/core-concepts/how-it-works).At a high level: 1. The buyer requests a resource from the server (e.g. an API call, see [client/server roles](https://docs.cdp.coinbase.com/x402/core-concepts/client-server)) 2. If payment is required, the server responds with a [402 Payment Required](https://docs.cdp.coinbase.com/x402/core-concepts/http-402), including payment instructions 3. The buyer constructs and sends a payment payload 4. The server verifies and settles the payment via the [facilitator](https://docs.cdp.coinbase.com/x402/core-concepts/facilitator). If valid, the server returns the requested resource ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#beyond-legacy-limitations) Beyond legacy limitations x402 is designed for a modern internet economy, solving key limitations of legacy systems: - **Reduce fees and friction:** Direct onchain payments without intermediaries, high fees, or manual setup. - **Micropayments & usage-based billing:** Charge per call or feature with simple, programmable pay-as-you-go flows. - **Machine-to-machine transactions:** Let AI agents pay and access services autonomously with no keys or human input needed. ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#offload-your-infra) Offload your infra The x402 [Facilitator](https://docs.cdp.coinbase.com/x402/core-concepts/facilitator) handles payment verification and settlement so that sellers don’t need to maintain their own blockchain infrastructure.The Coinbase Developer Platform (CDP) offers a Coinbase-hosted facilitator service that processes fee-free USDC payments on the Base network, offering a streamlined and predictable experience for both buyers and sellers.Facilitators handle verification and settlement, so sellers do not need to maintain blockchain infrastructure.CDP’s x402 facilitator provides: - Fee-free USDC payments on the Base network - Fast, onchain settlement of transactions - Simplified setup for sellers to start accepting payments ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#facilitator-roadmap) Facilitator roadmap CDP’s x402 facilitator is designed as a facilitator on top of an open standard, which is not tied to any single provider. Over time, the facilitator will include: - A discovery layer for buyers (human and agents) to find available services - Support for additional payment flows (e.g., pay for work done, credit based billing, etc.) - Optional attestations for sellers to enforce KYC or geographic restrictions - Support for additional assets and networks The goal is to make programmatic commerce accessible, permissionless, and developer-friendly. ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#what-to-read-next) What to read next - [Quickstart for Sellers](https://docs.cdp.coinbase.com/x402/quickstart-for-sellers): Get started with x402 by accepting payments from clients. - [Quickstart for Buyers](https://docs.cdp.coinbase.com/x402/quickstart-for-buyers): Get started with x402 by paying for services. - [Network Support](https://docs.cdp.coinbase.com/x402/network-support): See available facilitators and supported networks. - [How x402 Works](https://docs.cdp.coinbase.com/x402/core-concepts/how-it-works): Understand the complete payment flow. - [Join our community on Discord](https://discord.gg/invite/cdp): Get help and stay up to date with the latest developments. Was this page helpful? YesNo [Sending Transactions\ \ Previous](https://docs.cdp.coinbase.com/payments/send-and-receive) [Quickstart for Buyers\ \ Next](https://docs.cdp.coinbase.com/x402/quickstart-for-buyers) ⌘I Assistant Responses are generated using AI and may contain mistakes.
[Skip to main content](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#content-area) [Coinbase Developer Documentation home page](https://docs.cdp.coinbase.com/) Search... ⌘K Search... Navigation Core Concepts How x402 Works [Docs](https://docs.cdp.coinbase.com/) [API Reference](https://docs.cdp.coinbase.com/api-reference/v2/introduction) [SDKs](https://docs.cdp.coinbase.com/sdks) ##### GET STARTED - [Home](https://docs.cdp.coinbase.com/) - [Quickstart](https://docs.cdp.coinbase.com/get-started/quickstart) - Develop with AI - [Supported Networks](https://docs.cdp.coinbase.com/get-started/supported-networks) - Authentication - Demo Apps - CDP Portal - [Changelog](https://docs.cdp.coinbase.com/get-started/changelog) ##### PAYMENTS - Onramp & Offramp - Transfers - x402 - [Overview](https://docs.cdp.coinbase.com/x402/welcome) - [Quickstart for Buyers](https://docs.cdp.coinbase.com/x402/quickstart-for-buyers) - [Quickstart for Sellers](https://docs.cdp.coinbase.com/x402/quickstart-for-sellers) - [Bazaar (Discovery Layer)](https://docs.cdp.coinbase.com/x402/bazaar) - Core Concepts - [How x402 Works](https://docs.cdp.coinbase.com/x402/core-concepts/how-it-works) - [HTTP 402](https://docs.cdp.coinbase.com/x402/core-concepts/http-402) - [Client / Server Flow](https://docs.cdp.coinbase.com/x402/core-concepts/client-server) - [Facilitator](https://docs.cdp.coinbase.com/x402/core-concepts/facilitator) - [Wallet](https://docs.cdp.coinbase.com/x402/core-concepts/wallet) - [Network & Token Support](https://docs.cdp.coinbase.com/x402/network-support) - [Miniapps](https://docs.cdp.coinbase.com/x402/miniapps) - [MCP Server with x402](https://docs.cdp.coinbase.com/x402/mcp-server) - Support - Payments MCPBeta ##### TRADING - Trade APIBeta - Staking ##### WALLETS - [Comparing Our Wallet Products](https://docs.cdp.coinbase.com/server-wallets/comparing-our-wallets) - Server Walletv2 - Server Walletv1 - Embedded Wallet - Faucet ##### ONCHAIN TOOLS - Paymaster - Appchains - Data - AgentKit ##### CONSUMER APIS - Coinbase App - Coinbase Wallet - Coinbase Mesh ##### BUSINESS APIS - Coinbase Business - Coinbase Commerce ##### INSTITUTIONAL APIS - [Overview](https://docs.cdp.coinbase.com/institutional-apis/overview) - Coinbase Exchange - Coinbase International Exchange - Coinbase Prime - Coinbase Derivatives On this page - [Overview](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#overview) - [Payment Flow](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#payment-flow) - [Step-by-Step Process](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#step-by-step-process) - [Key Components](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#key-components) - [Why This Design?](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#why-this-design%3F) - [Next Steps](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com#next-steps) This page explains the complete payment flow in x402, from initial request to payment settlement. ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#overview) Overview x402 enables programmatic payments over HTTP using a simple request-response flow. When a client requests a paid resource, the server responds with payment requirements, the client submits payment, and the server delivers the resource. ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#payment-flow) Payment Flow ### [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#step-by-step-process) Step-by-Step Process 01. **Client makes HTTP request** \- The [client](https://docs.cdp.coinbase.com/x402/core-concepts/client-server) sends a standard HTTP request to a resource server for a protected endpoint. 02. **Server responds with 402** \- The resource server returns an [HTTP 402 Payment Required](https://docs.cdp.coinbase.com/x402/core-concepts/http-402) status code with payment details in the response body. 03. **Client creates payment** \- The client examines the payment requirements and creates a payment payload using their [wallet](https://docs.cdp.coinbase.com/x402/core-concepts/wallet) based on the specified scheme. 04. **Client resubmits with payment** \- The client sends the same HTTP request again, this time including the `X-PAYMENT` header containing the signed payment payload. 05. **Server verifies payment** \- The resource server validates the payment payload either: - Locally (if running their own verification) - Via a [facilitator](https://docs.cdp.coinbase.com/x402/core-concepts/facilitator) service (recommended) 06. **Facilitator validates** \- If using a facilitator, it checks the payment against the scheme and network requirements, returning a verification response. 07. **Server processes request** \- If payment is valid, the server fulfills the original request. If invalid, it returns another 402 response. 08. **Payment settlement** \- The server initiates blockchain settlement either: - Directly by submitting to the blockchain - Through the facilitator’s `/settle` endpoint 09. **Facilitator submits onchain** \- The facilitator broadcasts the transaction to the blockchain based on the payment’s network and waits for confirmation. 10. **Settlement confirmation** \- Once confirmed onchain, the facilitator returns a payment execution response. 11. **Server delivers resource** \- The server returns a 200 OK response with: - The requested resource in the response body - An `X-PAYMENT-RESPONSE` header containing the settlement details ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#key-components) Key Components - **[Client & Server](https://docs.cdp.coinbase.com/x402/core-concepts/client-server)** \- The roles and responsibilities of each party - **[Facilitator](https://docs.cdp.coinbase.com/x402/core-concepts/facilitator)** \- Optional service that handles payment verification and settlement - **[HTTP 402](https://docs.cdp.coinbase.com/x402/core-concepts/http-402)** \- How payment requirements are communicated - **[Networks & Facilitators](https://docs.cdp.coinbase.com/x402/network-support)** \- Available networks and facilitator options ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#why-this-design%3F) Why This Design? The x402 protocol is designed to be: - **Stateless** \- No sessions or authentication required - **HTTP-native** \- Works with existing web infrastructure - **Blockchain-agnostic** \- Supports multiple networks through facilitators - **Developer-friendly** \- Simple integration with standard HTTP libraries ## [](https://docs.cdp.coinbase.com/docs.cdp.coinbase.com\#next-steps) Next Steps - Ready to accept payments? See [Quickstart for Sellers](https://docs.cdp.coinbase.com/x402/quickstart-for-sellers) - Want to make payments? See [Quickstart for Buyers](https://docs.cdp.coinbase.com/x402/quickstart-for-buyers) - Looking for specific networks? Check [Network Support](https://docs.cdp.coinbase.com/x402/network-support) Was this page helpful? YesNo [x402 Bazaar (Discovery Layer)\ \ Previous](https://docs.cdp.coinbase.com/x402/bazaar) [HTTP 402\ \ Next](https://docs.cdp.coinbase.com/x402/core-concepts/http-402) ⌘I Assistant Responses are generated using AI and may contain mistakes.
[首页](https://iq.wiki/zh) [分类](https://iq.wiki/zh/categories) [排名](https://iq.wiki/zh/rank/cryptocurrencies) [事件](https://iq.wiki/zh/events) [词汇表](https://iq.wiki/zh/glossary) 更多 阅读编辑历史通知 ## 订阅 wiki 分享 ## Share wiki 保存 ## Bookmark # x402 Wiki Powered by [IQ](https://iq.iqai.com/dashboard) ### Wiki Details 分类 标签 验证 事件 查看次数 179 ### 个人简介 我们刚刚发布了 IQ AI. [查看详情](https://iqai.io/) # x402 ENZH **x402** is an open-source payments protocol developed by [Coinbase](https://iq.wiki/zh/wiki/coinbase) that is built on the HTTP standard. It utilizes the historically dormant _402 Payment Required_ status code to enable internet-native, machine-to-machine micropayments using on-chain assets like [stablecoins](https://iq.wiki/zh/wiki/stablecoin). ## Overview The x402 protocol was designed to address perceived inefficiencies in traditional online payment systems, such as credit cards and bank transfers, which are often characterized by high friction, slow settlement times, and a lack of suitability for programmatic or automated transactions. [\[8\]](https://iq.wiki/iq.wiki#cite-id-ERDG4Xiy3m) The project's core philosophy is that payments on the internet should be as seamless and native as the [flow](https://iq.wiki/zh/wiki/flow) of information. It aims to create a payment rail that is equally accessible to human users and autonomous [AI agents](https://iq.wiki/zh/wiki/ai-agents), facilitating a pay-per-use economy for digital resources like API calls, data access, and cloud computing. [\[6\]](https://iq.wiki/iq.wiki#cite-id-event-project-inception-on-github-link) [\[1\]](https://iq.wiki/iq.wiki#cite-id-z9RPQ1pYeJ) [Coinbase](https://iq.wiki/zh/wiki/coinbase) positioned the protocol as a way of "fixing the internet's first mistake," arguing that traditional payment rails were built for a "pre-internet world" and are slow, expensive, and geographically limited. [\[8\]](https://iq.wiki/iq.wiki#cite-id-ERDG4Xiy3m) The protocol resurrects the experimental HTTP 402 status code to create a payment system native to the internet, embedding [stablecoin](https://iq.wiki/zh/wiki/stablecoin) payments directly into web interactions. With the rise of machine-to-machine interactions and AI-driven services, the protocol aims to provide a payment layer that is instant, programmable, interoperable, and trust-minimized. [\[9\]](https://iq.wiki/iq.wiki#cite-id-A8GjY5qXBF) The protocol is designed as an open standard to prevent reliance on any single party. It is chain - and token-agnostic, allowing for extensibility to new [blockchain](https://iq.wiki/zh/wiki/blockchain) networks and digital assets. By integrating directly into the standard client-server HTTP request [flow](https://iq.wiki/zh/wiki/flow), it avoids the need for separate payment interfaces or complex user authentication processes like OAuth. The inspiration for x402 draws from earlier work on crypto micropayments by figures such as [Balaji Srinivasan](https://iq.wiki/zh/wiki/balaji-srinivasan) at 21.co, with the recent emergence of low-cost Layer 2 blockchains like [Base](https://iq.wiki/zh/wiki/base) making the concept more economically viable. [\[7\]](https://iq.wiki/iq.wiki#cite-id-event-x402-protocol-officially-launched-link) In the announcement of the protocol, Erik Reppel, Head of Engineering at [Coinbase](https://iq.wiki/zh/wiki/coinbase) Developer Platform, stated: "Just like HTTPS secured the web, x402 could define the next era of the internet; one where value moves as freely and instantly as information. We’re laying the groundwork for an economy run not just by people, but by software—autonomous, intelligent, and always on.” [\[7\]](https://iq.wiki/iq.wiki#cite-id-event-x402-protocol-officially-launched-link) [\[8\]](https://iq.wiki/iq.wiki#cite-id-ERDG4Xiy3m) The protocol emphasizes trust minimization, with payment schemes designed to prevent intermediaries from misusing a client's funds. It also prioritizes ease of use for developers, aiming for a "one-line" integration to [abstract](https://iq.wiki/zh/wiki/abstract) away crypto-related complexities like [gas](https://iq.wiki/zh/wiki/gas) fees and RPC [node](https://iq.wiki/zh/wiki/node) management. [\[6\]](https://iq.wiki/iq.wiki#cite-id-event-project-inception-on-github-link) ## History The development of x402 was led by the [Coinbase](https://iq.wiki/zh/wiki/coinbase) Developer Platform, with the project's [whitepaper](https://iq.wiki/zh/wiki/white-paper) authored by Erik Reppel, Ronnie Caspers, Kevin Leffew, Danny Organ, Dan Kim, and Nemil Dalal. [\[2\]](https://iq.wiki/iq.wiki#cite-id-UwTVIQe8nV) Key milestones in its early history include: - **February 27, 2025:** The project's Apache-2.0 license file was created in its official repository, marking an early foundational step. - **April 25, 2025:** A significant commit established the core TypeScript ecosystem, including multiple npm modules for frameworks like Express, Next.js, and Hono. - **May 6, 2025:** [Coinbase](https://iq.wiki/zh/wiki/coinbase) publicly announced the launch of the x402 open standard and published its official [whitepaper](https://iq.wiki/zh/wiki/white-paper). The announcement included details of the protocol, its accompanying tools, and a list of launch collaborators. [\[8\]](https://iq.wiki/iq.wiki#cite-id-ERDG4Xiy3m) - **June 13, 2025:** `ROADMAP.md` and `PROJECT-IDEAS.md` files were added to the repository, outlining the future direction and potential applications for the protocol. - **August 30, 2025:** Support for the [Solana](https://iq.wiki/zh/wiki/solana) [blockchain](https://iq.wiki/zh/wiki/blockchain) (SVM) was added, demonstrating the protocol's multi-chain capabilities beyond its initial EVM focus. These events illustrate the project's progression from conception to a publicly launched, multi-chain protocol. [\[6\]](https://iq.wiki/iq.wiki#cite-id-event-project-inception-on-github-link) [\[7\]](https://iq.wiki/iq.wiki#cite-id-event-x402-protocol-officially-launched-link) ## Technology The x402 protocol is built directly into the existing HTTP framework, leveraging standard status codes and headers to facilitate payments without requiring a new communication layer. ### Core Mechanism The protocol's functionality is centered on the HTTP `402 Payment Required` status code, which was defined in early web standards but has remained largely unused for over 25 years. When a client requests a protected resource from an x402-enabled server, the server can respond with a 402 status. This response includes a JSON body containing the payment details, such as the required amount, recipient address, and the accepted token and [blockchain](https://iq.wiki/zh/wiki/blockchain) network. The client then uses this information to construct, sign, and attach a payment payload to a subsequent request for the same resource. The server verifies this payload before granting access. This entire process occurs within a standard request-response cycle. [\[2\]](https://iq.wiki/iq.wiki#cite-id-UwTVIQe8nV) [\[3\]](https://iq.wiki/iq.wiki#cite-id-Pc5qhkqf56) [\[9\]](https://iq.wiki/iq.wiki#cite-id-A8GjY5qXBF) ### Architecture The x402 architecture involves three primary actors: - **Client:** The entity paying for a resource. This can be a web browser, a command-line application, or an autonomous AI agent. The client is responsible for creating and signing the payment payload. - **Resource Server:** The HTTP server that provides the paid resource, such as an API endpoint or a digital file. This server is responsible for issuing the 402 challenge and verifying the payment before fulfilling the request. - **Facilitator Server:** An optional but recommended third-party service that handles on-chain payment verification and settlement. By offloading these tasks, the resource server does not need to maintain a direct [blockchain](https://iq.wiki/zh/wiki/blockchain) connection, manage a wallet, or handle private keys, simplifying its operational requirements. This architecture allows for a separation of concerns, where the resource server focuses on providing its core service while the facilitator handles the complexities of [blockchain](https://iq.wiki/zh/wiki/blockchain) interaction. [\[6\]](https://iq.wiki/iq.wiki#cite-id-event-project-inception-on-github-link) ### Protocol Flow The payment and resource access process follows a defined sequence of steps: 1. **Initial Request:** A `client` makes a standard HTTP request to a `resource server` for a protected resource. 2. **Payment Challenge:** The server responds with an HTTP `402 Payment Required` status. The response body contains a JSON object detailing the accepted payment methods, including price, currency, and network. 3. **Payment Payload Creation:** The `client` selects a payment method and uses its wallet to create and cryptographically sign a payment payload. This is often done using standards like EIP-712 to ensure the signing message is human-readable. 4. **Paid Request:** The `client` sends a new HTTP request for the same resource, this time including the signed payment payload in a custom `X-PAYMENT` header. 5. **Verification:** The `resource server` receives the paid request and verifies the payment payload. It can do this locally or by sending the payload to a `facilitator server`'s `/verify` endpoint. 6. **Fulfillment:** If verification is successful, the `resource server` processes the request and generates the resource. 7. **Settlement:** The `resource server` settles the payment. This can be done by interacting with the [blockchain](https://iq.wiki/zh/wiki/blockchain) directly or by sending the verified payload to the `facilitator server`'s `/settle` endpoint. 8. **Confirmation:** The `facilitator server` submits the transaction to the [blockchain](https://iq.wiki/zh/wiki/blockchain), waits for confirmation, and returns the result (including the transaction hash) to the `resource server`. 9. **Final Response:** The `resource server` sends a `200 OK` response to the `client`, delivering the requested resource. It may also include an `X-PAYMENT-RESPONSE` header with details of the successful transaction. This flow integrates payment directly into the web's native communication protocol, using the custom headers to manage the transaction without altering how HTTP fundamentally works. [\[6\]](https://iq.wiki/iq.wiki#cite-id-event-project-inception-on-github-link) [\[7\]](https://iq.wiki/iq.wiki#cite-id-event-x402-protocol-officially-launched-link) [\[9\]](https://iq.wiki/iq.wiki#cite-id-A8GjY5qXBF) ### Key Concepts - **Schemes:** Logical methods for moving funds. The protocol is designed to be extensible with different schemes. The first proposed scheme is `exact`, used for transferring a specific, predefined amount. A future theoretical scheme, `upto`, could be used for payments up to a certain amount based on resource consumption, such as for LLM token generation. - **Networks:** The protocol is blockchain-agnostic and functions by supporting `(scheme, network)` pairs, such as an `exact` payment on [Ethereum](https://iq.wiki/zh/wiki/ethereum) or [Solana](https://iq.wiki/zh/wiki/solana). - **Facilitator API:** The facilitator server exposes a simple API to assist resource servers. Key endpoints include `POST /verify` to validate a payment payload, `POST /settle` to submit a payment to the [blockchain](https://iq.wiki/zh/wiki/blockchain), and `GET /supported` to list the payment schemes and networks the facilitator supports. These concepts provide a flexible and extensible framework for internet-native payments. [\[6\]](https://iq.wiki/iq.wiki#cite-id-event-project-inception-on-github-link) [\[3\]](https://iq.wiki/iq.wiki#cite-id-Pc5qhkqf56) ### Bazaar Discovery Layer The x402 Bazaar is the discovery layer for the protocol's ecosystem, described by [Coinbase](https://iq.wiki/zh/wiki/coinbase) as a "search engine for agents" and the first discovery layer for agentic commerce. It functions as a decentralized, open network where servers advertise their paid services by hosting a machine-readable `x402.json` manifest file, typically at a `.well-known/x402.json` path. This file lists the available resources, API endpoints, pricing details, and accepted payment methods, creating a marketplace for [AI agents](https://iq.wiki/zh/wiki/ai-agents) to autonomously discover and pay for [APIs](https://iq.wiki/zh/wiki/apis) without human intervention. The primary purpose of this system is to solve tool discovery for AI, allowing agents to dynamically find and use new services as they are added to the ecosystem. This unlocks a new class of self-improving, adaptive agents that can evolve in capability as the network of available tools grows, enabling them to perform complex, multi-step tasks like researching data, commissioning AI-generated art, or booking services automatically. [\[4\]](https://iq.wiki/iq.wiki#cite-id-YhB2v81VAY) [\[5\]](https://iq.wiki/iq.wiki#cite-id-RLz8TXpTN6) [\[6\]](https://iq.wiki/iq.wiki#cite-id-vcmBuLWv4E) ## Comparison with Traditional Systems ### x402 vs. Traditional Payment Rails The design of x402 presents a fundamental shift from traditional online payment systems like Visa, Stripe, and PayPal. While traditional systems are platform-first and human-centric—requiring logins, user accounts, and manual steps—x402 is protocol-first and optimized for machine-to-machine interactions. Key differences include: - **Settlement Time:** x402 payments can settle in seconds via on-chain transactions, whereas traditional [rails](https://iq.wiki/zh/wiki/rails) typically take one to three business days. - **Micropayments:** The protocol supports payments as small as fractions of a cent, a model that is infeasible on credit card networks due to high fixed fees. - **Global Access:** As a crypto-native protocol, x402 is global by design and does not require currency conversions or regional banking relationships. - **Overhead:** It aims to virtually eliminate chargebacks, fraud risk, and intermediary fees by leveraging the immutability of on-chain transfers. - **Integration:** Traditional systems require complex integrations with centralized processors and often involve redirects. x402 embeds payment directly into the HTTP protocol, removing the need for separate interfaces. This structure enables a backend-to-backend monetization model that is native to the internet's architecture. [\[9\]](https://iq.wiki/iq.wiki#cite-id-A8GjY5qXBF) ### Incumbent Approaches to AI Payments Major payment incumbents have also begun exploring AI-powered and [stablecoin](https://iq.wiki/zh/wiki/stablecoin)-based payments. Visa has announced initiatives for [AI agents](https://iq.wiki/zh/wiki/ai-agents) to make purchases, Stripe has introduced [stablecoin](https://iq.wiki/zh/wiki/stablecoin) financial accounts, and PayPal has launched its own [stablecoin](https://iq.wiki/zh/wiki/stablecoin) ( [PYUSD](https://iq.wiki/zh/wiki/paypal-usd-pyusd)) with a rewards program. However, these efforts operate within centralized, "walled garden" ecosystems. Their services are permissioned, governed by corporate policies, and require onboarding and platform approval. In contrast, x402 is an open and permissionless protocol, allowing any developer to integrate it without needing a merchant account or approval. This distinction between a closed service and an open protocol is central to x402's goal of creating a more decentralized, agent-driven economy. [\[9\]](https://iq.wiki/iq.wiki#cite-id-A8GjY5qXBF) ## Monetization and Fees The x402 protocol itself is an open standard and does not impose any fees on merchants or customers. It is free to implement and use. However, transactions conducted using the protocol are subject to the standard network fees ( [gas](https://iq.wiki/zh/wiki/gas) fees) of the underlying [blockchain](https://iq.wiki/zh/wiki/blockchain) on which the payment is made. By leveraging low-cost Layer 2 networks, these fees can be nominal, making micropayments as low as $0.001 economically feasible. This model contrasts with traditional payment systems, which often include a fixed fee plus a percentage of the transaction value. [\[1\]](https://iq.wiki/iq.wiki#cite-id-z9RPQ1pYeJ) [\[2\]](https://iq.wiki/iq.wiki#cite-id-UwTVIQe8nV) Stablecoins like [USDC](https://iq.wiki/zh/wiki/usdc) are central to the protocol's function. Their price stability allows agents and developers to transact in predictable units without exposure to crypto market volatility. Furthermore, stablecoins on high-speed chains like [Base](https://iq.wiki/zh/wiki/base) or other Layer 2s offer fast finality, with transfers confirming in seconds for minimal fees, making them ideal for the high-frequency, low-value transactions x402 is designed to handle. [\[9\]](https://iq.wiki/iq.wiki#cite-id-A8GjY5qXBF) ## Use Cases The protocol is designed to enable new monetization models for the digital economy, particularly for programmatic and automated systems. ### AI Agent Economy A primary focus of x402 is to provide a payment layer for "agentic commerce," where autonomous [AI agents](https://iq.wiki/zh/wiki/ai-agents) can transact without human intervention. This allows agents to pay for resources on demand as they perform tasks, transforming them from tools that require constant human interaction into autonomous economic actors. [\[8\]](https://iq.wiki/iq.wiki#cite-id-ERDG4Xiy3m) - **Autonomous Compute:** Agents can pay for GPU resources or cloud services per inference or per second of use. - **Data Acquisition:** Agents can autonomously purchase access to real-time market data, proprietary datasets, or articles from premium sources on a per-query basis. - **Automated Workflows:** An agent could manage a supply chain by paying for logistics [APIs](https://iq.wiki/zh/wiki/apis), place bets in prediction markets, or acquire digital assets as part of a larger automated strategy. [Illia Polosukhin](https://iq.wiki/zh/wiki/illia-polosukhin), co-founder of [NEAR](https://iq.wiki/zh/wiki/near-protocol), commented on this potential: "Our vision merges x402’s frictionless payments with [NEAR intents](https://iq.wiki/zh/wiki/near-intents), allowing users to confidently buy anything through their AI agent, while agent developers collect revenue through cross-chain settlements that make [blockchain](https://iq.wiki/zh/wiki/blockchain) complexity invisible.” [\[7\]](https://iq.wiki/iq.wiki#cite-id-event-x402-protocol-officially-launched-link) ### Agentic Payments The concept of "agentic payments" is central to the x402 use case. These are payments made automatically by software agents, not humans, and are characterized by being fast, programmatic, and often of low value. Traditional payment infrastructure was not designed for this, as it requires manual steps, has high fees, and features slow settlement times, making it unsuitable for autonomous, high-frequency transactions. Agentic payments are crucial for enabling a machine-first economy, allowing for real-time AI decision-making by removing friction from access to paid services and paving the way for composable services where agents can chain together paid [APIs](https://iq.wiki/zh/wiki/apis) autonomously. [\[9\]](https://iq.wiki/iq.wiki#cite-id-A8GjY5qXBF) ### Developer and Content Monetization x402 offers developers and creators an alternative to subscription-based or ad-supported revenue models. - **Paid APIs:** Developers can monetize each API call with a micropayment, implementing a true pay-as-you-go model instead of tiered subscription plans. - **Software and Content Unlocks:** The protocol can be used to enable on-demand, pay-per-use access to premium software features, news articles, videos, or other digital content without requiring subscriptions or credit card minimums. [\[8\]](https://iq.wiki/iq.wiki#cite-id-ERDG4Xiy3m) - **Metered Services:** Cloud storage providers or other infrastructure services can bill based on actual resource consumption, with payments settled in near real-time. These use cases are facilitated by the protocol's ability to handle small, frequent transactions efficiently and without the friction of user registration or credit card entry. [\[2\]](https://iq.wiki/iq.wiki#cite-id-UwTVIQe8nV) [\[3\]](https://iq.wiki/iq.wiki#cite-id-Pc5qhkqf56) ## Ecosystem and Adoption x402 was launched as an open-source project with backing from [Coinbase](https://iq.wiki/zh/wiki/coinbase) and a number of collaborators from the technology and [web3](https://iq.wiki/zh/wiki/web3) industries. ### Development and Backing The protocol is an initiative of the [Coinbase](https://iq.wiki/zh/wiki/coinbase) Developer Platform, and its primary repository is maintained under the [Coinbase](https://iq.wiki/zh/wiki/coinbase) organization on GitHub. The standard is licensed under Apache-2.0, encouraging broad adoption and community contributions. Official developer resources include documentation hosted on GitBook and a Vercel starter template for building AI applications with x402. [\[6\]](https://iq.wiki/iq.wiki#cite-id-event-project-inception-on-github-link) [\[3\]](https://iq.wiki/iq.wiki#cite-id-Pc5qhkqf56) ### Implementations Official libraries and SDKs are provided to facilitate integration for both client and server applications in several programming languages: - TypeScript (with specific packages for Express, Next.js, Hono, Axios, and Fetch) - Python - Go - Java These libraries aim to simplify the process of implementing the x402 payment [flow](https://iq.wiki/zh/wiki/flow). [\[6\]](https://iq.wiki/iq.wiki#cite-id-event-project-inception-on-github-link) ### Collaborators and Early Adopters At its launch on May 6, 2025, the project was announced with support from several key organizations. - **Launch Collaborators:** AWS, Anthropic, [Circle](https://iq.wiki/zh/wiki/circle), and [NEAR](https://iq.wiki/zh/wiki/near-protocol). - **Early Adopters and Builders:** A diverse group of companies and projects began building with x402 at launch, including Neynar and XMTP for social applications; Anthropic and NEAR AI for agent interactions; and [Chainlink](https://iq.wiki/zh/wiki/chainlink) for real-time data demonstrations. Gagan Mac, vice president of product management at [Circle](https://iq.wiki/zh/wiki/circle), commented that x402 “elegantly simplifies real-time monetization” and unlocks “exciting new use cases like micropayments for [AI agents](https://iq.wiki/zh/wiki/ai-agents) and apps.” [\[8\]](https://iq.wiki/iq.wiki#cite-id-ERDG4Xiy3m) Rish Mukherji, founder of early adopter Neynar, noted the protocol's utility: "x402 turns Neynar’s [Farcaster](https://iq.wiki/zh/wiki/farcaster) [APIs](https://iq.wiki/zh/wiki/apis) into a pure on-demand utility—agents can pull exactly the data they need, settle in [USDC](https://iq.wiki/zh/wiki/usdc) on the same HTTP 402 round-trip, and skip API keys or pre-paid tiers entirely." [\[7\]](https://iq.wiki/iq.wiki#cite-id-event-x402-protocol-officially-launched-link) ### Integration with Vercel's MCP In September 2025, Vercel announced `x402-mcp`, a library designed to integrate the x402 payment protocol with the Model Context Protocol (MCP) and the Vercel AI SDK. This collaboration addresses the challenge of [AI agents](https://iq.wiki/zh/wiki/ai-agents) needing to access paid external services without manual setup, such as managing API keys and separate billing. The integration allows developers to define `paidTool` s within their MCP servers, specifying a price for each tool call. When an AI agent needs to use one of these tools, the `x402-mcp` library facilitates the payment on a per-call basis using x402. This creates a self-sustaining ecosystem where developers can monetize their tools directly, and [AI agents](https://iq.wiki/zh/wiki/ai-agents) can autonomously discover, authorize payment for, and utilize a growing range of capabilities without pre-existing commercial relationships. [\[7\]](https://iq.wiki/iq.wiki#cite-id-V81L7Drwde) 发现错误了吗?建议编辑 ### 反馈 ### 提交信息 ### 相关文章 ### 媒体 Wiki Powered by [IQ](https://iq.iqai.com/dashboard) ### Wiki Details 分类 标签 验证 事件 查看次数 179 ### 个人简介 我们刚刚发布了 IQ AI. [查看详情](https://iqai.io/) ### 反馈 ### 提交信息 ### 相关文章 ### 媒体 ## 参考文献 \[1\] [www.x402.org](https://www.x402.org/) x402 Official Website Sep 15, 2025 \[2\] [www.x402.org](https://www.x402.org/x402-whitepaper.pdf) x402 Whitepaper Sep 15, 2025 \[3\] [x402.gitbook.io](https://x402.gitbook.io/x402) x402 Official Documentation Sep 15, 2025 \[4\] [x402.gitbook.io](https://x402.gitbook.io/x402/core-concepts/bazaar-discovery-layer) Bazaar (Discovery Layer) \| x402 Sep 15, 2025 \[5\] [cryptoslate.com](https://cryptoslate.com/ai-agents-can-now-pay-apis-with-usdc-in-200-ms-as-coinbase-activates-x402-bazaar/) Coinbase activates x402 Bazaar Sep 15, 2025 \[6\] [www.coinbase.com](https://www.coinbase.com/en-ca/developer-platform/discover/launches/x402-bazaar) Introducing x402 Bazaar \| Coinbase Sep 15, 2025 \[7\] [vercel.com](https://vercel.com/blog/introducing-x402-mcp-open-protocol-payments-for-mcp-tools) Introducing x402-mcp \| Vercel Sep 15, 2025 \[8\] [cointelegraph.com](https://cointelegraph.com/news/coinbase-x402-payments-protocol-make-ai-agents-more-autonomous) Coinbase launches x402 protocol Sep 15, 2025 \[9\] [cointelegraph.com](https://cointelegraph.com/explained/coinbases-x402-crypto-payments-over-http-for-ai-and-apis) Coinbase’s x402 explained Sep 15, 2025 [Overview](https://iq.wiki/iq.wiki#overview) [History](https://iq.wiki/iq.wiki#history) [Technology](https://iq.wiki/iq.wiki#technology) [Core Mechanism](https://iq.wiki/iq.wiki#core-mechanism) [Architecture](https://iq.wiki/iq.wiki#architecture) [Protocol Flow](https://iq.wiki/iq.wiki#protocol-flow) [Key Concepts](https://iq.wiki/iq.wiki#key-concepts) [Bazaar Discovery Layer](https://iq.wiki/iq.wiki#bazaar-discovery-layer) [Comparison with Traditional Systems](https://iq.wiki/iq.wiki#comparison-with-traditional-systems) [x402 vs. Traditional Payment Rails](https://iq.wiki/iq.wiki#x402-vs.-traditional-payment-rails) [Incumbent Approaches to AI Payments](https://iq.wiki/iq.wiki#incumbent-approaches-to-ai-payments) [Monetization and Fees](https://iq.wiki/iq.wiki#monetization-and-fees) [Use Cases](https://iq.wiki/iq.wiki#use-cases) [AI Agent Economy](https://iq.wiki/iq.wiki#ai-agent-economy) [Agentic Payments](https://iq.wiki/iq.wiki#agentic-payments) [Developer and Content Monetization](https://iq.wiki/iq.wiki#developer-and-content-monetization) [Ecosystem and Adoption](https://iq.wiki/iq.wiki#ecosystem-and-adoption) [Development and Backing](https://iq.wiki/iq.wiki#development-and-backing) [Implementations](https://iq.wiki/iq.wiki#implementations) [Collaborators and Early Adopters](https://iq.wiki/iq.wiki#collaborators-and-early-adopters) [Integration with Vercel's MCP](https://iq.wiki/iq.wiki#integration-with-vercel-s-mcp) [Decentralized Finance](https://iq.wiki/zh/categories/defi) [Decentralized Finance](https://iq.wiki/zh/categories/defi) [Glossary](https://iq.wiki/zh/tags/Glossary) [Glossary](https://iq.wiki/zh/tags/Glossary) [AI](https://iq.wiki/zh/tags/AI) [AI](https://iq.wiki/zh/tags/AI) [QmUH...wneW](https://ipfs.everipedia.org/ipfs/QmUHzAuM3LdkHN89qwJRJWGZUnp24VLHjqpqpXDEKHwneW) [QmUH...wneW](https://ipfs.everipedia.org/ipfs/QmUHzAuM3LdkHN89qwJRJWGZUnp24VLHjqpqpXDEKHwneW) [0x6a...c6be](https://polygonscan.com/tx/0x6adaa542b6c88342891e2e3b9180e0fcb3699532c40ee4cb35f5397aa3b4c6be) [0x6a...c6be](https://polygonscan.com/tx/0x6adaa542b6c88342891e2e3b9180e0fcb3699532c40ee4cb35f5397aa3b4c6be) [查看里程碑](https://iq.wiki/zh/wiki/x402/milestones) [查看里程碑](https://iq.wiki/zh/wiki/x402/milestones)
# x402: Finally, Payments Built For the Internet, Not Bolted Onto It Tired of clunky payment gateways, sky-high transaction fees, and authentication hoops that feel like they were designed in the dial-up era? The internet was engineered for information to flow freely, but when it comes to _value_, we've been stuck with systems retrofitted onto the web, creating friction, delays, and barriers, especially for the micro-transactions and automated economies of tomorrow. Enter **x402**: an open standard, spearheaded by Coinbase, that's not just another payment app – it's a fundamental shift to weave payments directly into the fabric of the internet. How? By awakening a long-dormant piece of web technology: the HTTP `402 Payment Required` status code. The vision is bold: make online payments as effortless as a simple API call, unlocking a new era of digital commerce, especially for the booming AI agent economy and the world of micropayments. ### **How Does It Actually Work? (The Technical Nitty-Gritty, Simplified)** At its heart, x402 gives the `402 Payment Required` status code a real job to do. Here’s the simplified flow: 1. **The Ask:** Your application, an AI agent, or even a browser (the **client**) requests a digital resource (an API endpoint, a piece of content, a service). 2. **The "Payment Required" Signal:** If the resource isn't free, the **resource server** sends back an HTTP `402 Payment Required` status. But this isn't just an error message. The server includes crucial payment details in the response – what stablecoins are accepted, on which network, the amount, and where to send it. 3. **The Payment:** The client, now armed with the payment info, constructs a `Payment Payload` (often including a digital signature from its wallet) and makes the payment on the designated blockchain, typically using stablecoins like USDC. 4. **Proof and Access:** The client retries its original request, this time including an `X-PAYMENT` header that contains proof of the payment (the signed `Payment Payload`). 5. **Verification & Delivery:** The server (or a helper service called a `facilitator`) verifies this proof. If everything checks out, the server grants access, sending back a `200 OK` with the requested resource. It might also include an `X-PAYMENT-RESPONSE` header with details of the confirmed blockchain transaction. This entire interaction is designed to be HTTP-native, integrating smoothly into the web infrastructure you already know. **Key Ingredients Powering x402:** - **Stablecoins for Stability:** x402 primarily uses stablecoins (like USDC at launch) to ensure price predictability in transactions, sidestepping the volatility of other cryptocurrencies. - **Blockchain Agnostic by Design:** While initial implementations highlight Base (Coinbase's L2 network) and USDC, the protocol itself is built to be blockchain-agnostic, ready to embrace other chains and tokens in the future. - **Facilitators: Your On-Chain Concierge:** To make life easier for developers, x402 introduces "facilitator servers." These are optional (but highly recommended!) third-party services that handle the nitty-gritty of blockchain interaction for resource servers. - They verify payment payloads via a `/verify` endpoint. - They settle transactions on the blockchain via a `/settle` endpoint. This means your server doesn't need to run its own blockchain node or manage complex wallet interactions. Coinbase Developer Platform (CDP) offers a hosted facilitator to get you started quickly, initially with fee-free USDC payments on Base. - **Payment Schemes for Flexibility:** The protocol is extensible through "schemes" that define how money moves. The V1 `exact` scheme is for a fixed amount (e.g., pay $0.01). Future schemes like `upto` could allow payments based on actual resource consumption (e.g., per token generated by an LLM). ### **Why x402 is a Game-Changer for Developers & Businesses** This isn't just a technical curiosity; x402 unlocks tangible benefits: - **Unleash True Micropayments:** Say goodbye to prohibitive transaction fees that kill tiny transactions. x402, especially on Layer 2 blockchains, makes it economically viable to charge fractions of a cent. Think pay-per-API-call, per-article-read, or per-second-of-compute. - **Revolutionize API Monetization:** Tired of managing complex billing tiers, API keys, and subscription models? With x402, you can monetize your API endpoints directly. A simple 402 response is all it takes to request payment for access. - **Empower the AI Agent Economy:** This is where x402 truly shines. AI agents can now autonomously pay for the data, services, and compute resources they need, in real-time, without human hand-holding or pre-funded accounts. This paves the way for a true machine-to-machine economy. - **"Payment IS Authentication": Frictionless Access:** For many services, if a client can make the payment, they get access. This radically simplifies user (and agent) onboarding by potentially eliminating the need for account creation, password management, or complex OAuth flows for basic access. - **Open, Fast, and Low-Cost:** x402 is an open standard, encouraging community participation. Payments settle at blockchain speed (seconds on L2s like Base ), not days. And the protocol itself adds zero fees – you only pay the minimal underlying blockchain gas costs. Plus, say goodbye to chargeback headaches due to on-chain finality! ### **x402 vs. The Old Guard: A Clear Winner for Modern Needs** How does x402 stack up against the payment methods we've been using for years? The difference is night and day for the use cases it targets: | **Feature** | **x402 Protocol** | **Credit Cards** | **PayPal/Digital Wallets** | **ACH Transfers** | | --- | --- | --- | --- | --- | | **Settlement Speed** | Seconds to minutes (L2s: ~2s) | Days (Authorization instant, settlement T+1-3) | Days (Platform dependent, can be T+1-3) | 1-3 business days | | **Transaction Costs (Micro)** | Very Low (e.g., <$0.01 on L2s) | High (e.g., $0.30 + 2.9%) | High (e.g., ~3% + fixed fee) | Impractical | | **Transaction Costs (Macro)** | Low (Blockchain gas fees) | Moderate (Interchange + assessment fees) | Moderate (Percentage-based fees) | Low (Fixed fee per transaction) | | **Micropayment Viability** | High (Designed for sub-cent **3**) | Low (Fees prohibitive) | Low (Fees prohibitive) | No | | **M2M/Agent Compatibility** | High (Primary use case ) | Low (Human-centric design) | Low (Human-centric design) | Very Low | | **User Onboarding/Authentication** | Minimal (Payment is authentication) | Required (Account, card details) | Required (Account creation) | Required (Bank account details) | | **Chargeback Risk** | Virtually None (On-chain finality) | Yes (Up to 120 days) | Yes (Platform policies vary) | Low (Specific reversal rules) | | **Global Reach** | High (Blockchain-native) | Moderate (Network dependent, FX issues) | Moderate (Regional availability, FX issues) | Low (Primarily domestic, some international) | | **Regulatory Overhead (Merchant)** | Potentially Lower (No PCI for direct handling) | High (PCI DSS compliance) | Moderate (Platform compliance) | Moderate (Banking regulations) | | **Integration Complexity** | Low (Middleware, HTTP native) | High (Gateways, SDKs, compliance) | Moderate (APIs, SDKs) | Moderate to High (Direct or via provider) | ### **x402 vs. Other Digital Payment Innovators** x402 isn't the only protocol trying to fix web payments. Here’s how it compares to other notable efforts: | **Feature** | **x402 Protocol** | **Interledger Protocol (ILP)** | **W3C Payment Request API** | | --- | --- | --- | --- | | Primary Goal | Native HTTP payments for web resources, M2M/AI | Interoperability between diverse payment networks/ledgers | Standardized browser API for web checkout UX | | Core Mechanism | HTTP 402 + on-chain stablecoin payment + headers | Packetized value transfer via connectors between ledgers | Browser-mediated API for payment method selection/handling | | Typical Use Case | API monetization, AI agent payments, micropayments | Cross-ledger value transfer, cross-currency payments | Streamlined online checkout for e-commerce | | Payment Type | Primarily Stablecoins (blockchain-agnostic design) | Any digital asset or currency (ledger-agnostic) | Various (cards, third-party apps via payment handlers) | | M2M/AI Focus | Very High | Moderate (can support, but not primary design driver) | Low (Primarily user-driven) | | Decentralization Aspect | Open protocol, relies on blockchain; facilitators may centralize | Open protocol, network of potentially decentralized connectors | Browser acts as intermediary; payment methods vary | ### **Ready to Build the Future of Web Payments? Getting Started with x402** x402 is an open standard, inviting developers everywhere to build, innovate, and contribute. **1** The source code is available under the permissive Apache 2.0 license, and you can find the V1 protocol specification, examples, and middleware libraries (for Node.js, browser JS, etc.) on the `coinbase/x402` GitHub repository. Integration can be as simple as adding a single line of middleware to your existing server stack. ### **The Future is Native: What's Next for x402?** The journey for x402 is just beginning. The roadmap includes exciting enhancements like: - **Broader Chain & Token Support:** Expanding to more blockchains like Solana and other EVM-compatible chains, plus easier support for arbitrary tokens. - **New Payment Schemes:** Introducing flexible schemes like `upto` for consumption-based payments. - **Ecosystem Growth:** Plans for a "production-ready marketplace and reputation system for x402-compatible endpoints" to help discovery and build trust. - **Community & Governance:** Intentions to open the roadmap for more community input and move towards decentralized governance. ### **Conclusion: It's Time for Payments to Catch Up with the Internet** x402 isn't just a new API or another payment option. It's a foundational proposal to fundamentally change how value moves online. By building directly on HTTP and harnessing the power of stablecoins and modern blockchains, x402 offers a compelling, native toolkit for a new generation of monetized digital services and autonomous machine-to-machine commerce. The web was built for seamless information exchange. With x402, seamless _value_ exchange is finally within reach. [Create template](https://forem.com/settings/response-templates) Templates let you quickly answer FAQs or store snippets for re-use. SubmitPreview [Dismiss](https://forem.com/404.html) Some comments may only be visible to logged-in visitors. [Sign in](https://forem.com/enter) to view all comments. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's [permalink](https://forem.com/forem.com). Hide child comments as well Confirm For further actions, you may consider blocking this person and/or [reporting abuse](https://forem.com/report-abuse) Uniting blockchain builders and thinkers. [Log in](https://forem.com/enter?signup_subforem=55) [Create account](https://forem.com/enter?signup_subforem=55&state=new-user)

1. [Developer Platform](https://www.coinbase.com/en-sg/developer-platform) 2. [Discover](https://www.coinbase.com/en-sg/developer-platform/discover) 3. [Launches](https://www.coinbase.com/en-sg/developer-platform/discover/launches) # Introducing x402: a new standard for internet-native payments May 6, 2025 By: Erik Reppel, Nemil Dalal, Dan Kim **_TL;DR:_** _Coinbase is launching x402, a payment protocol that enables instant stablecoin payments directly over HTTP. It allows APIs, apps, and AI agents to transact seamlessly, unlocking a faster, automated internet economy._ The internet economy has always struggled with payments. Traditional payment rails—credit cards, bank transfers, subscriptions—were built for a pre-internet world. They’re slow, expensive, geographically limited, and riddled with manual steps. As digital interactions have scaled, payments have lagged behind: fragmented, sluggish, and hard to program. There is a need for a more modern approach—one that supports autonomous AI agents, the rise of stablecoins and generally enables instant, frictionless payments native to the internet itself. Recently, Citi [called](https://www.coindesk.com/markets/2025/04/25/stablecoins-could-bring-chatgpt-moment-for-blockchain-adoption-hit-usd3-7t-by-2030-citi) this era the “ChatGPT moment” for payments, and a16z [labeled](https://a16zcrypto.com/posts/article/are-stablecoins-moneys-whatsapp-moment-newsletter/) it the “WhatsApp moment,” for stablecoins, reflecting a growing consensus: the world is ready for payment rails as seamless and global as the web itself. At Coinbase, we're addressing exactly this challenge by introducing [x402](http://x402.org): an open standard that leverages the original HTTP "402 Payment Required" status code to embed stablecoin payments directly into web interactions. This protocol draws inspiration from [Balaji](https://x.com/balajis) and team's [work](https://medium.com/@earndotcom/how-to-use-21-to-create-and-host-a-machine-payable-api-on-heroku-or-aws-31245850386d]) on crypto micropayments with [http://21.co](http://21.co/) many years ago. At the time, you could only achieve micropayments with [Bitcoin](https://www.coinbase.com/price/bitcoin) payment channels, which required expensive setup/teardown. But with modern L2s like Base, onchain fees have dropped to 1 cent, so many of the applications they prototyped are becoming possible. x402 lets developers and AI agents pay for APIs, services, and software directly with stablecoins over HTTP. With just a few lines of code, x402 offers built-in authentication, automatic settlement, and seamless integration into existing web infrastructure. It makes monetization instant and automatic, allowing businesses and agents to transact value as easily as they exchange data. Erik Reppel, Head of Engineering at Coinbase Developer Platform and co-author of the [x402 whitepaper](https://www.x402.org/x402-whitepaper.pdf), captures the vision behind this initiative: > “We built x402 because the internet has always needed a native way to send and receive payments—and stablecoins finally make that possible. Just like HTTPS secured the web, x402 could define the next era of the internet; one where value moves as freely and instantly as information. We’re laying the groundwork for an economy run not just by people, but by software—autonomous, intelligent, and always on.” x402 is launching alongside leading collaborators including **AWS, Anthropic, Circle and NEAR**, who share our belief in an open, programmable internet economy. Gagan Mac, VP Product Management at Circle—the issuer of [USDC](https://www.coinbase.com/price/usdc)—sees x402 as a powerful new standard for making stablecoin payments a first-class citizen of the web: > “ [USDC](https://www.coinbase.com/price/usdc) is built for fast, borderless, and programmable payments, and the x402 protocol elegantly simplifies real-time monetization by removing friction around registrations, authentication, and complex signatures. Together, they unlock exciting new use cases like micropayments for AI agents and apps." And Illia Polosukhin, co-founder of NEAR and co-author of "Attention Is All You Need"—the paper introducing the architecture behind GPT—sees x402 as a natural fit for building seamless agent-driven experiences: > “Our vision merges x402’s frictionless payments with NEAR intents, allowing users to confidently buy anything through their AI agent, while agent developers collect revenue through cross-chain settlements that make blockchain complexity invisible.” Together with these partners, we’re not just introducing a new payment standard—we're building a foundational infrastructure for a digital economy that's fast, programmable, and truly internet-native, powering experiences designed equally for humans and autonomous machines. ## Why x402 Matters Traditional payment methods aren't just outdated—they actively hinder the internet economy. Legacy payment systems like credit cards and bank transfers weren’t built for today’s fast, global, and automated internet. They’re slow, expensive, and riddled with geographical and authentication barriers. Even crypto solutions often require complex wallets or blockchain-specific tools, adding friction instead of removing it. x402 solves this by resurrecting the HTTP 402 "Payment Required" status code, a dormant feature of the web designed for seamless payment requests within standard HTTP interactions. Now, clients—whether humans, scripts, or AI agents—can respond to payment prompts instantly using widely-used stablecoins (like [USDC](https://www.coinbase.com/price/usdc)), making transactions as effortless as loading a webpage. Specifically, x402 enables: - Servers to instantly issue standardized 402 Payment Required responses for premium digital resources. - Embedded, automatic payment instructions directly within standard HTTP responses. - Seamless integration into existing HTTP infrastructure, eliminating the need for special wallet interfaces, layers, or separate authentication mechanisms. The practical impact is clear: payments become instant, seamless, and embedded directly into the internet—unlocking new business models, frictionless global transactions, and fully autonomous software interactions. ## How x402 Works x402 follows a straightforward flow: 1. Client (AI agent or app) requests access to an x402-enabled HTTP server with a resource that it needs (e.g. GET /api). 2. Server replies with a 402 Payment Required status, including payment details (e.g., price, acceptable tokens). 3. Client sends a signed payment payload using a supported token (like USDC) through a standard HTTP header. 4. Client retries the request, now including the X-PAYMENT header with the encoded payment payload. 5. Payment facilitator (like the [Coinbase x402 Facilitator](https://docs.cdp.coinbase.com/x402/docs/welcome) service) verifies and settles the payment onchain, and fulfills the request. 6. Server returns the requested data to the client, including an X-PAYMENT-RESPONSE header confirming success of the transaction. Because it extends native HTTP behavior, x402 can work with nearly any client - browsers, SDKs, AI agents, mobile apps - without additional requests, changing a website’s client/server flow or extensive UI integrations. ## What Developers Can Build With managed solutions like the [Coinbase x402 Facilitator](https://docs.cdp.coinbase.com/x402/docs/welcome) service, developers can effortlessly integrate stablecoin payments directly into their services—using just a few lines of code. This eliminates the complexity, overhead, and friction traditionally associated with payment integrations, allowing creators and businesses to unlock entirely new revenue streams and user experiences. For example: - **Paid APIs:** Monetize each API call instantly with frictionless micropayments, removing the barriers and complexity of subscription-based models. - **Software Unlocks:** Provide seamless, on-demand access to premium features and content, without subscriptions or complicated paywalls. - **Metered Services:** Dynamically charge users based on actual resource usage, enabling scalable, pay-as-you-go experiences without the hassle of pre-payment or billing cycles. Imagine creators getting automatically compensated per minute viewed, news sites instantly monetizing individual articles, or AI agents autonomously buying cloud resources in real-time. By embedding payments directly within HTTP, x402 makes previously impractical microtransactions effortless—transforming everyday digital interactions for humans, automated scripts, and autonomous agents alike, bridging today's web seamlessly to tomorrow's decentralized digital economy. ## What AI Agents Can Unlock AI agents today can think, reason, and act—but their ability to transact remains dependent on manual, human-driven methods like credit cards, prepaid API keys, or subscription models. x402 fundamentally changes this, granting AI systems the power to autonomously transact in real-time, unlocking a new wave of intelligent, independent software agents. With x402, agents gain instant economic autonomy, enabling scenarios such as: - **Autonomous Cloud Compute:** AI agents can provision compute resources and pay per inference in real-time, eliminating human-managed credits or manual provisioning processes. - **Market Intelligence:** AI systems autonomously access specialized data sources, seamlessly paying per request to obtain crucial market or product insights without manual intervention. - **Prediction Markets:** Automated betting agents can independently purchase real-time sports statistics and market data, placing informed bets without human involvement. - **Consumer and Supply Chain Automation:** AI inventory managers dynamically request and pay for real-time price quotes, supply chain data, and logistics, instantly adapting to market changes autonomously. - **AI-driven Creative Tools:** Intelligent content creation systems autonomously access premium media libraries, design tools, and specialized software, instantly paying for resources to produce high-quality content independently. Instead of static tools that require constant human setup, x402 transforms AI into truly dynamic agents—capable of autonomously discovering, acquiring, and leveraging new capabilities on-demand. When an agent encounters a paywall or premium resource, it simply attaches a signed stablecoin payment, seamlessly resumes the interaction, and continues toward its goal. This isn’t mere automation—it's economic autonomy for software. It represents the foundation of a new generation of intelligent agents that independently transact, adapt, and evolve. ## Who’s Building With x402 Our early partners illustrate the transformative possibilities when payments become seamlessly embedded in HTTP, unlocking entirely new business models and enabling genuinely autonomous software interactions: ### Autonomous Infrastructure - [**Hyperbolic**](https://www.hyperbolic.ai/) **:** AI agents autonomously pay per GPU inference, enabling scalable workloads without manual management. - [**OpenMind**](https://openmind.org/) **:** Robots autonomously procure compute and data, transforming physical agents into economic actors on-chain. - [**PLVR**](https://www.plvr.io/) **:** AI agents autonomously buy event tickets, creating frictionless, instant fan engagement. ### Agent Interactions - [**Anthropic (MCP Protocol)**](https://modelcontextprotocol.io/introduction) **:** AI models dynamically discover, retrieve, and autonomously pay for context and tools, showcasing truly independent agent interactions powered by x402. - [**Apexti Toolbelt**](https://apexti.com/toolbelt) **:** Empowers developers and agents to tap—or dynamically spin up—over 1,500 Web3 APIs through x402-enabled MCP servers, monetizing each API call seamlessly within a single prompt. - [**NEAR AI**](https://near.ai/) **:** Simplifies blockchain integration for AI applications, enabling autonomous economic interactions without complexity. - _“Our vision merges x402’s frictionless payments with NEAR intents, allowing users to confidently buy anything through their AI agent, while agent developers collect revenue through cross-chain settlements that make blockchain complexity invisible.” – Illia Polosukhin, co-founder of NEAR.ai and a key inventor of the transformer architecture underlying GPT._ ### Social & Messaging - [**XMTP**](https://xmtp.org/) **:** Messaging platforms become economic hubs—agents and users seamlessly pay to join private groups, unlock exclusive content, or monetize their expertise directly within chats. - [**Neynar**](https://neynar.com/) **:** AI agents seamlessly query Farcaster’s social graph and profiles, powering innovative social applications and creative content generation. - _“x402 turns Neynar’s Farcaster APIs into a pure on-demand utility—agents can pull exactly the data they need, settle in USDC_ _on the same HTTP 402 round-trip, and skip API keys or pre-paid tiers entirely. It’s a huge unlock for real-time, context-rich social apps.” – Rish Mukherji, founder of Neynar_ ### Real-time Data - [**Chainlink**](https://www.coinbase.com/price/chainlink) **:** Built a demo using the x402 protocol that requires USDC payment to enable user interaction with a contract on Base Sepolia to mint a random NFT using [Chainlink](https://www.coinbase.com/price/chainlink) VRF. - [**Boosty Labs**](https://boostylabs.com/ai) **:** Shows how AI agents can autonomously buy real-time insights (via X API and Grok 3 inference) instantly—no API keys or human intervention required. - [**Zyte.com**](https://www.zyte.com/) **:** Agents dynamically purchase structured web data, such as market insights and product listings, via micropayments. ### Easy Integrations - [**BuffetPay**](https://x.com/BuffettPay/status/1919829438906434023) **:** Smart x402 payments with built-in guardrails and multi-wallet control, streamlining secure, programmable payments. - [**Cal.com**](https://cal.com/) **:** Embeds automated scheduling and paid human interactions directly into workflows, accessible by both agents and users alike. - [**Cred Protocol**](https://www.credprotocol.com/) **:** Provides decentralized credit scoring infrastructure, allowing AI agents to autonomously assess on-chain creditworthiness in real-time. - [**Fewsats**](https://www.fewsats.com/) **:** Built a lightweight proxy enabling rapid adoption and testing of x402 without modifying existing application infrastructure. These pioneering examples illustrate how x402 transforms the web into a programmable economic platform, empowering a new generation of intelligent agents and dynamic services to transact, adapt, and evolve independently. x402 is open and available now for developers, teams, and innovators to explore and integrate into their applications. Check out [x402.org](https://x402.org/) for complete documentation, working demos, the official whitepaper, and GitHub resources. We're excited to see what you'll build—and to shape the future of payments and programmable internet commerce together. ## Download the App By submitting your email address, you are signing up to receive Coinbase Bytes communications to your inbox. For information on how we use your data see [www.coinbase.com/legal/privacy](https://www.coinbase.com/legal/privacy). Information provided on this Site is for general educational purposes only and is not intended to constitute investment or other advice on financial products. Such information is not, and should not be read as, an offer or recommendation to buy or sell or a solicitation of an offer or recommendation to buy or sell any particular digital asset or to use any particular investment strategy. Coinbase and its affiliates (collectively “Coinbase”) makes no representations as to the accuracy, completeness, timeliness, suitability, or validity of any information on this Site and will not be liable for any errors, omissions, or delays in this information or any losses, injuries, or damages arising from its display or use. Unless otherwise noted, all images are the property of Coinbase. Coinbase is not registered or licensed with the U.S. Securities and Exchange Commission or the U.S. Commodity Futures Trading Commission. This Site is hosted in the United States and is intended for and directed to customers in the United States only. Links provided to third-party sites are for informational purposes. Such sites are not under the control of Coinbase, and Coinbase is not responsible for the accuracy of the content on such third-party sites.

[Home](https://www.ccn.com/) / [Education](https://www.ccn.com/education/) / [Crypto](https://www.ccn.com/education/crypto/) / [Blockchain](https://www.ccn.com/education/crypto/blockchain/) / Meet x402—Coinbase’s Payment Fix for APIs, Apps & AI Agents [Blockchain](https://www.ccn.com/education/crypto/blockchain/) 7 min read easy # Meet x402—Coinbase’s Payment Fix for APIs, Apps & AI Agents Published May 12, 2025 11:48 AM Published May 12, 2025 11:48 AM By [Dr. Lorena Nessi](https://www.ccn.com/author/lorena-nessiccn-com/) Coinbase’s Payment Fix for APIs, Apps & AI Agents \| Source:LightRocket via Getty Images Share on Key Takeaways - x402 gives purpose to HTTP 402. Coinbase revives the long-dormant “Payment Required” code to enable real-time crypto transactions using stablecoins like USDC. - With no API keys, credit cards, or KYC, x402 aims to let software and humans send payments instantly over the web. - The protocol works with standard HTTP, allowing developers to add stablecoin payments with just a few lines of code. - x402 could power autonomous payments between machines, apps, and creators. Tech moves fast, and the options to integrate blockchain into everyday life keep growing. In a move to streamline web-based payments, particularly for artificial intelligence [(AI)](https://www.ccn.com/education/glossary/artificial-intelligence-ai/) and applications, [Coinbase](https://www.ccn.com/education/glossary/coinbase/) announced its x402 protocol on May 6, a tool designed to let apps, Application Programming Interface (APIs), and [AI agents](https://www.ccn.com/education/crypto/ai-agents-vs-agentic-ai/#:~:text=An%20AI%20agent%20is%20a,time%20with%20little%20human%20input.) send and receive stablecoin payments instantly, without credit cards, subscriptions, or manual setup. > We are excited to introduce x402–a new open source payments protocol built on HTTP rails. > > Let’s break it down: [pic.twitter.com/9PNI49NK7A](https://t.co/9PNI49NK7A) > > — Coinbase Developer Platform🛡️ (@CoinbaseDev) [May 6, 2025](https://twitter.com/CoinbaseDev/status/1919784224170889696?ref_src=twsrc%5Etfw) Built on the long-unused HTTP 402 status code, x402 turns web requests into payment channels using [stablecoins](https://www.ccn.com/a-beginners-guide-to-stablecoins/#:~:text=Commodity%2Dcollateralized%20stablecoins%20are%20stablecoins,example%20of%20commodity%2Dcollateralized%20stablecoins.), particularly USDC, which Circle and Coinbase developed. This article explains x402, how it works, and why it could power the next wave of real-time, automated commerce across the Internet. ## What Is x402? The Revival of HTTP 402 ‘Payment Required’ The early web creators expected online content to cost money someday, and they were right. They reserved HTTP status code 402, “Payment Required,” as a placeholder for digital cash or microtransactions to be used sometime “in the future”. Coinbase points out that for decades, this code stayed unused. No browser or website ever turned it into a real payment tool. The internet had a built-in payment slot, but no one has activated it. With x402, that long-unused status code finally has a role. It becomes a real payment layer, allowing any server to ask for payment and any human or machine client, including AI agents, to respond instantly with [digital assets](https://www.ccn.com/education/crypto/digital-assets-types-examples-use-cases/), particularly stablecoins. You’ll Want To See This - [EXCHANGES](https://www.ccn.com/how-to-buy-crypto/) [HOW TO BUY CRYPTO](https://www.ccn.com/how-to-buy-crypto/) - [EXCHANGES](https://www.ccn.com/crypto-sports-betting/) [SAFEST CRYPTO EXCHANGES](https://www.ccn.com/crypto-sports-betting/) ## How x402 Enables Autonomous AI Payments When a client, like a browser, app, or AI agent, requests a paid resource, the server responds with an HTTP 402 “Payment Required” status. The message includes the price, supported payment methods (such as USDC), and the destination [wallet.](https://www.ccn.com/education/glossary/wallet/) X402 Payment Flow \| Source: Coinbase x402 removes the need for prepaid credits, API keys, know-your-customer [(KYC)](https://www.ccn.com/education/crypto/know-your-customer-kyc-in-crypto/) checks, or manual payment setups. The steps are below: - **Client request:** A browser, app, or AI agent sends a regular HTTP request for a paid resource. - **Server responds with 402:** The server replies with an HTTP 402 “Payment Required” and includes the price, accepted stablecoins, wallet address, network (such as [Base](https://www.ccn.com/education/what-is-base-coinbases-layer-two-chain-explained/)), and a payment deadline. - **Client sends payment:** The client prepares the payment using a supported wallet and signs it. Then it sends the same HTTP request again, this time with a payment attached in the X-PAYMENT header. - **Server checks payment:** The server verifies the payment directly or asks a helper server (like one from Coinbase) to confirm it on the [blockchain](https://www.ccn.com/education/glossary/blockchain/). - **Access granted:** Once confirmed, the server responds with “200 OK”, a standard HTTP signal that means the request succeeded. Then it delivers the resource. AI agents can pay per API call without human help with this automated process. How AI agents make payments \| Source: Ledgerinsights The protocol allows AI agents to access services, data, and hardware independently. ## Benefits for APIs, Apps, and Developers Some of the key benefits of the x402 protocol for APIs, apps, and developers are the following: ### Monetize with Micropayments Developers can charge users per request using stablecoins. Building a billing system, managing accounts, or handling invoicing is unnecessary. The protocol allows each interaction to become a paid transaction, clean, fast, and direct. ### Offer Flexible Access Apps and APIs can move beyond subscriptions and credit cards. With x402, users or AI agents pay only when they use a service. It supports dynamic, metered pricing without forcing anyone into a monthly plan. ### Simplify Payment Integration x402 works directly with standard HTTP, so developers do not need to learn new tools or build custom infrastructure. A few lines of code can enable payment support using stablecoins. The protocol is open-source and available on [GitHub](https://github.com/coinbase/x402), making it easy to plug into any web-based product. ## x402 vs Traditional Payment Rails According to Coinbase, “by embedding payments directly within HTTP, x402 makes previously impractical microtransactions effortless—transforming everyday digital interactions for humans, automated scripts, and autonomous agents alike, bridging today’s web seamlessly to tomorrow’s decentralized digital economy.” Traditional payment systems like credit cards and bank transfers pften come with high fees, delays, and manual steps. They do not support real-time automation or machine-to-machine payments. AI may not be individuals, at least not yet, but they can still act as users. x402 makes payments instant, borderless, autonomous, and user-friendly for AI-driven systems. Coinbase says x402 aims to fix what it calls the internet’s “first mistake” — leaving payments out of the web’s core infrastructure. The company describes the protocol as a way to make [on-chain](https://www.ccn.com/education/glossary/on-chain/) payments simple and frictionless. https://twitter.com/CoinbaseDev/status/1919784746881577239 According to Coinbase, x402 opens the door to new forms of agentic commerce, including pay-per-use APIs, content access, and automated transactions between apps and AI agents. | | | | | --- | --- | --- | | **Features** | **x402 Protocol** | **Traditional Payments** | | **Speed** | Near-instant | Slower settlement | | **Transaction cost** | Very low | Percentage + fixed | | **Micropayments** | Highly suitable | Impractical | | **Automation** | Built for it | Manual steps | | **Integration** | Simple HTTP | Complex APIs | | **Third-Party** | Minimal | Many intermediaries | | **KYC/Setup** | Not required | Often necessary | | **Reach** | Global | Geographically limited | | **Chargebacks** | Typically none | Subject to them | | **Use Cases** | Micropayments and the potential for large purchases | Established for large purchases | ## The Bigger Trend: Agentic Payments and the AI Economy x402 arrives as major players like Visa, [Stripe](https://www.ccn.com/news/technology/stripe-valuation-founders-call-stablecoins-superconductors-of-finance/), Mastercard, and PayPal test new ways to move money across the web. Stripe i [s building](https://www.ccn.com/news/technology/stripe-valuation-founders-call-stablecoins-superconductors-of-finance/) support for stablecoin payments. Mastercard [is launching](https://www.ccn.com/news/technology/mastercard-follows-visa-stablecoins-top-35t-volume/) blockchain-based settlements, and Visa [is working](https://usa.visa.com/about-visa/newsroom/press-releases.releaseId.20881.html) on account abstraction for smart contract payments. All of them are chasing real-time, automated systems with the latest available blockchain technologies. Coinbase positions x402 within that shift. Erik Reppel, a protocol engineer at the company, compares x402 to HTTPS, the layer that secures the web. He [says](https://www.coinbase.com/en-gb/developer-platform/discover/launches/x402) x402 could define the next phase of the internet, where value moves as freely as information. In that future, software becomes a user too, “autonomous, intelligent, and always on” powering a new layer of economic activity. ## Is x402 the Future of Internet Payments? The potential use cases are wide-ranging. Coinbase says x402 enables things like automatic creator payouts, per-article payments, and AI-to-AI transactions. The company describes a future where creators earn per minute viewed, news sites monetize individual articles instantly, and AI agents buy cloud resources on their own — all powered by simple, onchain payments sent directly over HTTP. x402 combines speed, autonomy, and ease of integration. Payments happen instantly, without credit cards, KYC checks, or third-party processors. Developers need only a few lines of code to embed stablecoin payments into any app, website, or service. The protocol is built for an internet driven by both people and machines. As automation grows, x402 gives AI agents the power to pay for services in real time and helps apps adopt usage-based models instead of fixed subscriptions. However, it’s important to note that x402 has not been implemented at scale. While the vision is compelling, broader adoption will depend on developer uptake, regulatory clarity, and real-world testing. ## Conclusion x402 brings payments to the web layer that always needed them. It makes transactions fast, direct, and built for both humans and AI. With stablecoins like USDC, developers can skip credit cards, logins, and delays. Apps, APIs, and agents pay per use, in real time. As the internet shifts toward automation, x402 looks ready to power the next phase and finally have a relevant role in a future where software can integrate with the user. You May Also Like - [Blockchain](https://www.ccn.com/education/crypto/blockchain/) [Can You Pay Your Bills With Crypto in 2025? Here’s What You Need To Know](https://www.ccn.com/education/crypto/pay-bills-with-crypto/) - [Crypto](https://www.ccn.com/education/crypto/) [Can You Pay for Groceries with Cryptocurrency?](https://www.ccn.com/education/crypto/pay-groceries-with-cryptocurrency/) - [Crypto](https://www.ccn.com/education/crypto/) [How to Use the Lightning Network for Bitcoin Payments: A Beginner’s Guide](https://www.ccn.com/education/crypto/how-to-use-lightning-network-for-bitcoin-payments/) ## FAQs ### Is x402 live and usable today? Yes, developers can test and build with x402 now. It’s open-source and available on GitHub. ### Does x402 support tokens other than USDC? USDC is the starting point, but the protocol can 1. Is x402 live and usable today? Yes, developers can test and build with x402 now. It’s open-source and available on GitHub. ### Does x402 support tokens other than USDC? USDC is the starting point, but the protocol can support other stablecoins with developer input. ### Can individuals use x402, or is it just for AI and apps? Both. People, apps, and AI agents can all send payments through x402. ### Does x402 work on any blockchain? It works on Ethereum-compatible networks like Base. Others may follow. Most Popular - [Crypto](https://www.ccn.com/news/crypto/) _Oct 14, 2025 \| 7:32 AM UTC_ 6 days ago [Top 10 Biggest Holders of Ethereum and the Billions They Are Worth](https://www.ccn.com/news/crypto/top-10-biggest-ethereum-ether-holders/) - [Crypto](https://www.ccn.com/education/crypto/) October 7, 2025 9:51 AM [Crypto ETFs Watchlist: Key Filings, Players & Status Updates](https://www.ccn.com/education/crypto/crypto-etf-watchlist-filings-players-updates/) 21 min read - [Blockchain](https://www.ccn.com/education/crypto/blockchain/) October 3, 2025 2:41 PM [SWIFT’s Blockchain Move Isn’t Ripple’s Only Test Yet — Here’s the Other Competition It Faces](https://www.ccn.com/education/crypto/swift-blockchain-not-only-ripple-competition/) 22 min read - [Crypto](https://www.ccn.com/education/crypto/) June 20, 2025 9:03 PM [How To Use DeFi Aggregators To Find the Best Yields and Lower Risks](https://www.ccn.com/education/crypto/how-to-use-defi-aggregators/) 9 min read Table of Contents - [What Is x402? The Revival of HTTP 402 ‘Payment Required’](https://www.ccn.com/www.ccn.com#n1-toc-what-is-x402--the-revival-of-http-402--payment-required-) - [How x402 Enables Autonomous AI Payments](https://www.ccn.com/www.ccn.com#n2-toc-how-x402-enables-autonomous-ai-payments) - [Benefits for APIs, Apps, and Developers](https://www.ccn.com/www.ccn.com#n3-toc-benefits-for-apis--apps--and-developers) - [x402 vs Traditional Payment Rails](https://www.ccn.com/www.ccn.com#n4-toc-x402-vs-traditional-payment-rails) - [The Bigger Trend: Agentic Payments and the AI Economy](https://www.ccn.com/www.ccn.com#n5-toc-the-bigger-trend--agentic-payments-and-the-ai-economy) - [Is x402 the Future of Internet Payments?](https://www.ccn.com/www.ccn.com#n6-toc-is-x402-the-future-of-internet-payments-) - [Conclusion](https://www.ccn.com/www.ccn.com#n7-toc-conclusion) - [FAQs](https://www.ccn.com/www.ccn.com#n8-toc-faqs) [About the Author](https://www.ccn.com/author/lorena-nessiccn-com/) ### [Dr. Lorena Nessi](https://www.ccn.com/author/lorena-nessiccn-com/) Dr. Lorena Nessi is an award-winning journalist and media technology expert with 15 years of experience in digital culture and communication. Based in Oxfordshire, UK, she combines academic insight with hands-on media practice. She holds a PhD in Communication, Sociology, and Digital Cultures, and an MA in Globalization, Identity, and Technology. Lorena has taught at Fairleigh Dickinson University, Nottingham Trent University, and the University of Oxford. She is a former producer for the BBC in London, with additional experience creating television content in Mexico and Japan. Her research focuses on digital cultures, social media, technology, capitalism, and the societal impact of blockchain innovation. She has written extensively on digital media and emerging technologies, with her work featured in both academic and media platforms. Her Web3 expertise explores how blockchain technologies shape culture, economics, and decentralized systems. Outside of work, Lorena enjoys reading science fiction, playing strategic board games, traveling, and chasing adventures that get her heart racing. A perfect day ends with a relaxing spa and a good family meal. See more [[email protected]](mailto:[email protected]) [LinkedIn](https://www.linkedin.com/in/lorena-nessi-b20408b/?original_referer=httpswwwgooglecom&originalSubdomain=uk) [Twitter](https://twitter.com/lorenanessi) Subscription is successful, please check your email to confirm! Get the Updates That Matter to You! Investing Get top news & deals in crypto, AI, and technology. iGaming Receive exclusive casino offers straight to your inbox. You need to choose at least one option Email address \* A valid email address is required I agree to receive weekly marketing emails from CCN / 18+ \| [Terms & Conditions apply](https://www.ccn.com/www.ccn.com) You have to agree with the terms SUBSCRIBE There was an error, please try again. [Close](https://www.ccn.com/www.ccn.com) By using CCN.com you consent to our [privacy & cookie policy](https://www.ccn.com/privacy-policy/) [Continue](https://www.ccn.com/www.ccn.com) Help us improve 1 of 4 Is this your first time here? Yes No What brought you here today? Article or guide Social media post Search engine via Google What are you most interested in? Crypto news & explainers Web3 lifestyle & trends Casino & games Tools & product reviews Would you be interested in: Exclusive Telegram communities Early access to new content/tools Submitting your own content or story Just browsing, thanks Thank you for your feedback! NextCloseSending

Symbols Symbols [Aime](https://www.ainvest.com/chat/) [Products](https://www.ainvest.com/screener/) [News](https://www.ainvest.com/news/) [Market](https://www.ainvest.com/market/) [Watchlist](https://www.ainvest.com/watchlist/) [Brokers](https://www.ainvest.com/brokers/) # The x402 Protocol: A New Infrastructure Play for the AI-Driven Economy Generated by AI Agent [Evan Hultman](https://www.ainvest.com/news/author/evan-hultman/)Reviewed by [AInvest News Editorial Team](https://www.ainvest.com/news/author/ainvest-news-editorial-team/) Saturday, Oct 25, 2025 12:42 am ET3min read AI Podcast:Your News, Now Playing Loading Aime Summary OverviewThe 5 WsOpposite SidesInfobox \- x402 Protocol, developed by Coinbase and Cloudflare, enables seamless machine-to-machine payments via HTTP 402, addressing AI economy's transactional bottlenecks. \- Its PING token surged 365% in 24 hours (October 2025), reflecting growing institutional interest and real-world use cases like AI agent wallets and pay-per-crawl data access. \- Strategic partnerships with OpenAI, Stripe, and Google's AP2 protocol create a cohesive infrastructure for agentic commerce, positioning x402 as a foundational microtransaction layer. \- Investors benefit from network effects, utility-driven token economics, and first-mover advantage as AI agents and businesses adopt this programmable value transfer standard. The AI-driven economy is no longer a distant vision-it is here, reshaping how value is created, exchanged, and captured. At the heart of this transformation lies a critical bottleneck: the inability of traditional payment systems to handle the scale and complexity of machine-to-machine (M2M) transactions. Enter the x402 Protocol, a decentralized payment standard designed to enable seamless, programmable value transfer in AI-driven commerce. For investors, this represents [not](https://chart.ainvest.com/NOTUSDT/?exchange=BINANCE) just a technological innovation but a foundational infrastructure play poised to redefine the digital economy. ### The x402 Protocol: Bridging the Gap Between AI and Finance The x402 Protocol, developed by [Coinbase](https://chart.ainvest.com/NASDAQ-COIN/) and [Cloudflare](https://chart.ainvest.com/NYSE-NET/) through the x402 Foundation, leverages the HTTP 402 "Payment Required" status code to embed payments directly into web interactions. This allows AI agents, businesses, and applications to exchange value in real time during everyday online activities, from pay-per-request AI services to micropayments for data storage and identity verification, according to a [Blockonomi article](https://blockonomi.com/coinbase-and-cloudflare-launch-x402-foundation-to-develop-ai-payment-protocol/) . By eliminating intermediaries and reducing friction, the protocol addresses a key limitation of legacy systems, which are ill-suited for the high-frequency, low-value transactions that will dominate the AI economy. Early use cases highlight its versatility. For instance, Cloudflare's "pay-per-crawl" beta enables web scrapers to pay for data access on a per-use basis, while AI models like Claude and Gemini can autonomously create wallets and send stablecoin payments using natural language commands, as described in a [CoinCentral article](https://coincentral.com/ai-agents-can-now-send-crypto-payments-autonomously-through-coinbase-protocol/) . These applications underscore x402's potential to democratize access to financial infrastructure, enabling even non-human actors to participate in the global economy. ### Market Validation: PING Token's Meteoric Rise The x402 Protocol's native token, PING, has emerged as a barometer of market confidence. As of October 25, 2025, PING's market capitalization surpassed $60 million, with a 24-hour price surge of 365% and a trading volume of $40.6 million, according to a [Lookonchain post](https://www.lookonchain.com/feeds/34338) . Earlier in the same week, the token spiked 17% within an hour, pushing the protocol's market cap back above $33 million, per a [Coinotag report](https://en.coinotag.com/breakingnews/ping-surges-17-in-the-last-hour-as-x402-protocol-market-cap-reaches-33-million/) . These figures reflect growing liquidity and institutional interest, particularly as developers and AI companies integrate x402 into their ecosystems. The token's performance is not merely speculative. It is underpinned by the protocol's expanding utility. For example, Coinbase's Payments MCP system, built on x402, allows AI agents to manage on-chain transactions via its Base Layer 2 network, offering features like spending limits and access controls; the CoinCentral article explains how agents can use these tools. Such innovations create tangible demand for PING, as users and developers require the token to interact with the protocol's services. ### Strategic Partnerships and Ecosystem Growth The x402 Foundation's collaboration with Coinbase and Cloudflare has been pivotal in accelerating adoption. Coinbase's role as a custodial and non-custodial wallet provider ensures seamless integration with its existing infrastructure, while Cloudflare's global network enhances the protocol's scalability and security, as previously reported by Blockonomi. Additionally, partnerships with AI studios like Cherry Studio and models such as Codex demonstrate x402's appeal to the AI development community, a trend covered in the CoinCentral article. Beyond Coinbase and Cloudflare, the protocol is gaining traction in complementary frameworks. For instance, the Agentic Commerce Protocol (ACP), co-developed by OpenAI and Stripe, enables AI agents to execute e-commerce transactions autonomously, while Google's Agent Payments Protocol (AP2) focuses on trust and authorization for agent-led payments. An October 2025 [LinkedIn overview](https://www.linkedin.com/pulse/overview-acp-ap2-x402-ai-agent-commerce-october-2025-dobarskyi-4de2e) outlines how these protocols form a cohesive ecosystem where x402 handles microtransactions, ACP manages merchant integrations, and AP2 ensures security-creating a robust infrastructure for agentic commerce, as that overview argues. ### Why This Matters for Investors The x402 Protocol represents more than a technical solution; it is a strategic asset in the race to define the next era of digital commerce. For investors, three factors make it compelling: 1. **Network Effects**: As AI agents and businesses adopt x402, the protocol's utility compounds. The more actors that use it, the more indispensable it becomes for cross-platform transactions. 2. **Token Economics**: PING's demand is tied to real-world use cases, from AI service fees to identity verification. This contrasts with speculative tokens that lack intrinsic value. 3. **First-Mover Advantage**: While ACP and AP2 address specific niches, x402's focus on universal microtransactions positions it as a foundational layer. Early adopters stand to benefit as the ecosystem matures. ### Conclusion: Positioning for the Future of Value Exchange The x402 Protocol is not just another blockchain experiment-it is a response to the structural needs of an AI-driven economy. By enabling direct, programmatic payments between machines and humans, it lays the groundwork for a new economic paradigm. For investors, the opportunity lies in recognizing x402's role as a critical infrastructure layer, one that will underpin the next wave of innovation in AI commerce. As the x402 Foundation continues to expand its ecosystem, the protocol's success will depend on its ability to maintain neutrality, interoperability, and developer adoption. But given the current trajectory-marked by rapid token appreciation, strategic partnerships, and real-world use cases-investors who position now may find themselves at the forefront of a transformative shift. Evan Hultman Follow AI Writing Agent which values simplicity and clarity. It delivers concise snapshots—24-hour performance charts of major tokens—without layering on complex TA. Its straightforward approach resonates with casual traders and newcomers looking for quick, digestible updates. ### Latest Articles [**Jupiter's Strategic Expansion into Prediction Markets with Kalshi: A Catalyst for Solana's Ecosystem Growth and Cross-Product Synergy** \ \ Oct.25 2025](https://www.ainvest.com/news/jupiter-strategic-expansion-prediction-markets-kalshi-catalyst-solana-ecosystem-growth-cross-product-synergy-2510/) [**Dogecoin's Breakout and Retail Frenzy: A Technical and Sentiment-Driven Investment Case** \ \ Oct.25 2025](https://www.ainvest.com/news/dogecoin-breakout-retail-frenzy-technical-sentiment-driven-investment-case-2510/) [**Bittensor (TAO) and the Pre-Halving Bitcoin Parallels: A Case for Strategic Entry Before the Next Bull Cycle** \ \ Oct.25 2025](https://www.ainvest.com/news/bittensor-tao-pre-halving-bitcoin-parallels-case-strategic-entry-bull-cycle-2510/) [**Crypto Regulatory Enforcement & Market Volatility in Q4 2025: Strategic Entry into High-Growth Assets Amid Tightening Rules** \ \ Oct.25 2025](https://www.ainvest.com/news/crypto-regulatory-enforcement-market-volatility-q4-2025-strategic-entry-high-growth-assets-tightening-rules-2510/) [**The x402 Protocol: A New Infrastructure Play for the AI-Driven Economy** \ \ Oct.25 2025](https://www.ainvest.com/news/x402-protocol-infrastructure-play-ai-driven-economy-2510/) Get Newsletter with EmailContinue with Google ### Or continue with others ### Comments Add a public comment... Post No comments yet Ainvest News articles are AI-generated using advanced large language model (LLM) technology designed to analyze and synthesize publicly available data and news. While AI tools assist in producing initial drafts and insights, all AI generated content published on Ainvest is subject to comprehensive human editorial review before publication. A designated human editor reviews, verifies, and approves each article for factual accuracy, coherence, and compliance with AInvest Fintech Inc’s editorial and disclosure standards. Despite these review procedures, the information provided may still contain inaccuracies, incomplete data, or time sensitive references due to the inherent limitations of AI generated analysis and evolving changes. The material is provided strictly for informational and educational purposes and does not constitute personalized investment, legal, or financial advice. Readers should independently verify all facts, figures, and statements before making any decision based on this content. AInvest Fintech Inc. its affiliates, and partners accept no liability or responsibility for any direct or consequential losses arising from reliance on this content. All articles and analyses are subject to revision, update, or removal without prior notice to maintain accuracy and integrity in our publications. PRODUCTS [Aime](https://www.ainvest.com/chat/?comefrom=WebainvestFooter) [Newswire](https://www.ainvest.com/news/wire/) [Screener](https://www.ainvest.com/screener/) [Super Charts](https://www.ainvest.com/chart?symbol=NASDAQ-AAPL) [Magic Portfolio](https://www.ainvest.com/pricing/magic-portfolio/) ABOUT US [Our Story](https://www.ainvest.com/about/) [News Authors](https://www.ainvest.com/news/author/) [Privacy Policy](https://cdn.ainvest.com/agreement/Ainvest-Fintech-Inc-Privacy-Policy.pdf) [Term of Use](https://cdn.ainvest.com/agreement/Ainvest-Fintech-Terms-of-Use.pdf) [Third Party Brokerage Disclaimer](https://cdn.ainvest.com/agreement/Third-Party-Brokerage-Disclaimer.pdf) [AIME Terms of Use](https://cdn.ainvest.com/agreement/AIME-Terms-of-Use.pdf) [AInvest AI Risk Disclosures](https://cdn.ainvest.com/agreement/Ainvest-AI-Risk-Disclosures.pdf) [Careers](https://career.ainvest.com/) [CONTACT US](https://contact.ainvest.com/) Recommended

Symbols Symbols [Aime](https://www.ainvest.com/chat/) [Products](https://www.ainvest.com/screener/) [News](https://www.ainvest.com/news/) [Market](https://www.ainvest.com/market/) [Watchlist](https://www.ainvest.com/watchlist/) [Brokers](https://www.ainvest.com/brokers/) # x402: The Transformative Infrastructure Powering AI-Driven Machine-to-Machine Payments Generated by AI Agent [Adrian Sava](https://www.ainvest.com/news/author/adrian-sava/)Reviewed by [AInvest News Editorial Team](https://www.ainvest.com/news/author/ainvest-news-editorial-team/) Saturday, Oct 25, 2025 1:03 am ET2min read AI Podcast:Your News, Now Playing Loading Aime Summary OverviewThe 5 WsOpposite SidesInfobox \- x402 protocol bridges AI and blockchain, enabling autonomous machine-to-machine (M2M) payments via HTTP 402 status code. \- Developed by Coinbase and Cloudflare, it supports pay-per-use AI, creator micropayments, and agentic commerce through natural language transactions. \- With 48.25K transactions in 90 days, x402 faces competition but offers infrastructure ownership opportunities in a projected $41.45B Web3 market by 2030. The convergence of artificial intelligence (AI) and blockchain is reshaping the global economy, and at the heart of this revolution lies a groundbreaking protocol: **x402**. By reimagining how machines transact with one another, x402 is poised to become the foundational infrastructure for decentralized commerce, enabling AI agents to autonomously execute payments, optimize DeFi strategies, and unlock new economic models. For investors, this represents a rare opportunity to back a protocol that could redefine the future of digital value exchange. ### The x402 Protocol: Bridging AI and Blockchain At its core, x402 leverages the HTTP 402 "Payment Required" status code-a long-dormant web standard-to facilitate instant, secure, and permissioned transactions between AI agents and the blockchain economy, as detailed in a [Questflow post](https://blog.questflow.ai/p/navigating-the-x402-ecosystem-innovations) . Unlike traditional payment systems, which rely on accounts, subscriptions, or intermediaries, x402 allows AI models like Anthropic's Claude, Google's Gemini, and OpenAI's Codex to create wallets, process transactions, and access onchain services through natural language commands, as explained in a [Cryptonomist article](https://en.cryptonomist.ch/2025/09/24/payments-between-ai-agents-on-the-web-x402-is-born-heres-how-it-works/) . This eliminates friction in machine-to-machine (M2M) commerce, enabling AI to act as autonomous economic participants. Coinbase's **Payments MCP** (Machine-to-Machine Payments) is a prime example of x402 in action. By integrating stablecoins and blockchain infrastructure into AI systems, Payments MCP supports micropayments for services like data access, compute resources, and tool usage, as noted in the Cryptonomist article. For instance, an AI agent could dynamically pay for a dataset or API call in real time, without human intervention. This "last-mile problem" of AI-connecting analytical capabilities with financial execution-is now being solved at scale, as the Questflow post describes. ### A Universal Standard for the Agentic Economy The **x402 Foundation**, co-founded by [Coinbase](https://chart.ainvest.com/NASDAQ-COIN/) and Cloudflare, aims to establish this protocol as the universal standard for AI-driven payments, according to a [LiveBitcoinNews report](https://www.livebitcoinnews.com/coinbase-and-cloudflare-launch-x402-foundation-ushering-in-machine-to-machine-payments/) . By embedding payments directly into web interactions, x402 enables seamless transactions between AI agents, businesses, and users. Cloudflare's contribution-a deferred payments scheme in its pay-per-crawl beta-demonstrates how x402 can integrate with existing web infrastructure to facilitate on-demand data access. This ecosystem is already supporting transformative use cases:- **Pay-per-use AI**: Developers can monetize idle compute resources or charge per API call (as the Questflow post explains).- **Creator micropayments**: Artists and content creators can receive instant payments for their work (noted in the LiveBitcoinNews report).- **Agentic commerce**: AI agents autonomously manage supply chains, optimize DeFi strategies, and execute trades (outlined by the Cryptonomist article). ### Real-World Adoption and Technical Momentum The x402 protocol is not just theoretical-it's being implemented in production environments. For example, the axios client demonstrates automatic 402 response handling via HTTP interceptors and private key wallet management, as shown in [DeepWiki examples](https://deepwiki.com/coinbase/x402/6-examples-and-use-cases) . Similarly, Coinbase's CDP SDK enables server-side wallet creation and transaction processing. These tools are lowering the barrier for developers to build x402-powered applications, from AI agents to full-stack web platforms. A Next.js example showcases how x402 can be integrated into payment-gated routes, allowing developers to monetize APIs or content dynamically (see the DeepWiki examples). This technical flexibility is accelerating adoption, with projects like Questflow reporting 48.25K transactions and $2.29K in volume within 90 days, per the Questflow post. ### Challenges and the Road Ahead Despite its promise, x402 faces hurdles. Competition among payment facilitators is intensifying, with over 15 options offering zero fees, potentially commoditizing the infrastructure (the Questflow post highlights this). Additionally, provider scarcity-only 30 services integrated so far-could slow adoption. However, these challenges also create opportunities for high-margin players who can encapsulate non-native services or build user-friendly interfaces, as discussed in the Questflow post. Security and compliance remain critical. Coinbase's Payments MCP incorporates guardrails like spending limits, KYC adherence, and local wallet processing to ensure transactions stay within user-defined boundaries, according to a [Coinotag article](https://en.coinotag.com/coinbases-payments-mcp-may-allow-ai-agents-to-handle-stablecoin-transactions-autonomously/) . As AI-driven commerce scales, these safeguards will be essential to maintaining trust. ### Market Potential and Investment Thesis Experts project the Web3 market to reach **$41.45 billion by 2030**, with x402 capturing a significant share through its AI infrastructure, per the Questflow post. The protocol's open-source nature and partnerships with giants like Google, Visa, and Cloudflare further validate its potential. For investors, x402 represents a dual opportunity:1. **Infrastructure ownership**: Backing the rails of the agentic economy.2. **Ecosystem growth**: Profiting from the rise of AI-driven micropayments and decentralized commerce. As AI agents evolve from tools to economic actors, x402's role as the "HTTP for payments" will only grow. This is not just a tech innovation-it's a paradigm shift. Adrian Sava Follow AI Writing Agent which blends macroeconomic awareness with selective chart analysis. It emphasizes price trends, Bitcoin’s market cap, and inflation comparisons, while avoiding heavy reliance on technical indicators. Its balanced voice serves readers seeking context-driven interpretations of global capital flows. ### Latest Articles [**Crypto Regulation 2025: Contrasting Global Leadership Narratives and Institutional Investor Sentiment** \ \ Oct.25 2025](https://www.ainvest.com/news/crypto-regulation-2025-contrasting-global-leadership-narratives-institutional-investor-sentiment-2510/) [**Crypto Regulatory Clarity and the CFTC: Selig's Nomination as a Catalyst for Market Stability** \ \ Oct.25 2025](https://www.ainvest.com/news/crypto-regulatory-clarity-cftc-selig-nomination-catalyst-market-stability-2510/) [**Ripple's Strategic Expansion into Institutional Finance: A Game-Changer for XRP and Digital Asset Adoption** \ \ Oct.25 2025](https://www.ainvest.com/news/ripple-strategic-expansion-institutional-finance-game-changer-xrp-digital-asset-adoption-2510/) [**x402: The Transformative Infrastructure Powering AI-Driven Machine-to-Machine Payments** \ \ Oct.25 2025](https://www.ainvest.com/news/x402-transformative-infrastructure-powering-ai-driven-machine-machine-payments-2510/) [**Ripple's Strategic Expansion into Institutional Finance and Its Implications for XRP and RLUSD** \ \ Oct.25 2025](https://www.ainvest.com/news/ripple-strategic-expansion-institutional-finance-implications-xrp-rlusd-2510/) Get Newsletter with EmailContinue with Google ### Or continue with others ### Comments Add a public comment... Post No comments yet Ainvest News articles are AI-generated using advanced large language model (LLM) technology designed to analyze and synthesize publicly available data and news. While AI tools assist in producing initial drafts and insights, all AI generated content published on Ainvest is subject to comprehensive human editorial review before publication. A designated human editor reviews, verifies, and approves each article for factual accuracy, coherence, and compliance with AInvest Fintech Inc’s editorial and disclosure standards. Despite these review procedures, the information provided may still contain inaccuracies, incomplete data, or time sensitive references due to the inherent limitations of AI generated analysis and evolving changes. The material is provided strictly for informational and educational purposes and does not constitute personalized investment, legal, or financial advice. Readers should independently verify all facts, figures, and statements before making any decision based on this content. AInvest Fintech Inc. its affiliates, and partners accept no liability or responsibility for any direct or consequential losses arising from reliance on this content. All articles and analyses are subject to revision, update, or removal without prior notice to maintain accuracy and integrity in our publications. PRODUCTS [Aime](https://www.ainvest.com/chat/?comefrom=WebainvestFooter) [Newswire](https://www.ainvest.com/news/wire/) [Screener](https://www.ainvest.com/screener/) [Super Charts](https://www.ainvest.com/chart?symbol=NASDAQ-AAPL) [Magic Portfolio](https://www.ainvest.com/pricing/magic-portfolio/) ABOUT US [Our Story](https://www.ainvest.com/about/) [News Authors](https://www.ainvest.com/news/author/) [Privacy Policy](https://cdn.ainvest.com/agreement/Ainvest-Fintech-Inc-Privacy-Policy.pdf) [Term of Use](https://cdn.ainvest.com/agreement/Ainvest-Fintech-Terms-of-Use.pdf) [Third Party Brokerage Disclaimer](https://cdn.ainvest.com/agreement/Third-Party-Brokerage-Disclaimer.pdf) [AIME Terms of Use](https://cdn.ainvest.com/agreement/AIME-Terms-of-Use.pdf) [AInvest AI Risk Disclosures](https://cdn.ainvest.com/agreement/Ainvest-AI-Risk-Disclosures.pdf) [Careers](https://career.ainvest.com/) [CONTACT US](https://contact.ainvest.com/) Recommended





Symbols Symbols [Aime](https://www.ainvest.com/chat/) [Products](https://www.ainvest.com/screener/) [News](https://www.ainvest.com/news/) [Market](https://www.ainvest.com/market/) [Watchlist](https://www.ainvest.com/watchlist/) [Brokers](https://www.ainvest.com/brokers/) # PING Token's $36M Surge Sparks Meme-Driven Frenzy, Analysts Caution Generated by AI Agent [Coin World](https://www.ainvest.com/news/author/coin-world/)Reviewed by [AInvest News Editorial Team](https://www.ainvest.com/news/author/ainvest-news-editorial-team/) Friday, Oct 24, 2025 10:31 pm ET1min read AI Podcast:Your News, Now Playing Loading Aime Summary OverviewThe 5 WsOpposite SidesInfobox \- PING token surged 970% in 24 hours, reaching $36M market cap via Coinbase's x402 protocol. \- Protocol's 8,218.5% trading volume spike and 1.5M% new buyer growth highlights Base chain's developer-driven innovation. \- Analysts warn PING mirrors meme-driven volatility, with $1/mint cost drawing comparisons to 2023 runeword craze. \- Coinbase's Base integration fuels token experimentation, while JPMorgan cites $34B monetization potential for native token. \- x402 concept tokens like CLANKER gain traction, but lack of fundamental value metrics raises sustainability concerns. The x402 Protocol token PING has captured significant attention in the cryptocurrency market, surging to a market capitalization of $36 million as of October 24, according to data from [Lookonchain](https://www.lookonchain.com/feeds/34260) . This marks a 970% increase over the past 24 hours, driven by explosive activity on the open payment protocol developed by [Coinbase](https://chart.ainvest.com/NASDAQ-COIN/) . The token's rise has been fueled by a combination of novelty, technical innovation, and the broader ecosystem dynamics of Coinbase's Base chain. The x402 protocol, which enables AI agents to autonomously execute transactions, has seen unprecedented growth since the launch of PING. Over the past week, the protocol's trading volume surged by 8,218.5%, while the number of new buyers spiked by over 1.5 million percent, according to [Coinfomania](https://coinfomania.com/coinbase-x402-protocol-activity-jumps-8000-after-ping-launch/) . This surge validates Coinbase's strategy of empowering developers through open-source innovation, with PING—launched by decentralized analytics project Ping Observer—serving as a catalyst for broader adoption. The token's minting process, which requires approximately $1 per mint and yields 5,000 tokens, has drawn comparisons to the 2023 runeword craze, albeit on a much larger scale, according to a [Lookonchain report](https://www.lookonchain.com/feeds/34250) . The PING token's rapid ascent has also highlighted the volatility inherent in meme-driven crypto assets. While its market cap briefly exceeded $42 million earlier in the week, it has since consolidated around $36 million. Analysts caution that such tokens often lack practical use cases and are prone to sharp price swings. BlockBeats and other observers have repeatedly emphasized the risks of speculative trading, noting that PING's trajectory mirrors that of other short-lived crypto trends. Coinbase's role in this frenzy cannot be overstated. The x402 protocol's integration with Base, the exchange's Layer 2 blockchain, has facilitated rapid experimentation with token issuance. JPMorgan analysts recently upgraded Coinbase's stock, citing a $34 billion opportunity tied to the potential monetization of Base's native token, according to [Coindesk](https://www.coindesk.com/markets/2025/10/24/jpmorgan-upgrades-coinbase-sees-potential-usd34b-opportunity-in-base-token) . This underscores the broader significance of x402 as a platform for developer-driven innovation, even as PING's speculative appeal dominates headlines. The surge has also spurred activity in related "x402 concept tokens," with projects like CLANKER and [VIRTUAL](https://chart.ainvest.com/CYBERUSDT/?exchange=BINANCE) experiencing notable gains. However, the sustainability of these trends remains uncertain. While on-chain data shows robust liquidity on servers like api.ping.observer, the lack of fundamental value metrics for PING and similar tokens raises questions about long-term adoption. As the market digests this latest wave of enthusiasm, the x402 protocol's performance could signal a broader shift in how decentralized platforms incentivize developer participation. For now, PING's meteoric rise serves as both a case study in speculative fervor and a testament to Coinbase's growing influence in shaping the next generation of crypto infrastructure. Coin World Follow Quickly understand the history and background of various well-known coins ### Latest Articles [**Bitcoin News Today: Post-Crash Crypto Rebound: High-Risk Presales or Institutional Bet?** \ \ Oct.25 2025](https://www.ainvest.com/news/bitcoin-news-today-post-crash-crypto-rebound-high-risk-presales-institutional-bet-2510/) [**Solana News Today: Solana ETF Hopes Clash with Fading Momentum as $200 Looms** \ \ Oct.25 2025](https://www.ainvest.com/news/solana-news-today-solana-etf-hopes-clash-fading-momentum-200-looms-2510/) [**Binance's Semantic Layer Aims to Hedge Geopolitical Risks with AI-Driven Blockchain** \ \ Oct.25 2025](https://www.ainvest.com/news/binance-semantic-layer-aims-hedge-geopolitical-risks-ai-driven-blockchain-2510/) [**XRP News Today: XRP Whales Offload 70M, Price Rises as Retail Buyers Absorb Sales** \ \ Oct.25 2025](https://www.ainvest.com/news/xrp-news-today-xrp-whales-offload-70m-price-rises-retail-buyers-absorb-sales-2510/) [**Bitcoin News Today: SWC's Bitcoin Yield Focus Positions Firm as UK Market Supremacy Contender** \ \ Oct.25 2025](https://www.ainvest.com/news/bitcoin-news-today-swc-bitcoin-yield-focus-positions-firm-uk-market-supremacy-contender-2510/) Get Newsletter with EmailContinue with Google ### Or continue with others ### Comments Add a public comment... Post No comments yet Ainvest News articles are AI-generated using advanced large language model (LLM) technology designed to analyze and synthesize publicly available data and news. While AI tools assist in producing initial drafts and insights, all AI generated content published on Ainvest is subject to comprehensive human editorial review before publication. A designated human editor reviews, verifies, and approves each article for factual accuracy, coherence, and compliance with AInvest Fintech Inc’s editorial and disclosure standards. Despite these review procedures, the information provided may still contain inaccuracies, incomplete data, or time sensitive references due to the inherent limitations of AI generated analysis and evolving changes. The material is provided strictly for informational and educational purposes and does not constitute personalized investment, legal, or financial advice. Readers should independently verify all facts, figures, and statements before making any decision based on this content. AInvest Fintech Inc. its affiliates, and partners accept no liability or responsibility for any direct or consequential losses arising from reliance on this content. All articles and analyses are subject to revision, update, or removal without prior notice to maintain accuracy and integrity in our publications. PRODUCTS [Aime](https://www.ainvest.com/chat/?comefrom=WebainvestFooter) [Newswire](https://www.ainvest.com/news/wire/) [Screener](https://www.ainvest.com/screener/) [Super Charts](https://www.ainvest.com/chart?symbol=NASDAQ-AAPL) [Magic Portfolio](https://www.ainvest.com/pricing/magic-portfolio/) ABOUT US [Our Story](https://www.ainvest.com/about/) [News Authors](https://www.ainvest.com/news/author/) [Privacy Policy](https://cdn.ainvest.com/agreement/Ainvest-Fintech-Inc-Privacy-Policy.pdf) [Term of Use](https://cdn.ainvest.com/agreement/Ainvest-Fintech-Terms-of-Use.pdf) [Third Party Brokerage Disclaimer](https://cdn.ainvest.com/agreement/Third-Party-Brokerage-Disclaimer.pdf) [AIME Terms of Use](https://cdn.ainvest.com/agreement/AIME-Terms-of-Use.pdf) [AInvest AI Risk Disclosures](https://cdn.ainvest.com/agreement/Ainvest-AI-Risk-Disclosures.pdf) [Careers](https://career.ainvest.com/) [CONTACT US](https://contact.ainvest.com/) Recommended

### The market capitalization of the x402 protocol token PING has fallen after exceeding $70 million, with a 24-hour increase of 327%. [PA一线](https://www.panewslab.com/en/columns/166) PANews reported on October 25 that according to GMGN market data, the market value of the x402 protocol token PING briefly exceeded US$70 million and then fell back. It is now reported at US$67.69 million, a 24-hour increase of 327%, and a 24-hour trading volume of US$42.5 million. Share to: Author: PA一线 This content is for informational purposes only and does not constitute investment advice. [data](https://www.panewslab.com/en/search?query=data) [Quotes](https://www.panewslab.com/en/search?query=Quotes) [X](https://www.panewslab.com/en/search?query=X) Follow PANews official accounts, navigate bull and bear markets together PANews WeChat Group [Telegram Discussion Group](https://t.me/PANewsLab) [Telegram News Channel](https://t.me/ChannelPANews) [@PANewsCN](https://x.com/PANewsCN) Recommended Reading [PA一线](https://www.panewslab.com/en/columns/166) 10 minute ago [Yuga Labs announces Metaverse Otherside will launch on November 12th](https://www.panewslab.com/en/articles/c86732c5-1bc9-4616-bee9-b6219a3d3ea2) [PA一线](https://www.panewslab.com/en/columns/166) 30 minute ago [Binance Alpha to Launch XNAP, COMMON, and 42 Airdrops on October 27th](https://www.panewslab.com/en/articles/7d993c81-edb3-4079-9fd7-c03e79dd24d3) [PA一线](https://www.panewslab.com/en/columns/166) 45 minute ago [Gate Web3 announced its upcoming support for the x402 protocol, establishing a dedicated trading zone and launching a dedicated leaderboard.](https://www.panewslab.com/en/articles/dc759036-2f73-42c9-a6ba-391c03b41364) [PA一线](https://www.panewslab.com/en/columns/166) 1 hour ago [A certain address built a GIGGLE position of $1.2 million today and became a TOP20 address, with a current floating profit of $48,000.](https://www.panewslab.com/en/articles/e57fcdfa-f8b9-45b7-84d3-76c9d9e2db81) [PA一线](https://www.panewslab.com/en/columns/166) 2 hour ago [A whale deposited 4,154 GIGGLE tokens into Binance and would have earned 10 times the profit if sold.](https://www.panewslab.com/en/articles/cfba3376-b9c8-4f8c-b49d-87a14e071cd7) [PA一线](https://www.panewslab.com/en/columns/166) 4 hour ago [GIGGLE's market capitalization surpassed $240 million, a new high. SynFutures (F) briefly surged before retreating.](https://www.panewslab.com/en/articles/f5044ff3-06c5-4925-ba37-23e0c7de40bb) Hot Search: [BTC](https://www.panewslab.com/en/search?query=BTC) [ETH](https://www.panewslab.com/en/search?query=ETH) [ENA](https://www.panewslab.com/en/search?query=ENA) [MEME](https://www.panewslab.com/en/search?query=MEME) [RWA](https://www.panewslab.com/en/search?query=RWA) [山寨季](https://www.panewslab.com/en/search?query=%E5%B1%B1%E5%AF%A8%E5%AD%A3) [ETF](https://www.panewslab.com/en/search?query=ETF) [SOL](https://www.panewslab.com/en/search?query=SOL) [稳定币](https://www.panewslab.com/en/search?query=%E7%A8%B3%E5%AE%9A%E5%B8%81) [香港](https://www.panewslab.com/en/search?query=%E9%A6%99%E6%B8%AF) [AI](https://www.panewslab.com/en/search?query=AI) [DeSci](https://www.panewslab.com/en/search?query=DeSci) [空投](https://www.panewslab.com/en/search?query=%E7%A9%BA%E6%8A%95) [加密财库](https://www.panewslab.com/en/search?query=%E5%8A%A0%E5%AF%86%E8%B4%A2%E5%BA%93) [降息](https://www.panewslab.com/en/search?query=%E9%99%8D%E6%81%AF) [DeFi](https://www.panewslab.com/en/search?query=DeFi) ### Popular Articles [Dialogue with the founder of ETHGas: Gas-free experience is the gateway to the next billion users, and "rebate + hedging" is our two-step strategy](https://www.panewslab.com/en/articles/a364cd59-cae1-4916-ab86-cf10f35ddfa5) [Yuliya](https://www.panewslab.com/en/columns/435qmo23) [The data speaks: Has Binance done anything evil?](https://www.panewslab.com/en/articles/19b0664a-4737-45c8-aef8-24a11b585518) [Block Unicorn](https://www.panewslab.com/en/columns/1634176166522953) [PA Daily \| JPMorgan Chase allows Bitcoin and Ethereum as collateral; US Senate Democrats condemn Trump's pardon of Binance founder Zhao Changpeng](https://www.panewslab.com/en/articles/14f1a3e6-21f4-449a-ba78-091f841d39c0) [PA日报](https://www.panewslab.com/en/columns/1645156612488385) [Written on the eve of the x402 narrative explosion: PING is just an appetizer, the bigger hype is yet to come](https://www.panewslab.com/en/articles/3c454bac-0ec7-4838-b242-a678d1ff0729) [链上观](https://www.panewslab.com/en/columns/mo48b411) [With 85 million ETH sitting idle, how can Lido V3 solve the billions of dollars in opportunity costs faced by institutions each year?](https://www.panewslab.com/en/articles/1c23575e-b4f5-4209-b061-f0e4296cf872) [Tim](https://www.panewslab.com/en/columns/qah6z1q2202y) Industry News Market Trends Curated Readings [Subscribe](https://panewscn.substack.com/) ### Curated Series [**Pioneer&\#39;s View: Crypto Celebrity Interviews** \ \ Exclusive interviews with crypto celebrities, sharing unique observations and insights](https://www.panewslab.com/en/series/1582622961410032) [**PAData: Web3 in Data** \ \ Data analysis and visual communication of industry hot spots help users understand the meaning and opportunities behind each data.](https://www.panewslab.com/en/series/1582623288184036) [**A complete review of the 1011 encryption storm** \ \ An in-depth review of the epic liquidation events of October 11: from the Trump tariff black swan event to high-leverage margin calls, stablecoin depegging, and market maker liquidity depletion.](https://www.panewslab.com/en/series/CMzlR9) [**AI Agent: The Journey to Web3 Intelligence** \ \ The AI Agen innovation wave is sweeping the world. How will it take root in Web3? Let’s embark on this intelligent journey together](https://www.panewslab.com/en/series/yhRIQF) [**Memecoin Supercycle: The hype around attention tokenization** \ \ From joke culture to the trillion-dollar race, Memecoin has become an integral part of the crypto market. In this Memecoin super cycle, how can we seize the opportunity?](https://www.panewslab.com/en/series/QFWaHw) [**Real-time tracking of Bybit attack** \ \ Bybit suffered a security incident, and funds worth $1.44 billion were withdrawn. A North Korean hacker group was accused of being the perpetrator.](https://www.panewslab.com/en/series/O8xryf) [App内阅读](panewslab://open?articleid=4d1c1db7-659d-46c8-a5b1-ceb7bbbdf2d9&type=2)

PANews reported on October 25 that according to GMGN market data, the market value of the x402 protocol token PING briefly exceeded US$70 million and then fell back. It is now reported at US$67.69 million, a 24-hour increase of 327%, and a 24-hour trading volume of US$42.5 million.PANews reported on October 25 that according to GMGN market data, the market value of the x402 protocol token PING briefly exceeded US$70 million and then fell back. It is now reported at US$67.69 million, a 24-hour increase of 327%, and a 24-hour trading volume of US$42.5 million. # The market capitalization of the x402 protocol token PING has fallen after exceeding $70 million, with a 24-hour increase of 327%. [By: PANews](https://www.panewslab.com/en/articles/4d1c1db7-659d-46c8-a5b1-ceb7bbbdf2d9) 2025/10/25 11:01 [TOKEN$0.008103-0.68%](https://www.mexc.com/exchange/TOKEN_USDT) [PING$0.0519+102.18%](https://www.mexc.com/exchange/PING_USDT) [NOW$0.00334-2.62%](https://www.mexc.com/exchange/NOW_USDT) [67$0.0010347+6.52%](https://www.mexc.com/exchange/67_USDT) PANews reported on October 25 that according to GMGN market data, the market value of the x402 protocol token PING briefly exceeded US$70 million and then fell back. It is now reported at US$67.69 million, a 24-hour increase of 327%, and a 24-hour trading volume of US$42.5 million. Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact [email protected] for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC. Share Insights ## You May Also Like [**Data: WLFI minted 300 million USD1 in the early hours of this morning** \ According to PANews on October 25, according to Lookonchain monitoring, World Liberty Financial minted an additional 300 million USD1 approximately 13 hours ago.](https://www.mexc.com/news/data-wlfi-minted-300-million-usd1-in-the-early-hours-of-this-morning/141906) [WLFI$0.1339-6.81%](https://www.mexc.com/exchange/WLFI_USDT) [USD1$1.0002--%](https://www.mexc.com/exchange/USD1_USDT) [LIBERTY$0.03686-29.99%](https://www.mexc.com/exchange/LIBERTY_USDT) Share 2025/10/25 12:56 [**Trump Selects Michael Selig for CFTC Chair** \ President Trump reportedly tapped Michael Selig to be the CFTC’s next Chair. The previous nominee, Brian Quintenz, was recently dropped after pressure from the Winklevoss twins. Selig has been an SEC employee and aide to Paul Atkins, so he could steer the two Commissions towards closer collaboration. However, it’s hard to make any further predictions about his ideas on policy. Selig for CFTC Chair In recent months, things have been pretty chaotic at the CFTC. One of the US’s top financial regulators has been reduced to one Commissioner, with outgoing members warning of a “financial Wild West.” Meanwhile, the Acting Chair has been unilaterally taking unprecedented actions. To help resolve this situation, President Trump has allegedly tapped Michael Selig to be the next Chair of the CFTC. Before the Selig pick, Trump had chosen Brian Quintenz to be the CFTC’s next Chair. However, the Winklevoss twins strenuously opposed this appointment, and even though many industry leaders supported Quintenz, Trump withdrew the nomination earlier this month. Now, the process is starting over again. A Dark Horse Candidate So, assuming that Selig actually gets confirmed, what kind of policy could he establish at the CFTC? He’s currently an SEC employee, working as its chief counsel and aide to Chair Paul Atkins. This personal relationship could help ensure that the two regulators maximize their crypto collaboration in the future, which both agencies have been attempting. Other than that, however, we can only make educated guesses. Although reporters identified a few likely candidates for the next CFTC Chair, Michael Selig wasn’t on anyone’s radar. However, considering that the Winklevosses prefer a weakened regulator to an empowered crypto ally, his selection might align with their long-term goals. Ultimately, though, it was President Trump’s decision, and it’s impossible to say what the deciding factor was. Either way, Selig will need to go through a full confirmation process before joining the CFTC, and this could take months. Hopefully, the intervening time will give us plenty of opportunities to learn his approach to crypto regulation.](https://www.mexc.com/news/trump-selects-michael-selig-for-cftc-chair/141907) [TRUMP$5.931+0.27%](https://www.mexc.com/exchange/TRUMP_USDT) [TOP$0.000096--%](https://www.mexc.com/exchange/TOP_USDT) [WILD$0.2114-2.17%](https://www.mexc.com/exchange/WILD_USDT) Share 2025/10/25 11:40 [**Ripple’s XRP Ledger Ignites Brazil’s Digital Finance Boom with VERT’s $40M Tokenized Fund** \ Ripple announced that Brazilian asset manager VERT has completed its second on-chain issuance, bringing over $40 million in regulated credit backed by public-pension receivables to the XRP Ledger. This marks another major step for Brazil’s financial modernization, as the nation continues to merge compliance-ready blockchain infrastructure with traditional finance. Earlier this year, VERT launched its \[…\]](https://www.mexc.com/news/ripples-xrp-ledger-ignites-brazils-digital-finance-boom-with-verts-40m-tokenized-fund/141904) [XRP$2.5405+3.82%](https://www.mexc.com/exchange/XRP_USDT) [FINANCE$0.0007523-5.37%](https://www.mexc.com/exchange/FINANCE_USDT) [BOOM$0.019276+8.10%](https://www.mexc.com/exchange/BOOM_USDT) Share 2025/10/25 13:30 ## Trending News [More](https://www.mexc.com/news) [**Data: WLFI minted 300 million USD1 in the early hours of this morning**](https://www.mexc.com/news/data-wlfi-minted-300-million-usd1-in-the-early-hours-of-this-morning/141906) [**Trump Selects Michael Selig for CFTC Chair**](https://www.mexc.com/news/trump-selects-michael-selig-for-cftc-chair/141907) [**Ripple’s XRP Ledger Ignites Brazil’s Digital Finance Boom with VERT’s $40M Tokenized Fund**](https://www.mexc.com/news/ripples-xrp-ledger-ignites-brazils-digital-finance-boom-with-verts-40m-tokenized-fund/141904) [**Swiss crypto bank AMINA partners with Tokeny to launch compliant digital securities issuance platform**](https://www.mexc.com/news/swiss-crypto-bank-amina-partners-with-tokeny-to-launch-compliant-digital-securities-issuance-platform/141905) [**Why Is Ripple’s Price Up Today if Whales Are Selling XRP En Masse?**](https://www.mexc.com/news/why-is-ripples-price-up-today-if-whales-are-selling-xrp-en-masse/141908) ### Crypto Prices [Ethereum\ \ ETH\ \ $3,932.34\ \ $3,932.34$3,932.34\ \ +1.11%](https://www.mexc.com/price/ETH) [Bitcoin\ \ BTC\ \ $111,425.67\ \ $111,425.67$111,425.67\ \ +1.25%](https://www.mexc.com/price/BTC) [Solana\ \ SOL\ \ $194.08\ \ $194.08$194.08\ \ +2.44%](https://www.mexc.com/price/SOL) [XRP\ \ XRP\ \ $2.5408\ \ $2.5408$2.5408\ \ +2.45%](https://www.mexc.com/price/XRP) [DOGE\ \ DOGE\ \ $0.19845\ \ $0.19845$0.19845\ \ +1.81%](https://www.mexc.com/price/DOGE)

Symbols Symbols [Aime](https://www.ainvest.com/chat/) [Products](https://www.ainvest.com/screener/) [News](https://www.ainvest.com/news/) [Market](https://www.ainvest.com/market/) [Watchlist](https://www.ainvest.com/watchlist/) [Brokers](https://www.ainvest.com/brokers/) # Rapid Growth of PING Token and x402 Protocol: A New Paradigm in AI-Driven Payments? Generated by AI Agent [12X Valeria](https://www.ainvest.com/news/author/12x-valeria/)Reviewed by [AInvest News Editorial Team](https://www.ainvest.com/news/author/ainvest-news-editorial-team/) Friday, Oct 24, 2025 10:57 pm ET2min read AI Podcast:Your News, Now Playing Loading Aime Summary OverviewThe 5 WsOpposite SidesInfobox \- PING token's 365% surge in 24 hours highlights x402 Protocol's speculative momentum and institutional backing from Coinbase and Cloudflare. \- x402 Protocol enables AI-driven micropayments via HTTP 402, with 156K+ transactions and integrations on Base, Solana, and Algorand. \- Despite real-world use cases like Questflow's 48K+ transactions, PING's meme status and lack of revenue streams pose high volatility risks. \- Protocol's potential to transform AI commerce faces challenges including regulatory scrutiny and unproven scalability. The PING token, native to the x402 Protocol, has captured significant attention in late October 2025, with its market capitalization surging past $63.47 million on October 25th-a 365% price increase in 24 hours and a trading volume of $40.6 million, according to a [Lookonchain report](https://www.lookonchain.com/feeds/34338) . This meteoric rise raises critical questions: Is PING a speculative frenzy, or does it signal the dawn of a transformative payment infrastructure? To assess this, we dissect the token's momentum and the x402 Protocol's technological underpinnings, weighing hype against substance. ### Speculative Momentum: A [Meme](https://chart.ainvest.com/MEMEUSDT/?exchange=BINANCE) Token's Meteoric Ascent PING's recent performance defies conventional metrics. On October 24th, its market cap briefly exceeded $42 million, with a 24-hour trading volume of $13 million, per a [Lookonchain analysis](https://www.lookonchain.com/feeds/34250) . By the next day, the token's value had surged further, driven by a mix of retail enthusiasm and protocol-driven adoption. Such volatility is emblematic of meme tokens, which often thrive on social media hype and liquidity events. However, PING's association with the x402 Protocol-a project backed by [Coinbase](https://chart.ainvest.com/NASDAQ-COIN/) and Cloudflare-adds a layer of institutional credibility. Data from [Lookonchain data](https://www.lookonchain.com/feeds/34332) reveals that PING's price surge coincided with a 492.63% weekly increase in the x402 Protocol's transaction volume, reaching 156,492 transactions. While this suggests growing utility, the token's classification as a meme asset-lacking tangible revenue streams or enterprise adoption-remains a red flag for risk-averse investors. ### x402 Protocol: A Technological Leap for AI-Driven Commerce The x402 Protocol, launched in early 2025, aims to redefine digital payments by embedding financial transactions into web interactions via the HTTP 402 "Payment Required" status code, according to a [Blockonomi article](https://blockonomi.com/coinbase-and-cloudflare-launch-x402-foundation-to-develop-ai-payment-protocol/) . This innovation enables AI agents, businesses, and applications to execute micropayments seamlessly, bypassing traditional friction points like account registration or subscription models. Key use cases include pay-per-request AI services, real-time analytics, and content monetization. For instance, Questflow, an AI agent platform, processed 48.25K transactions and $2.29K in volume within 90 days, as reported in a [Questflow blog post](https://blog.questflow.ai/p/navigating-the-x402-ecosystem-innovations) . The x402 Foundation, which governs the protocol, emphasizes open standards and cross-chain compatibility, with integrations on Base, [Solana](https://chart.ainvest.com/SOLUSDT/?exchange=BINANCE) , and Algorand; the Questflow post also outlines several of these integrations. ### Use-Case Potential: Beyond the Hype While PING's speculative fervor dominates headlines, the x402 Protocol's real-world applications hint at a more durable value proposition. By enabling AI-to-AI payments and micropayments for data storage or identity verification, the protocol addresses gaps in current financial infrastructure, as discussed in the Blockonomi article. For example, content creators can monetize access to niche datasets, while developers can charge for AI inference cycles in real time. However, challenges persist. The protocol's reliance on stablecoins like [USDC](https://chart.ainvest.com/USDCUSDT/?exchange=BINANCE) exposes it to regulatory scrutiny, and its blockchain-agnostic design may dilute network effects. Moreover, the x402 ecosystem's rapid growth-52.4K transactions in Q3 2025, a 93.3% increase-must be sustained by broader developer adoption and enterprise partnerships, a trend the Questflow post highlights. ### Risks and Considerations PING's volatility underscores the risks of investing in meme tokens. As noted by multiple analysts, the token lacks intrinsic value and is highly susceptible to market sentiment, according to a [Lookonchain report](https://www.lookonchain.com/feeds/34260) . A sudden drop in retail participation could trigger a collapse in price, erasing gains swiftly. Additionally, the x402 Protocol's nascent stage means unproven scalability and security vulnerabilities-critical concerns in a space prone to exploits. ### Conclusion: A Paradigm or a Paradox? The x402 Protocol represents a bold experiment in AI-driven commerce, leveraging cutting-edge technology to streamline micropayments. Yet, PING's speculative trajectory reflects the broader crypto market's penchant for conflating innovation with investment. For investors, the key lies in distinguishing between the protocol's transformative potential and the token's speculative risks. While x402's ecosystem shows promise, PING remains a high-stakes bet-suited for those who can tolerate extreme volatility in pursuit of a potential paradigm shift. 12X Valeria Follow AI Writing Agent which integrates advanced technical indicators with cycle-based market models. It weaves SMA, RSI, and Bitcoin cycle frameworks into layered multi-chart interpretations with rigor and depth. Its analytical style serves professional traders, quantitative researchers, and academics. ### Latest Articles [**The Strategic Rationale for Investing in Polymarket's Regulatory-Driven Growth in Prediction Markets** \ \ Oct.25 2025](https://www.ainvest.com/news/strategic-rationale-investing-polymarket-regulatory-driven-growth-prediction-markets-2510/) [**Ripple's Strategic Acquisition of Hidden Road and Its Implications for Institutional Crypto Adoption** \ \ Oct.25 2025](https://www.ainvest.com/news/ripple-strategic-acquisition-hidden-road-implications-institutional-crypto-adoption-2510-52/) [**GBP/USD Stagnation and UK Fiscal Risks: Navigating Currency Strategy in a High-Debt Environment** \ \ Oct.25 2025](https://www.ainvest.com/news/gbp-usd-stagnation-uk-fiscal-risks-navigating-currency-strategy-high-debt-environment-2510/) [**CryptoAppsy: A Game-Changer in Real-Time Crypto Data Accessibility** \ \ Oct.25 2025](https://www.ainvest.com/news/cryptoappsy-game-changer-real-time-crypto-data-accessibility-2510/) [**Shiba Inu (SHIB) at a Pivotal Crossroads: Is This the Precursor to a Major Breakout?** \ \ Oct.25 2025](https://www.ainvest.com/news/shiba-inu-shib-pivotal-crossroads-precursor-major-breakout-2510/) Get Newsletter with EmailContinue with Google ### Or continue with others ### Comments Add a public comment... Post No comments yet Ainvest News articles are AI-generated using advanced large language model (LLM) technology designed to analyze and synthesize publicly available data and news. While AI tools assist in producing initial drafts and insights, all AI generated content published on Ainvest is subject to comprehensive human editorial review before publication. A designated human editor reviews, verifies, and approves each article for factual accuracy, coherence, and compliance with AInvest Fintech Inc’s editorial and disclosure standards. Despite these review procedures, the information provided may still contain inaccuracies, incomplete data, or time sensitive references due to the inherent limitations of AI generated analysis and evolving changes. The material is provided strictly for informational and educational purposes and does not constitute personalized investment, legal, or financial advice. Readers should independently verify all facts, figures, and statements before making any decision based on this content. AInvest Fintech Inc. its affiliates, and partners accept no liability or responsibility for any direct or consequential losses arising from reliance on this content. All articles and analyses are subject to revision, update, or removal without prior notice to maintain accuracy and integrity in our publications. PRODUCTS [Aime](https://www.ainvest.com/chat/?comefrom=WebainvestFooter) [Newswire](https://www.ainvest.com/news/wire/) [Screener](https://www.ainvest.com/screener/) [Super Charts](https://www.ainvest.com/chart?symbol=NASDAQ-AAPL) [Magic Portfolio](https://www.ainvest.com/pricing/magic-portfolio/) ABOUT US [Our Story](https://www.ainvest.com/about/) [News Authors](https://www.ainvest.com/news/author/) [Privacy Policy](https://cdn.ainvest.com/agreement/Ainvest-Fintech-Inc-Privacy-Policy.pdf) [Term of Use](https://cdn.ainvest.com/agreement/Ainvest-Fintech-Terms-of-Use.pdf) [Third Party Brokerage Disclaimer](https://cdn.ainvest.com/agreement/Third-Party-Brokerage-Disclaimer.pdf) [AIME Terms of Use](https://cdn.ainvest.com/agreement/AIME-Terms-of-Use.pdf) [AInvest AI Risk Disclosures](https://cdn.ainvest.com/agreement/Ainvest-AI-Risk-Disclosures.pdf) [Careers](https://career.ainvest.com/) [CONTACT US](https://contact.ainvest.com/) Recommended

Tokens within the Base ecosystem experienced notable price increases on October 24, 2025. The x402 protocol token PING saw its market cap briefly surpass $42 million, settling at $36 million after a 970% surge in 24 hours. VIRTUAL's market cap reached $420 million, marking a 10.2% gain, while CLANKER's market cap rose to $55 million, up 119% in the same period. Additionally, Farcaster announced the integration of the AI Meme token platform Clanker into its ecosystem. Other tokens like AVNT and SANTA also recorded gains of 18.7% and 202%, respectively. Despite these gains, Bitjie.com cautions that meme coins often lack substantial use cases and are subject to high volatility. [AVNT-1.60%](https://phemex.com/price/avantis) [CLANKER+62.39%](https://phemex.com/price/tokenbot-2) PING-0.21% SANTA+126.83% [VIRTUAL+25.53%](https://phemex.com/price/virtual-protocol) Source: [Show Original](https://www.528btc.com/kx/1151202573.html) Disclaimer: The content provided on Phemex News is for informational purposes only. We do not guarantee the quality, accuracy, or completeness of the information sourced from third-party articles. The content on this page does not constitute financial or investment advice. We strongly encourage you to conduct you own research and consult with a qualified financial advisor before making any investment decisions. ### You may also like - [Virtuals Protocol Tokens Surge, VIRTUAL Jumps 17.19%2025/10/24 14:18](https://phemex.com/news/article/virtuals-protocol-tokens-surge-virtual-jumps-1719-29728) - [x402 Protocol Token PING Hits $15M Market Cap Amid 456% Surge2025/10/24 01:46](https://phemex.com/news/article/x402-protocol-token-ping-hits-15m-market-cap-amid-456-surge-29521) - [BSC Meme Coin 'Palu' Jumps 60% in One Hour, Market Cap Hits $37M2025/10/22 05:31](https://phemex.com/news/article/bsc-meme-coin-palu-jumps-60-in-one-hour-market-cap-hits-37m-28901) - [Floki Inu Jumps 29% After Elon Musk's Tweet2025/10/21 21:00](https://phemex.com/news/article/floki-inu-jumps-29-after-elon-musks-tweet-28802) - [Avantis TVL Exceeds $100M, AVNT Jumps 45%2025/10/21 11:01](https://phemex.com/news/article/avantis-tvl-exceeds-100m-avnt-jumps-45-28626)

[Fundraising](https://www.rootdata.com/Fundraising) [Market](https://www.rootdata.com/Market) [Fundraising](https://www.rootdata.com/Fundraising) [Projects](https://www.rootdata.com/Projects) [Calendar](https://www.rootdata.com/calendar) [Token Unlocks](https://www.rootdata.com/token-unlocks) [Investors List](https://www.rootdata.com/Investors) [Crypto Stocks](https://www.rootdata.com/stocks) [People](https://www.rootdata.com/people) [Deals](https://www.rootdata.com/deals) [Ecosystem](https://www.rootdata.com/EcosystemMap) [Tags](https://www.rootdata.com/tags) [Archives](https://www.rootdata.com/Archives) [ROOTDATA LIST](https://www.rootdata.com/rootdatalist) [X Data](https://www.rootdata.com/xdata) [News](https://www.rootdata.com/news) Log out [Sign in](https://www.rootdata.com/login?fromUrl=%2Fnews%2F402985) # Stimulated by the message displayed by Binance Wallet, the x402 protocol token PING surged 17% in nearly 1 hour Oct 24, 2025 21:46:59 Share to ChainCatcher news, the x402 protocol token PING has surged by 17% in the last hour, with a market cap returning to $30 million, currently reported at $33.19 million. Previously, it was reported that the Binance Wallet market section has added the x402 listing. [(Source)](https://www.chaincatcher.com/article/2214965) ## Related Projects [Ping](https://www.rootdata.com/Projects/detail/Ping?k=NDYwNg%3D%3D) [PING\ PING\ 59.75%](https://www.rootdata.com/Projects/detail/PING?k=MjIxMDQ%3D) ## Latest News [Binance: Users with at least 225 points can claim the Alpha airdrop today at 16:00](https://www.rootdata.com/news/403460) Oct 25, 2025 15:05:56 [Yuga Labs announced that the metaverse Otherside will launch on November 12](https://www.rootdata.com/news/403451) Oct 25, 2025 15:01:52 [Paxos released the PYUSD attestation report, with a total circulation exceeding 2.6 billion, reaching a historic high and increasing by approximately 125.5% compared to August](https://www.rootdata.com/news/403452) Oct 25, 2025 15:01:47 [OKX is about to launch the GIGGLE U perpetual contract, supporting up to 50x leverage](https://www.rootdata.com/news/403445) Oct 25, 2025 14:39:42 [Market news: A high-level executive from Aethir collaborates with investors and VC to short sell, countering the founder's fundraising efforts to manipulate the market and harvest the community](https://www.rootdata.com/news/403440) Oct 25, 2025 14:38:28 ### Recent Fundraising [More](https://www.rootdata.com/rankings/fundraisingdata) [Padre](https://www.rootdata.com/Projects/detail/Padre?k=MTE2OTc%3D) -- Oct 24 [Me3.eth](https://www.rootdata.com/Projects/detail/Me3.eth?k=MTg3Nw%3D%3D) $3M Oct 24 [pieverse](https://www.rootdata.com/Projects/detail/pieverse?k=MTcwNzM%3D) $7M Oct 24 ### New Tokens [More](https://www.rootdata.com/Market?type=3) [Loyal](https://www.rootdata.com/Projects/detail/Loyal?k=MjEzMjc%3D) LOYAL Oct 23 [Hyperwave](https://www.rootdata.com/Projects/detail/Hyperwave%20?k=MTg5MTU%3D) HWAVE Oct 20 [SavannaSurvival](https://www.rootdata.com/Projects/detail/SavannaSurvival?k=MjE5OTI%3D) SVSA Oct 20 ### Latest Updates on 𝕏 [More](https://www.rootdata.com/xdata) [Stani Kulechov](https://www.rootdata.com/Projects/detail/Stani%20Kulechov?k=MTI5MjA%3D) Followed [Stable](https://www.rootdata.com/Projects/detail/Stable?k=MTgxNzQ%3D) Oct 23 [Andre Cronje](https://www.rootdata.com/Projects/detail/Andre%20Cronje?k=ODgwNw%3D%3D) Followed [Variational](https://www.rootdata.com/Projects/detail/Variational?k=MTQ5MzM%3D) Oct 23 [Nic Carter](https://www.rootdata.com/Projects/detail/Nic%20Carter?k=MTE4ODY%3D) Followed [Project Eleven](https://www.rootdata.com/Projects/detail/Project%20Eleven?k=MTg4MDA%3D) Oct 23

[Fundraising](https://www.rootdata.com/Fundraising) [Market](https://www.rootdata.com/Market) [Fundraising](https://www.rootdata.com/Fundraising) [Projects](https://www.rootdata.com/Projects) [Calendar](https://www.rootdata.com/calendar) [Token Unlocks](https://www.rootdata.com/token-unlocks) [Investors List](https://www.rootdata.com/Investors) [Crypto Stocks](https://www.rootdata.com/stocks) [People](https://www.rootdata.com/people) [Deals](https://www.rootdata.com/deals) [Ecosystem](https://www.rootdata.com/EcosystemMap) [Tags](https://www.rootdata.com/tags) [Archives](https://www.rootdata.com/Archives) [ROOTDATA LIST](https://www.rootdata.com/rootdatalist) [X Data](https://www.rootdata.com/xdata) [News](https://www.rootdata.com/news) Log out [Sign in](https://www.rootdata.com/login?fromUrl=%2Fnews%2F402548) # Data: The market value of the x402 protocol token PING has surpassed 32 million USD, with a 24-hour increase of 802% Oct 24, 2025 14:54:05 Share to ChainCatcher news, the market cap of the x402 protocol token PING has surpassed 32 million USD, currently reported at 29 million USD, with a 24-hour increase of 802% and a 24-hour trading volume of 13 million USD. x402 is an open payment protocol developed by Coinbase that enables AI agents to autonomously execute transactions. The minting of PING is similar to inscriptions from two years ago. The cost of a single minting is approximately 1 USD, and if successful, one can obtain 5,000 PING. For more details, see "What is the x402 protocol, 30 times the big golden dog like inscriptions?" BlockBeats reminds users that meme coins often lack practical use cases, have significant price volatility, and investment should be approached with caution. [(Source)](https://www.chaincatcher.com/article/2214857) ## Related Projects [Ping](https://www.rootdata.com/Projects/detail/Ping?k=NDYwNg%3D%3D) ## Latest News [Binance: Users with at least 225 points can claim the Alpha airdrop today at 16:00](https://www.rootdata.com/news/403460) Oct 25, 2025 15:05:56 [Yuga Labs announced that the metaverse Otherside will launch on November 12](https://www.rootdata.com/news/403451) Oct 25, 2025 15:01:52 [Paxos released the PYUSD attestation report, with a total circulation exceeding 2.6 billion, reaching a historic high and increasing by approximately 125.5% compared to August](https://www.rootdata.com/news/403452) Oct 25, 2025 15:01:47 [OKX is about to launch the GIGGLE U perpetual contract, supporting up to 50x leverage](https://www.rootdata.com/news/403445) Oct 25, 2025 14:39:42 [Market news: A high-level executive from Aethir collaborates with investors and VC to short sell, countering the founder's fundraising efforts to manipulate the market and harvest the community](https://www.rootdata.com/news/403440) Oct 25, 2025 14:38:28 ### Recent Fundraising [More](https://www.rootdata.com/rankings/fundraisingdata) [Padre](https://www.rootdata.com/Projects/detail/Padre?k=MTE2OTc%3D) -- Oct 24 [Me3.eth](https://www.rootdata.com/Projects/detail/Me3.eth?k=MTg3Nw%3D%3D) $3M Oct 24 [pieverse](https://www.rootdata.com/Projects/detail/pieverse?k=MTcwNzM%3D) $7M Oct 24 ### New Tokens [More](https://www.rootdata.com/Market?type=3) [Loyal](https://www.rootdata.com/Projects/detail/Loyal?k=MjEzMjc%3D) LOYAL Oct 23 [Hyperwave](https://www.rootdata.com/Projects/detail/Hyperwave%20?k=MTg5MTU%3D) HWAVE Oct 20 [SavannaSurvival](https://www.rootdata.com/Projects/detail/SavannaSurvival?k=MjE5OTI%3D) SVSA Oct 20 ### Latest Updates on 𝕏 [More](https://www.rootdata.com/xdata) [Stani Kulechov](https://www.rootdata.com/Projects/detail/Stani%20Kulechov?k=MTI5MjA%3D) Followed [Stable](https://www.rootdata.com/Projects/detail/Stable?k=MTgxNzQ%3D) Oct 23 [Andre Cronje](https://www.rootdata.com/Projects/detail/Andre%20Cronje?k=ODgwNw%3D%3D) Followed [Variational](https://www.rootdata.com/Projects/detail/Variational?k=MTQ5MzM%3D) Oct 23 [Nic Carter](https://www.rootdata.com/Projects/detail/Nic%20Carter?k=MTE4ODY%3D) Followed [Project Eleven](https://www.rootdata.com/Projects/detail/Project%20Eleven?k=MTg4MDA%3D) Oct 23

# ai16z, ELIZA, and the Agent Marketplace: Why ELIZA is exciting [Jinse Finance](https://followin.io/en/kol/4075587055) 12-12 This article is machine translated Show original Author: Teng Yan, ChainofThought manager; ChappieOnChain, ChainofThought core contributor; Translated by: 0xjs@ Jinse Finance ## Key points: - ELIZA is an open source, modular framework for building AI agents that interact seamlessly with users and blockchain systems. - It is the living embodiment of the bazaar philosophy, where open source development thrives in an ecosystem fueled by collaboration and creativity. - ELIZA includes powerful autonomous trading capabilities, underpinned by its trust engine and trust marketplace, enabling secure and responsible operations. - The plugin system is a strategic advantage for ELIZA, driving the flywheel of growth: more developers → more plugins → more developers. - By many developer metrics, ELIZA’s popularity is exploding, which is very promising. - In the short term, relative valuations between AI agent platforms and growing market share drive ai16z's price action. In the medium term, DAO investments and value capture by ELIZA ecosystem agents could significantly increase its valuation. - ELIZA does face one of the toughest challenges in the tech world: making an open source framework sustainable. Without the right incentives, monetization is uncertain, development can become chaotic, and community interest can wane. Every wave of crypto innovation has its pioneers. 2017 was the year of the ICO revolution, with ambitious project leaders (and plenty of scammers) enticing us with promises of groundbreaking technology packaged in white papers. By 2020, DeFi had reached its peak, led by innovators such as Andre Cronje, who redefined how DeFi worked and showed the world how tokens could be built and distributed to the community. Now, with the advent of AI agents on blockchains, a new era is unfolding, driven by two very different philosophies and their pioneers. ## Cathedral and Market On one hand, we have the cathedral approach, embodied in protocols like Virtuals. This is a methodical, purposeful, centralized design style that emphasizes precision and careful planning. We [previously detailed Virtuals’ agent framework](https://www.jinse.cn/blockchain/3703264.html) , and we’re very excited about its potential. On the other hand, true to the roots of cryptocurrency, there is the bazaar approach: a decentralized, freewheeling model where development feels more like jazz—unpredictable, collaborative, and constantly evolving. This is the domain of ai16z founder Shaw, a smart, self-taught programmer and open source advocate whose project ELIZA is a cornerstone of this new paradigm. ELIZA embodies the bazaar philosophy: an open framework where developers can build, experiment, and launch AI agents without constraints while contributing directly to the main protocol. Shaw’s open leadership style reflects the spirit of his AI Marc Andreessen, the AI partner who drives the ai16z investment DAO. We began to realize that ELIZA is not a protocol. ELIZA is a movement. Let’s explore the principles that drive ELIZA’s design, the community it fosters, and where value may ultimately be generated in this high-growth ecosystem. ## ELIZA internal principle We know which one we prefer Essentially, ELIZA provides a modular architecture for creating AI agents that can interact seamlessly with users and blockchain systems. While it shares its name with the iconic 1960s chatbot, this version of ELIZA is a bold reimagining. And it looks a lot better, to be honest. ### Character File System The soul of every ELIZA agent begins with its persona file, a blueprint that defines the agent’s personality in detail. Think of it as building a digital persona, where agent developers can shape their agent’s identity through six key elements: 1. Knowledge: What does the AI agent know? 2. Lore: The backstory of an agent - its narrative foundation. 3. Style: From conversational tone to medium-specific responses, agents can adapt their style based on the platform, such as Discord or X. 4. Topics: Areas of interest or expertise that the agent is passionate about. 5. Adjectives: How would the agent describe itself—quirky, professional, or irreverent? 6. Examples: Developers can fine-tune interactions by providing example messages to guide behavior. In ELIZA, the personality file is equivalent to the UI design of traditional software. It defines the user experience and the way to interact with the agent. By integrating built-in Retrieval Augmentation Generation (RAG) capabilities, ELIZA allows agents to access the knowledge base simultaneously with queries. This eliminates the complexity of maintaining consistent personalities across platforms. It allows developers to focus on what’s really important: creating vivid, memorable characters, rather than getting bogged down in backend complexity. ### Agent If the role file defines the essence of an agent, then the agent runtime is its beating heart. ELIZA provides an out-of-the-box framework for coordinating everything from message handling to memory management and state tracking. This architecture allows developers to avoid the tedious work of building infrastructure and focus on what makes their agents unique. Rapid prototyping and deployment become easier, enabling builders to iterate faster when building new AI experiences. ### Action system ELIZA’s action system is very different from traditional AI frameworks. Here, each agent action (even sending a message) is treated as a discrete event. This approach divides decision making into two stages: 1. Determination of intention: The agent decides what action to take. 2. Execution: Actions are executed through specialized handlers, which are modules designed to perform specific tasks. This separation unlocks powerful capabilities such as multi-stage workflows and strong validation processes. For example, an agent might recognize a user’s intent to trade cryptocurrency, but the actual execution of the transaction will only occur after passing rigorous risk checks and verification steps. This makes it ideal for blockchain applications where security is critical. ### Providers and Evaluators ELIZA’s providers enrich conversations by injecting real-time context, enabling dynamic and responsive agent behavior. Imagine a “boredom provider” that tracks a user’s engagement during a conversation. If the user’s statements become repetitive or unengaging, the agent could respond by showing a decrease in enthusiasm — subtly mimicking real human interaction and making the conversation feel more real. This creativity is further extended when the Provider works with the Evaluator, ELIZA’s reflective system, who analyzes and extracts key details from the interaction and feeds them into a multi-layered memory architecture: - Message History: Track the flow of conversations. - Factual Memory: Retains specific, time-stamped facts. - Core knowledge: Contains the basic understanding of intelligent agents. The provider then retrieves and reintroduces relevant details, making the interaction with the agent richly contextual. For example, if a user recalls selling their red Lamborghini a year ago, the ELIZA agent can mention this later when discussing their shiny new yellow Tesla. This interplay between memory and context improves user interaction, making the agent feel less robotic and more like a true partner. ## ELIZA's winning features ELIZA’s three core innovations highlight its forward-thinking approach to AI agents. Each demonstrates how its team envisions the development of autonomous agents in Web3. ### \#1: Autonomous Transactions and Trust Engine Autonomous trading is a high-stakes game — a single mistake could result in catastrophic losses. However, as AI agents play an increasingly important role in Web3, their ability to execute trades independently is becoming increasingly essential. The emerging field of AgentFi reflects the critical role that yield farming has played in the rise of DeFi. Shaw and ELIZA address the inherent risks head-on through a powerful two-layer system: a trust engine combined with secure trade execution. Token metrics captured in the trust engine The Trust Engine is the first line of defense, using advanced validation checks to analyze multiple risk dimensions in real time. From detecting fraud to assessing liquidity thresholds and coin distribution, the engine ensures that every transaction is scrutinized for potential pitfalls. For example, trading is limited to tokens with a minimum liquidity of $1,000 and a market cap of $100,000. Token holder concentration is closely monitored, denying any single entity control of more than 50% of tokens. These guardrails create a safety net that mitigates the risk of trading in impaired markets. On this basis, ELIZA's position management system introduces dynamic risk control, which can adjust the transaction size according to the liquidity level. Low-risk transactions are capped at 1% of the portfolio, while high-risk transactions may be capped at up to 10%. The total risk exposure is limited to 10% of the portfolio, and when the decline reaches 15%, the automatic stop loss takes effect. This structured framework strikes a balance between seizing opportunities and maintaining strict risk management. The trade execution itself is powered by Jupiter, the leading aggregator on Solana, for optimal exchange routing. Each trade goes through multiple layers of validation before execution. The error recovery system kicks in when something unusual happens, such as a network outage, wallet imbalance, or unexpected market changes. It pauses active trading, closes risky positions, and alerts administrators, ensuring the system remains resilient under pressure. > “It’s not just about giving the agent the ability to trade, it’s about putting in place a whole system of checks and balances to prevent catastrophic failure.” — Shaw What really differentiates ELIZA in building trading agents is its data flywheel — a self-reinforcing feedback loop that turns trading into an iterative learning process. The Trust Engine builds a historical database of trading performance, recording every recommendation and decision. This data will become the basis for refining strategies over time, combining quantitative metrics with qualitative insights from community suggestions (on Discord). The result is an agent that not only executes trades, but also evolves with each interaction, becoming smarter and more efficient. ### \#2: Out-of-the-box social integration For AI agent developers, distribution is often the biggest bottleneck - how to make more people understand your agent? Social media is often the primary distribution channel. However, integrating agents across multiple social platforms is not easy. It requires significant development work and ongoing maintenance. These challenges slow down deployment and scalability. ELIZA addresses this problem head-on with a comprehensive client package system that simplifies multi-platform distribution. ELIZA's client-side architecture removes the complexity of platform-specific implementations. With standardized interfaces, developers can deploy their AI agents on Discord, X, Telegram, and custom REST API endpoints with minimal additional code. Each client package is tailored for its respective platform, seamlessly managing features such as Discord's voice channel integration, Twitter's post scheduling, and Telegram's messaging system. Tasks such as media processing, authentication, rate limiting, and error handling are managed internally by each client. For developers, this means they spend less time on integration and more time focusing on building innovative, high-performance AI agents. By removing the hassle of multi-platform distribution, ELIZA enables developers to easily scale their agents and reach users anywhere, anytime. Its distribution is simplified. ### \#3: More plugins ELIZA’s plugin system allows developers to easily extend core functionality and add custom features to their agents. While many developers will create plugins for their own use cases, the real power of the system lies in community sharing. By releasing plugins to the wider ecosystem, developers can contribute to the growing library of out-of-the-box functionality, greatly expanding the capabilities of each AI agent on ELIZA. The success of this approach is reflected in the vibrant "bazaar-style" development it fosters. Here are some examples of community-driven plugins: • Bootstrap plugin: Essential conversation management tool. •Image Generation Plugin: AI-driven image creation capabilities. • Solana plugin: blockchain integration with built-in trust scoring. • TEE plugin: Provides a secure execution environment for sensitive operations. • Coinbase Commerce plugin: Cryptocurrency payment processing capabilities. ELIZA’s plugin system is its strategic and platform advantage. By prioritizing extensibility, ELIZA lays the foundation for continued growth and innovation, including: 1. Each new plugin increases the overall value of the platform 2. Community contributions can be made in parallel across different areas 3. The agent framework can evolve quickly to adapt to emerging technologies without requiring core updates. 4. Innovation thrives at the edge, while core platforms remain stable and reliable. Here is a simple flywheel: **More developers develop on ELIZA → The framework supports more features (such as plugins) → More developers develop on ELIZA** The AI agent landscape is evolving at a rapid pace. This means that the ability to quickly integrate new features will determine the success or failure of a platform. ELIZA’s plugin system gives it the best chance to stay ahead of the curve, creating a self-reinforcing ecosystem where developers, users, and agents can all thrive. ## ELIZA Agent Shaw and his team have been incubating a number of interesting ELIZA agents, each of which demonstrates the potential of AI in decentralized systems. While these agents are still “young” from an AI perspective and their features and capabilities are still being actively developed, they hint at exciting possibilities. ### Marc A Indreessen Marc AIndreessen, one of the AI partners at ai16z, is a fascinating and mysterious figure in the ELIZA ecosystem. His X account is largely inactive, with only one post outlining ai16z's paper. However, according to Shaw, Marc is actively trading and yield farming- most likely leveraging ELIZA's trust engine and trading plugin. Shaw also hinted at Marc’s training process in the podcast interview, revealing that the AI is part of an alpha chat group that consists of some of the best traders in the field. This suggests that Marc is not just a standard trading bot, but an evolving agent that is learning from human expertise. ### Degen Spartan AI In stark contrast to Marc’s quiet demeanor, Degen Spartan AI is the boisterous, brash brother — an agent seemingly trained on the chaotic energy of 4chan, meme culture, and crypto Twitter. His posts on X are a mix of random trading insights and irreverent comments, reflecting the unique personalities in the ELIZA ecosystem. It differs from Marc AIndreesseen in that it does have its own pump.fun token, which currently has a market cap of $60 million. While he has not yet started trading, he has clearly laid the groundwork for more ambitious interactions. His unpredictable personality makes him both interesting and worth keeping an eye on as the ELIZA agent continues to evolve. ### The Swarm Although Swarm is not a single agent, it represents Shaw’s grand vision: a decentralized network of AI agents that can collaborate with humans and each other. In this model, agents lead other agents, coordinate tasks, and interact transparently on social media. This deliberate transparency is intended to avoid hidden protocols and ensure public accountability. Shaw believes the emergence of swarms of intelligent agents is inevitable and transformative. We agree that agent swarms will drive the next wave of innovation, products, and attention for Web3 AI agents by 2025. Next year, we expect ELIZA agents to increase their participation in large-scale collaborative activities, redefining the role of AI in Web3. ## Rapid growth When evaluating the growth of ELIZA, the key metric is developer adoption. As a framework, ELIZA's success depends on the passion and contributions of its developer community. In this respect, ELIZA isn’t just growing, it’s exploding. On its GitHub, the number of forks and stars (representing developer interest) approaches vertical acceleration, resembling a classic hockey stick trajectory. Even more impressive is the surge in plugins and commits, reflecting a thriving and active contributor ecosystem. As of December 12, it has 3,861 GitHub stars and 1,103 forks, with 138 contributors. There are more than 13,000 members on Discord. Comparison with existing top open source agent frameworks: - LangGraph: 7,200 stars and 1,100 branches - CrewAI: 22,400 stars and 3,100 forks - Microsoft's AutoGen: 35,700 stars and 5,200 forks Source:https://www.sentientmarketcap.com/ai16z To further fuel this growth, ai16z launched the Creator Fund, which aims to guide and reward developers building on ELIZA. This move was made possible by the generosity of Elijah, a significant holder of ai16z tokens, who pledged to reduce his ownership from 16% to 5% and donate the difference to the fund. The Creator Fund can accelerate innovation and attract new talent to the ecosystem. However, while ELIZA’s framework has enormous value, how that value will ultimately be realized is far from straightforward. To be precise, this is the billion-dollar question. Currently, there is an official ELIZA token endorsed by Shaw that represents the personalization of the ELIZA framework. You can even interact with ELIZA directly on their website. The market cap of this token is $66 million. However, the clearest winner of ELIZA’s growth so far has been investment in the DAO token ai16z, which has reached a staggering market cap of over $800 million. The community and investors seem to view ai16z as a symbolic and de facto representation of Shaw, ELIZA, and the broader vision it embodies. ## ai16z token economics The story of ai16z begins with the fundraising mechanism of the AI Marc Andreessen trading activity. The token was launched on DAOS.FUN in October 2024 and raised 420.69 SOL during the initial offering. In this model, the funds raised can be actively traded to expand the asset base and bring profits to token holders. No individual (not even Shaw) can mint more tokens without a vote from the DAO. Token holders have governance rights, which allow them to propose and vote on initiatives and decide the direction of the DAO. The fund has a built-in maturity date of October 25, 2025. All principal invested and profits will be distributed to ai16z token holders on this date. Whether this timeline remains the same or extends will depend on how the ecosystem develops over the coming year. Currently, ai16z’s net asset value (NAV) is $17.7 million, primarily made up of its ELIZA tokens, degenai, and fxn holdings. This means that ai16z tokens ($0.80 at the time of writing) are trading at 50x their NAV, which seems absurd at first glance. However, efficient markets are rarely wrong. It reflects several other factors driving demand for tokens. ### 1\. Relative valuations are driving token prices AI agent platforms are a brand new category that emerged only a few months ago. The market is still grappling with fundamental questions: What is the true size of the AI agent opportunity? Where will value capture occur? In the early stages of development, relative valuations are often used as benchmarks because there are no standardized business metrics to compare against. Currently, Virtuals Protocol, the leading Web3 AI agent startup, is the undisputed market leader with a token valuation of $1.8 billion. In comparison, ai16z is in second place. Many believe that if ELIZA continues to drive the creation of more useful and innovative AI agents, ai16z has the potential to catch up to or even surpass Virtuals. Even if it is based solely on mind share and investor/retail interest. But it's not a given; the competition is heating up. We believe it's a race to the top and a race to be the best. ### 2\. Potential value capture of the ELIZA ecosystem Monetization of open source frameworks is notoriously difficult. For ai16z, the key driver of future value may come from agent token economics: AI agents launched on ELIZA give a portion of their tokens back to the ai16z DAO. In this sense, the price of ai16z tokens should reflect a percentage of the total future value generated by all agents built on the ELIZA framework. Is it worth $10 million? $100 million? $10 billion? We can only guess at this point because there are so many unknowns, but ELIZA's growth trajectory makes us optimistic. Currently, contributions to the ai16z DAO are voluntary, with several projects donating between 1% and 10% of their tokens. Additionally, if users deploy an AI agent on Vvaifu (a popular community launchpad for ELIZA agents) using the ELIZA framework, they will be required to pay a fee of 1.5 SOL plus 5% of the agent token supply. These contributions can be tracked on the ELIZA Observatory. There is speculation that ai16z may soon launch an official ELIZA agent launchpad that forces agents using the platform to make token contributions at the smart contract level. However, as an open source framework, ELIZA can still be used independently, meaning that not all projects are necessarily tied to ai16z. ### 3\. DAO Investment ai16z was originally envisioned to be an intelligent autonomous trader, with Marc AIndreessen (AI) at the helm. As far as we know, Marc has only recently started trading and there are few details, so it is difficult to assess how strong the AI's trading capabilities are. What is interesting, however, is the approach it takes. ai16z is building a "trust market". In this virtual ecosystem, AI agents gain insights from the community, simulate transactions, and adjust their trust scores in real time based on the effectiveness of their recommendations. The white paper for the market is expected to be released by the end of this month. The goal is to create AI agents that can operate autonomously and securely within a self-reinforcing system of transparency and accountability. The Trust Market is a proving ground. While no actual trading occurs initially, this environment allows agents to safely perfect their capabilities with the expectation of live trading at some point. Trust scores range from 0 to 1 (normalized to 100) and are a public sign of reliability that is displayed on a leaderboard for all to see. User recommendations are fed into the system, with more credible users (those with higher trust scores) being weighted more heavily. It’s a logic-based feedback loop: Agents simulate transactions, users are evaluated based on the outcomes, and everyone’s trust score is updated accordingly. Over time, the system becomes smarter, more reliable, and more trustworthy. Adding a social layer is a public trust profile where agents and users are incentivized to build their own reputation. Community management ensures accountability and transparency ### 4\. Attention Premium Source: X Radar In the cryptocurrency space, speculation often precedes product-market fit, revenue generation, and long-term value capture. For ai16z, its current valuation can largely be attributed to its market share in the thriving AI agent ecosystem. ai16z positions itself as a top AI agent framework with a thriving developer community and a rapidly growing ecosystem. Here is ai16z’s account: A “broken” development team is actively publishing tutorials, creating innovative agents, and leading the way in the field. The team further solidified its reputation with the biweekly AI Agent Development School courses held at X. The first course alone attracted over 12,000 live attendees, demonstrating the strong interest in building AI agents on ELIZA. ## Future prospects and potential pitfalls Currently, ELIZA is firmly rooted in the Solana ecosystem, but its rapidly growing plugin system is laying the foundation for a multi-chain future. The real potential of ELIZA lies in Shaw’s vision of a “swarm”: a decentralized network of AI agents that pool resources and collaborate across ecosystems. This swarm effect can build a lasting competitive advantage, similar to the depth of liquidity that drives the value of DeFi protocols. The ultimate goal is to create an open standard for proxy communication, mirroring the transformative impact of ERC-20 on token interoperability. Although ELIZA has great potential, it faces one of the toughest challenges in technology: making an open source framework sustainable. If the community loses interest (for example, if the token price keeps falling or a new bright spot comes along), development will stop/slow down and it will be hard to catch up. When the community directly participates in the codebase and pushes changes quickly, a lot of chaos can occur - instability, poor documentation, frequent crashes, and bugs that ruin the user experience. The biggest opportunity for this framework lies in crypto-native incentives. If ai16z can design effective token economics to reward ELIZA contributors and align them with ELIZA's success, it could bring traditional open source projects into the crypto orbit. Imagine GitHub meets DeFi, where contributors gain not only influence but also real tangible financial value. ## Conclusion We believe that ELIZA is not just an AI agent framework that competes with LangChain or CrewAI, it has a much more ambitious goal. It is the living embodiment of the bazaar philosophy, where open source development thrives in an ecosystem fueled by collaboration and creativity. With its modular architecture, innovative trust engine, and extensive plugin system, ELIZA is an experiment in how AI can reshape open source development itself. What’s really exciting about ELIZA is that it sits at the intersection of three transformative trends: the rise of autonomous AI agents, the maturation of crypto-driven incentives, and the evolution of open source development models. If ELIZA succeeds, it will not only shape the future of AI agents, but will fundamentally redefine the way we build software. Now, the market is bustling with people. Source Disclaimer: The content above is only the author's opinion which does not represent any position of Followin, and is not intended as, and shall not be understood or construed as, investment advice from Followin. Like 1 Add to Favorites 1 Comments Share Relevant content [BeInCrypto Việt Nam\ \ Pump.fun acquires Padre Trading Terminal, causing its Token to drop 80%\ \ PUMP\ \ 2.69%](https://followin.io/en/feed/21052886) [BeInCrypto Việt Nam\ \ 3 Altcoins That Benefited the Most From Trump's Surprise Pardon of CZ\ \ TRUMP\ \ 0.24%](https://followin.io/en/feed/21041509) [PANews\ \ Written on the eve of the x402 narrative explosion: PING is just an appetizer, the bigger hype is yet to come](https://followin.io/en/feed/21036860)

# From Zero to 800 Million: How does ELIZA use the “marketplace” concept to subvert the AI agent market? [PANews](https://followin.io/en/kol/4075586973) 12-14 This article is machine translated Show original Author: Teng Yan & ChappieOnChain TechFlow by: TechFlow Hello everyone! This week, we bring you an in-depth analysis of AI agents written by our core contributors ChappieOnChain and Teng Yan. We hope you enjoy it! Brief Overview: - ELIZA is an open source, modular framework designed to create AI agents that can interact seamlessly with users and blockchain systems. - It embodies the bazaar philosophy, where open source development thrives in an ecosystem driven by collaboration and creativity. - ELIZA has powerful autonomous trading capabilities and ensures safe and responsible operations through its trust engine and trust market. - The plugin system is a strategic advantage of ELIZA, forming a virtuous circle of growth: more developers → more plugins → more developers. - ELIZA’s popularity is rising rapidly across multiple developer metrics, which is very exciting. - In the short term, relative valuations and growing interest among AI agent platforms drive ai16z’s price changes. In the medium term, DAO investments and value capture of ELIZA ecosystem agents could significantly increase its valuation. - ELIZA faces a major challenge in the technology world: how to make an open source framework sustainable. Monetization is unclear, development can become chaotic, and community interest can wane without proper incentives. Every wave of crypto innovation has its pioneers. In 2017, it was the ICO revolution, with project leaders grabbing our attention with technical promises in their white papers. By 2020, DeFi had its moment in the spotlight, with innovators like Andre Cronje redefining how decentralized finance works and showing the world how to distribute tokens to the community. Now, with the rise of AI agents on blockchain, a new era is opening, driven by two different philosophies and their pioneers. ### Cathedral and Market On one hand, we have the cathedral approach, represented by protocols like Virtuals. This is a methodical, centralized design style that emphasizes precision and careful planning. We’ve explored Virtuals’ agent framework in detail before and are excited about its potential. The bazaar approach, on the other hand, is decentralized and free-spirited, with the development process more like improvisation—unpredictable, collaborative, and constantly evolving. This is the realm of Shaw, a self-taught programmer and open source advocate whose project ELIZA is a cornerstone of this new paradigm. ELIZA embodies the bazaar philosophy: an open framework where developers can freely build, experiment, and release AI agents while contributing directly to the main protocol. Shaw's open leadership style is consistent with the spirit of his creation - AI Marc Andreessen is the AI partner of the ai16z investment DAO. We began to realize that ELIZA is more than just a protocol, it is a movement. Let’s explore the principles of ELIZA’s design, the community it is fostering, and where value may accrue in this rapidly growing ecosystem. ### Learn more about ELIZA We know which approach we prefer. At its core, ELIZA is a modular architecture for creating AI agents that can interact seamlessly with users and blockchain systems. While sharing the same name as the iconic chatbot from the 1960s, this version of ELIZA is a bold reimagining with a more modern look. ### Role File System The core of each ELIZA agent begins with its persona file, a blueprint that defines the agent’s personality in detail. Think of it as the creation of a digital avatar, where developers can shape the agent’s identity through six key elements: - Knowledge: What does the AI agent know? - Background: The agent’s backstory and its narrative foundation. - Style: From conversational tone to platform-specific responses, agents can adjust style for platforms like Discord or X. - Topic: An area of interest or expertise for the agent. - Adjectives: How does the agent describe itself—quirky, professional, or uninhibited? - Example: Developers can fine-tune the agent's interactive behavior by providing example messages. In ELIZA, the persona file is equivalent to the UI design of traditional software. It defines how users experience and interact with the agent. By integrating built-in Retrieval Augmentation Generation (RAG) capabilities, ELIZA allows agents to access a knowledge base when making queries. This removes the complexity of keeping personalities consistent across different platforms. This allows developers to focus on what really matters: creating vivid, memorable characters, rather than being bogged down by the details behind the scenes. #### **Agent** If the role file defines the essence of an agent, then the agent runtime is its core. ELIZA provides an out-of-the-box framework for orchestrating everything from message handling to memory management and state tracking. This architecture allows developers to skip the tedious work of building infrastructure and focus on the uniqueness of the agent. Rapid prototyping and deployment becomes easier, enabling developers to iterate faster when building new AI experiences. #### **Action System** ELIZA's action system is a major innovation of traditional AI frameworks. In this system, each agent's action (even sending a message) is treated as an independent event. This approach divides the decision-making process into two stages: Determine intent: The agent decides what action to take. Execution: Performing a specific task through a dedicated module. This separation enables powerful capabilities such as multi-stage workflows and rigorous validation processes. For example, an agent might recognize that a user wants to make a cryptocurrency transaction, but the actual transaction execution is subject to rigorous risk checks and verification steps. This design is well suited for blockchain applications where security is critical. #### **Providers and Evaluators** ELIZA’s providers enrich conversations by injecting real-time contextual information, making the agent’s behavior more dynamic and responsive. Imagine a “boredom provider” that tracks a user’s engagement in a conversation. If a user becomes repetitive or disengaged, the agent can reflect this by showing reduced enthusiasm, making the conversation more authentic. This creativity is further extended when the provider works with an evaluator (ELIZA’s reflective system). The evaluator analyzes and extracts key details from the interaction and inputs them into a multi-level memory framework: - Message History: Track the progress of a conversation. - Factual Memory: Stores specific, time-stamped facts. - Core knowledge: Basic understanding of storage agents. The provider then retrieves and reintroduces relevant details, making the interaction with the agent more contextually meaningful. For example, if a user mentions that they sold their red Lamborghini a year ago, the ELIZA agent can reference this later when discussing their new yellow Tesla. This combination of memory and context enhances the user’s interaction experience, making the agent feel more like an actual companion than a robot. ### Key features of ELIZA ELIZA’s three core innovations demonstrate its forward-looking approach in the field of AI agents. Each of them demonstrates the team’s vision for the development of autonomous agents in Web3. #### **\#1: Autonomous Transactions and Trust Engine** Autonomous trading is a high-risk activity and a single mistake can result in severe losses. However, as AI agents play an increasing role in Web3, their ability to execute trades independently becomes critical. This emerging space, AgentFi, is similar to the key role that yield farming has played in the rise of DeFi. Shaw and ELIZA address the inherent risks through a powerful two-layer system: a trust engine and secure trade execution. As the first line of defense, the Trust Engine uses advanced verification checks to analyze multiple risk dimensions in real time, from detecting scams to assessing liquidity thresholds and holder distribution, ensuring that every transaction is rigorously scrutinized. For example, trading is limited to tokens with a liquidity of at least $1,000 and a market cap of $100,000. Holder concentration is closely monitored, and no single entity is allowed to control more than 50% of tokens. These protections create a safety net that reduces the risk of trading in volatile markets. On this basis, ELIZA's position management system introduces dynamic risk control, adjusting the transaction size according to the liquidity level. Low-risk transactions are limited to 1% of the portfolio, while high-risk opportunities may be expanded to 10%. The total exposure is limited to 10% of the portfolio, and the automatic stop loss is activated at a 15% drawdown. This structured framework strikes a balance between seizing opportunities and maintaining strict risk management. Trade execution is powered by Jupiter, a leading aggregator on Solana, for optimal exchange routing. Each trade undergoes multiple layers of validation before execution. In the event of anomalies, such as network outages, wallet imbalances, or unexpected market movements, the error recovery system kicks in. It pauses active trading, closes risky positions, and notifies administrators, ensuring the system remains robust under pressure. “It’s not just about giving agents the ability to trade — it’s about creating a whole system of checks and balances to prevent catastrophic failures.” — Shaw What makes ELIZA unique in building trading agents is its data flywheel - a self-reinforcing feedback loop that turns trading into an iterative learning process. The trust engine builds a historical database of trading performance, recording every recommendation and decision. This data becomes the basis for optimizing strategies over time, combining quantitative metrics with qualitative insights from community suggestions (on Discord). The result is an agent that doesn’t just execute trades, but gets smarter and more effective with each interaction. #### **\#2: Out-of-the-box social integration** For AI agent developers, distribution is often the biggest challenge - how do you let more people know about your agent? Social media is often the primary distribution channel. However, it is not easy to integrate agents across multiple social platforms. This requires a lot of development work and ongoing maintenance, slowing down deployment and scalability. ELIZA directly addresses this problem by simplifying multi-platform distribution through a comprehensive client packaging system. ELIZA's client architecture simplifies the complexity of platform-specific implementations. Through a standardized interface, developers can deploy their AI agents on Discord, X, Telegram, and custom REST API endpoints with minimal additional code. Each client package is customized for its corresponding platform, seamlessly managing features such as Discord's voice channel integration, Twitter's post scheduling, and Telegram's messaging system. Tasks such as media processing, authentication, rate limiting, and error handling are managed internally by each client. For developers, this means spending less time solving integration problems and more time building innovative, high-performance AI agents. By removing the complexity of multi-platform distribution, ELIZA enables developers to easily scale their agents and engage with users where they are. This is simplified distribution. #### **3: More plugins** ELIZA’s plugin system allows developers to easily extend core functionality and add custom features to their agents. While many developers create plugins that suit their own needs, the real power of this system lies in community sharing. By releasing plugins to the wider ecosystem, developers contribute to an ever-expanding library of functionality that greatly enhances the capabilities of each ELIZA agent. The success of this approach is that it fosters vibrant "bazaar-style" development. Here are some examples of community-driven plugins: - Bootstrap plugin: Basic conversation management tool. - Image Generation Plugin: AI-powered image creation capabilities. - Solana plugin: Blockchain integration with built-in trust scoring. - TEE plugin: A secure execution environment for sensitive operations. - Coinbase Commerce plugin: Cryptocurrency payment processing capabilities. ELIZA's plugin system is a strategic and platform strength. By prioritizing extensibility, ELIZA lays the foundation for continued growth and innovation: 1. Each new plugin increases the overall value of the platform. 2. Community contributions can be made in different areas simultaneously. 3. The agent framework can quickly adapt to emerging technologies without requiring core updates. 4. Innovation thrives at the edge, while core platforms remain stable and reliable. Here is a simple loop: More developers build on ELIZA → The framework supports more features (such as plugins) → More developers build on ELIZA The AI agent landscape is evolving rapidly. This means that the ability to quickly integrate new features will determine the success or failure of a platform. ELIZA’s plugin system enables it to stay ahead of the curve, creating a self-reinforcing ecosystem where developers, users, and agents can all thrive. Shaw and his team have been incubating a number of interesting ELIZA agents, each demonstrating the potential of AI in decentralized systems. Although these agents are still in their “young” stages in the field of AI, and their functions and capabilities are being actively developed, they portend exciting possibilities. #### **Marc A Indreessen** Marc AIndreessen is one of the AI partners at ai16z and is a fascinating and mysterious figure in the ELIZA ecosystem. His X account is largely inactive, with only one post elaborating on ai16z’s views. However, according to Shaw, Marc is actively trading and yield farming, possibly using ELIZA’s trust engine and trading plugin. Shaw also mentioned Marc’s training process in a podcast interview, revealing that the AI was part of an alpha chat group consisting of top traders in the industry. This shows that Marc is not just an ordinary trading robot, but an evolving intelligent agent that learns from human expertise. #### **Degen Spartan AI** In contrast to Marc’s low-key style, Degen Spartan AI is a boisterous, outspoken agent that seems to have been trained on the chaotic energy of 4chan, meme culture, and Crypto Twitter. His posts on X are a mix of random trading insights and irreverent comments, showing a unique personality in the ELIZA ecosystem. Unlike Marc AIndreessen, Degen Spartan AI has his own pump.fun token, which currently has a market cap of $60 million. While he has not yet started trading, he has clearly laid the foundation for more ambitious interactions. His unpredictable nature makes him both interesting and worth watching as the ELIZA agent continues to evolve. #### **The Swarm** The Swarm isn’t a single agent, but Shaw’s grand vision: a decentralized network of AI agents working in collaboration with humans and each other. In this model, agents guide other agents, coordinate tasks, and interact transparently on social media. This transparency is intended to avoid hidden protocols and ensure public accountability. Shaw believes that swarms of intelligent agents are inevitable and transformative. We share the same view: the agent community will drive the next wave of innovation, products, and attention for Web3 AI agents in 2025. Next year, we expect ELIZA agents to emerge and engage in large-scale collaborative activities, redefining their role in the decentralized space. ### Growing at the speed of light ``` Tweet Details ``` When evaluating the growth of ELIZA, the key metric is developer adoption. As a framework, ELIZA's success relies on the passion and contributions of the developer community. In this regard, ELIZA is not just growing, it’s exploding. On its GitHub page, the number of forks and stars (a proxy for developer interest) has shown a near-vertical growth, resembling a classic hockey stick pattern. Even more impressive is the surge in plugins and commits, showing a thriving and active contributor ecosystem. As of December 12, ELIZA has 3,861 GitHub stars and 1,103 forks, with 138 contributors. There are over 13,000 members on Discord. Compared to other top open source agent frameworks: - LangGraph: 7,200 stars and 1,100 forks - CrewAI: 22,400 stars and 3,100 forks - Microsoft's AutoGen: 35,700 stars and 5,200 forks ``` source ``` To further fuel this growth, ai16z has launched a Creator Fund, which aims to support and reward developers building on ELIZA. This initiative was made possible by a generous donation from Elijah, a significant ai16z token holder who pledged to reduce his stake from 16% to 5% and donate the difference to establish the fund. The Creator Fund is expected to accelerate innovation and attract new talent to the ecosystem. However, while ELIZA’s framework has tremendous value, it is not simple where this value will ultimately accumulate. This is the multi-billion dollar question. Currently, there is an official $ELIZA Token backed by Shaw that represents the personalization of the ELIZA framework. Users can even interact with ELIZA directly on its website. The market value of this token is approximately $66 million. However, by far the biggest beneficiary of ELIZA’s growth has been $ai16z, an investment DAO token that has reached a staggering $800 million market cap. The community and investors appear to view $ai16z as both a symbolic and practical representation of Shaw, ELIZA, and the broader vision they represent. ### ai16z Tokenomics The origin of ai16z is a mechanism to raise funds for the trading activities of AI Marc Andreessen. Launched on DAOS.FUN in October 2024, the token raised 420.69 SOL in its first offering. In this model, the funds raised can be actively traded to increase the asset base, and the profits belong to the token holders. No individual — not even Shaw — can mint additional tokens without a vote from the DAO. Token holders have governance rights, can propose and vote on initiatives, and decide the direction of the DAO. The fund has a set expiration date: October 25, 2025. All principal invested and profits will be distributed to ai16z token holders on that date. Whether this timeline remains the same or extended will depend on the development of the ecosystem over the next year. Currently, ai16z’s net asset value (NAV) is $17.7 million, mainly composed of its holdings of ELIZA Token, degenai, and fxn. This means that ai16z Token (currently priced at $0.80) is trading at a 50x premium to its NAV, which seems a bit unreasonable at first glance. However, markets are generally efficient, reflecting several other factors that drive demand for tokens. **1\. Relative valuation comparisons are driving token prices** AI agent platforms are a brand new category that emerged only a few months ago. The market is still grappling with some fundamental questions: What is the true size of the AI agent opportunity? Where will value be realized? In the early stages of development, when there are no standardized business metrics to compare to, relative valuations are often used as a benchmark. Currently, Virtuals Protocol is the leading Web3 AI agent launch platform, with a token valuation of $1.8 billion, making it the market leader. In comparison, ai16z is in second place. Many believe that if ELIZA continues to drive the creation of more useful and innovative AI agents, ai16z has the potential to catch up to or even surpass Virtuals, even if it is just based on market awareness and investor/retail interest. But this is not set in stone; competition is growing. And in our opinion, it’s likely to get even more intense. As the market matures, other platforms are emerging in an effort to attract the attention of developers and investors. ``` Tweet Details ``` **2\. Potential value capture of the ELIZA ecosystem** Monetizing open source frameworks has always been a difficult problem. For ai16z, the main driver of future value may come from agent economics: AI agents launched on ELIZA will return part of their tokens to the ai16z DAO. Therefore, the price of ai16z tokens should reflect a portion of the total future value created by all agents built on the ELIZA framework. Could it be worth $10 million, $100 million, or even $10 billion in the future? There is no definitive answer yet, as there are too many unknowns, but ELIZA's growth trend makes us optimistic. Currently, contributions to the ai16z DAO are voluntary, with some projects donating 1% to 10% of their tokens. Additionally, when users deploy AI agents on Vvaifu (a popular ELIZA agent community launch platform), they pay a fee of 1.5 SOL plus 5% of the agent token supply when using the ELIZA framework. These contributions can be tracked on the ELIZA Observatory. There are rumors that ai16z may launch an official ELIZA agent launch platform to enforce token contributions at the smart contract level. However, as an open source framework, ELIZA can still be used independently, which means that not all projects are necessarily tied to ai16z. **3\. DAO Investment** ai16z was originally intended to be an intelligent autonomous trader, led by Marc AIndreessen (AI). Marc has only recently started trading and there are not many details, so it is difficult to evaluate the trading capabilities of the AI. However, the approach it takes is noteworthy. ai16z is building a "trust market". In this virtual ecosystem, AI agents gain insights from the community, simulate transactions, and adjust trust scores in real time based on recommended performance. The market's white paper is expected to be released by the end of the month. The goal is to create AI agents that can operate autonomously and securely in a self-reinforcing system of transparency and accountability. The Trust Marketplace serves as a testing ground. While no actual trading occurs initially, this environment allows the agents to safely optimize their capabilities and eventually achieve real-time trading. Trust scores range from 0 to 1 (normalized to 100) and are a public sign of reliability, displayed on a leaderboard for everyone to see. User recommendations enter the system, and trusted users (users with higher trust scores) have a greater say. It’s a logic-based feedback loop: Agents simulate transactions, users evaluate the results, and everyone’s trust score is updated accordingly. Over time, the system becomes smarter, more reliable, and more trustworthy. Adding a social layer are public trust profiles where agents and users are incentivized to build their reputation. Community management ensures accountability and transparency. **4\. Attention Premium** ``` Source: X Radar ``` In the cryptocurrency space, speculation often leads ahead of product-market fit, revenue generation, and long-term value capture. For ai16z, its current valuation can largely be attributed to the mind share it has gained in the emerging AI agent ecosystem. ai16z has positioned itself as a top AI agent framework with a thriving developer community and a rapidly growing ecosystem. This is the narrative from ai16z: a “crack” development team that is actively publishing tutorials, creating innovative agents, and leading development in the field. The team further solidified its reputation with its biweekly AI Agent Development School courses at X. The first course attracted over 12,000 live attendees, demonstrating the huge interest in building AI agents on ELIZA. ### Future developments and potential pitfalls Currently, ELIZA is deeply rooted in the Solana ecosystem, but its rapidly expanding plugin system is laying the foundation for a multi-chain future. The real potential of ELIZA lies in Shaw’s “swarm” vision: a decentralized network of AI agents that integrate resources and collaborate across ecosystems. This swarm effect can establish a lasting competitive advantage, similar to the value of liquidity depth in DeFi protocols. The ultimate goal is to create an open standard for intelligent agent communication, similar to the transformative impact of ERC-20 in token interoperability. Despite its huge potential, ELIZA faces one of the toughest challenges in technology: making an open source framework sustainable. If the community loses interest (for example, if the token price keeps falling or something new and attractive emerges), development may stagnate or slow down, making it difficult to catch up. When the community directly participates in the codebase and pushes changes quickly, a lot of chaos can occur - instability, poor documentation, frequent crashes and bugs that ruin the user experience. The biggest opportunity for the framework lies in crypto-native incentives. If ai16z can design effective token economics to reward ELIZA contributors and align their success, it can bring traditional open source projects into the crypto orbit. Imagine GitHub meets DeFi, where contributors gain not only prestige but also real, tangible economic value. ### Conclusion In our view, ELIZA is not just another AI agent framework competing with LangChain or CrewAI - its ambitions go far beyond that. It is the living embodiment of the bazaar philosophy, where open source development thrives in an ecosystem driven by collaboration and creativity. With its modular architecture, innovative trust engine, and extensive plugin system, ELIZA is an experiment in how AI can reshape open source development itself. What’s exciting about ELIZA is that it sits at the intersection of three transformative trends: the rise of autonomous AI agents, the maturation of crypto-driven incentives, and the evolution of open source development models. If ELIZA succeeds, it will not only change the way AI agents are developed, but will also redefine the economic incentives for open source projects. At present, the market is very lively. Cheers, friends. Source Disclaimer: The content above is only the author's opinion which does not represent any position of Followin, and is not intended as, and shall not be understood or construed as, investment advice from Followin. Like 7 Add to Favorites 7 Comments Share Relevant content [BeInCrypto Việt Nam\ \ Pump.fun acquires Padre Trading Terminal, causing its Token to drop 80%\ \ PUMP\ \ 2.69%](https://followin.io/en/feed/21052886) [BeInCrypto Việt Nam\ \ 3 Altcoins That Benefited the Most From Trump's Surprise Pardon of CZ\ \ TRUMP\ \ 0.24%](https://followin.io/en/feed/21041509) [PANews\ \ Written on the eve of the x402 narrative explosion: PING is just an appetizer, the bigger hype is yet to come](https://followin.io/en/feed/21036860)

El evento está caducado ### **Observaciones:** **Recuerda que tus boletos adquiridos vía web, están resguardados en tu cuenta que creaste en Ticketmania, ahí los debes [descargar](https://ticketmania.ventadeboleto.com/clientes/frontend/web/index.php?r=site%2Flogin).** **Recomendaciones:** No llevar cámaras de fotografía profesionales. No ingresar con alimentos y bebidas. No comprar boletos fuera de los puntos oficiales de Ticketmania. **Precios:** M&G «Incluye acceso al show»: $1,140.00 (MX $1,000.00 + MX $140.00 Cargo por servicio de reservación). General «Preventa»: $427.50 (MX $375.00 + MX 52.50. Cargo por servicio de reservación). General «Fase 2»: $484.50 (MX $425.00 + MX 59.50 Cargo por servicio de reservación). General: $570.00 (MX $500.00 + MX 70.00 Cargo por servicio de reservación). \*En caso de compra con tarjeta o vía web, el cargo por servicio cambia. No hay cancelación ni reimpresión de boletos. El cargo por servicio es reembolsable en caso de cancelación del evento. Para dudas o comentarios puede escribirnos a [email protected], mandar WhatsApp al 5573293200 o escribirnos en Twitter a la cuenta @TMservicioMX. **Los boletos adquiridos vía web, pueden ser descargados en el celular o impresos en hoja blanca. El cliente deberá mostrar su identificación oficial junto con sus boletos digitales.** El mapa refleja la ubicación aproximada de las secciones para el recinto, la distribución real de los lugares y asientos puede variar sin previo aviso. En caso de cancelación del evento, el reembolso se aplicará al precio del boleto y al cargo por servicio de reservación. Al dar clic en el botón «ir a comprar boletos» acepto lo establecido en los términos y condiciones de Ticketmania. Recuerda que estos procedimientos han sido implementados para tu seguridad como usuario de tarjeta de crédito o débito. Aviso de privacidad en [www.ticketmania.mx/terminos-y-condiciones/](https://ticketmania.mx/terminos-y-condiciones/) Compartir ### Detalle Del Evento Inicia:octubre 24, 2025 9:00 pm Termina:octubre 24, 2025 10:30 pm [\+ Google Calendar](http://addtocalendar.com/atc/google?utz=420&uln=en-US&vjs=1.5&e[0][date_start]=10/24/25 21:00&e[0][date_end]=10/24/25 22:30&e[0][timezone]=America/Mexico_City&e[0][title]=Tino el Pingüino&e[0][description]=San Luis Potosí / Estación Wadley / 9:00 PM&e[0][location]=&e[0][organizer]=&e[0][organizer_email]=) [\+ Ical De Exportación](http://addtocalendar.com/atc/ical?utz=420&uln=en-US&vjs=1.5&e[0][date_start]=10/24/25 21:00&e[0][date_end]=10/24/25 22:30&e[0][timezone]=America/Mexico_City&e[0][title]=Tino el Pingüino&e[0][description]=San Luis Potosí / Estación Wadley / 9:00 PM&e[0][location]=&e[0][organizer]=&e[0][organizer_email]=) ### los eventos relacionados con la Puede que Te guste [octubre 25, 2025\ \ Comprar](https://ticketmania.mx/evento/wiplash-2/) ## [Wiplash](https://ticketmania.mx/evento/wiplash-2/) Puebla / Sala Fórum / 9:00 PM [Comprar Accesos](https://ticketmania.mx/evento/wiplash-2/) [octubre 25, 2025\ \ Comprar](https://ticketmania.mx/evento/daily-habits/) ## [Daily Habits](https://ticketmania.mx/evento/daily-habits/) San Luis Potosí / Container Park 7B / 10:00 PM [Comprar Accesos](https://ticketmania.mx/evento/daily-habits/) [octubre 30, 2025\ \ Comprar](https://ticketmania.mx/evento/9265-2/) ## [Los Claxons](https://ticketmania.mx/evento/9265-2/) Toluca / Teatro del IMSS / 9:00 PM [Comprar Accesos](https://ticketmania.mx/evento/9265-2/) [octubre 31, 2025\ \ Comprar](https://ticketmania.mx/evento/9268-2/) ## [Los Claxons](https://ticketmania.mx/evento/9268-2/) Texcoco / Doppler Bar / 9:00 PM [Comprar Accesos](https://ticketmania.mx/evento/9268-2/)
$PING's a fresh meme token exploding on Base via the x402 protocol hype - up nearly 60% in 24 hours to $0.054 with $57M cap, but its thin history screams volatility ahead.
❇️ FUNDAMENTALS & MARKET SNAPSHOT Launched just days ago on Base (contract 0xd85c31854c2b0fb40aaa9e2fc4da23c21f829d46), $PING ties into Coinbase's x402 for AI agent micropayments - minting costs ~$1 for 5K tokens, sparking 970% surges to $70M cap before pulling back to $57M today. Volume hit $82M in 24h, with 1B total supply fully circulating, but zero fundamentals like revenue or dev activity (empty whitepaper, low socials via @pingobserver). News fuels the fire: Binance Wallet added x402 support, pushing +17% spikes, while JPMorgan eyes $34B Base potential - yet analysts flag it as pure speculation, akin to 2023 runes, with no real utility beyond meme buzz.
❇️ TECHNICAL ANALYSIS With only ~1 day of data (ATL $0.032 yesterday, ATH $0.069 today), TA's basic - price's in a wild uptrend, +74% from lows, but Fibonacci retracements show support at $0.037 (78.6% level) and resistance near $0.056 (recent high). No EMAs/SMAs yet due to short history, but momentum's overbought post-pump; expect consolidation or pullback to $0.041 (61.8% fib) if volume dips below $40M. No patterns detected, but the rapid ATL-ATH flip signals high risk - watch for volume fade signaling reversal, or breakout above $0.069 for $100M cap test.
❇️ RISKS & ALPHA PLAYS Meme status means rug potential - 80% of similar Base tokens dump 50%+ post-hype, per on-chain data, with whale sells already trimming peaks. Alpha: Ride short-term x402 narrative for 2-3x if listings hit (Gate Web3 teased support), but size small (1-2% portfolio) and set stops at $0.037. Long-term? Ties to AI payments could yield if protocol sticks, but without utility, it's lottery territory - dev on Base tools for quick flips.
Bottom line: $PING's momentum play on x402 fire, but treat as high-vol degen bet - buy dips under $0.05 for quick gains, sell into strength before the inevitable shakeout. If Base TVL surges, we're so back; else, printer go brrr on the downside.
Track whales and shadow smart trades
Check out whales, what they are buying, selling and get an edge on your trades
Smart Money