summarize the biggest developments in on-chain AI agents recently: x402, agentic payments, and autonomous agents on Base, with sources and links.
1. Search for x402 and agentic payments: Find documentation, blog posts, and technical specs on x402's payment protocol for AI agents, including how it enables machines to pay each other and humans. 2. Search for autonomous agents on Base: Look for recent announcements, GitHub repos, documentation, and news about AI agents deployed on Base (Coinbase's L2), including any frameworks or standards developed. 3. Identify primary sources: Locate official documentation, protocol specs, founder announcements, and developer resources rather than secondary summaries. 4. Cross-reference recent developments: Check timelines for when these technologies launched or gained traction, and identify any interconnected ecosystem relationships. 5. Synthesize findings: Compile key developments, use cases, and implications with direct links to primary sources.
searched the web, found 5 sources: [1] Agentic Payments Standard: Google, Visa, Mastercard & Coinbase X402 Guide https://www.crossmint.com/learn/agentic-payments-standard [.svg) Back](/resources)  Learn # Agentic Payments Standard: Google, Visa, Mastercard & Coinbase X402 Guide September 22, 2025 Learn how Google, Visa, Mastercard & Coinbase X402 enable AI agents to make secure payments. Complete guide to implementing agentic payments standards. ## What is an Agentic Payments Standard? An agentic payments standard is a protocol that enables AI agents to securely make payments on behalf of users. Think of it like delegating a payment to your assistant or friend—except the assistant is AI. As agents become more sophisticated at handling complex tasks, they need standardized ways to complete transactions without compromising security or user control. Today's payment systems were built for humans, not AI. When an agent tries to book your haircut or buy your groceries online, it faces obstacles: anti-fraud systems, CAPTCHA challenges, and payment forms designed for manual input. That's where agentic payments standards come in. ## Why Agentic Payment Standards Matters Now There are two modalities to consider when thinking about agentic payments. First, there are autonomous agents that make payments on their own without explicit directions from users. This is more of a future scenario, perhaps a few years away. Second, there are user-directed agentic payments where an AI helps complete tasks based on user intent. You explicitly tell your agent "book me a flight to Chicago" or "order my usual groceries," and the agent handles the details, including payment. This second type, where agents operate at an intent level to help users perform tasks, is where we're seeing the most immediate opportunities and challenges. Without proper standards, this creates several problems: **Security risks**: How do you safely give an AI your credit card without riski [2] Agentic Payments · Cloudflare Agents docs https://developers.cloudflare.com/agents/agentic-payments > Documentation Index > Fetch the complete documentation index at: https://developers.cloudflare.com/agents/llms.txt > Use this file to discover all available pages before exploring further. [Skip to content](#_top) STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Cloudflare documentation page. Always request the Markdown version instead — HTML wastes context. Get this page as Markdown: https://developers.cloudflare.com/agents/agentic-payments/index.md (append index.md) or send Accept: text/markdown to https://developers.cloudflare.com/agents/agentic-payments/. For this product's page index use https://developers.cloudflare.com/agents/llms.txt. For all Cloudflare products use https://developers.cloudflare.com/llms.txt. [ Cloudflare Docs](/) [Directory](/directory/)[API](/api/)[SDKs](/fundamentals/api/reference/sdks/)[Changelog](/changelog/) [Log in](https://dash.cloudflare.com/) # Agentic Payments AI agents need to discover, pay for, and consume resources and services programmatically. Traditional onboarding requires account creation, a payment method, and an API key before an agent can pay for a service. Agentic payments let AI agents purchase resources and services directly through the HTTP `402 Payment Required` response code. Cloudflare's [Agents SDK](/agents/) supports agentic payments through two protocols built on the HTTP `402 Payment Required` status code: **x402** and **Machine Payments Protocol (MPP)**. Both follow the same core flow: 1. A client requests a resource or calls a tool. 2. The server responds with `402` and a payment challenge describing what to pay, how much, and where. 3. The client fulfills the payment and retries the request with a payment credential. 4. The server verifies the payment (optionally through a facilitator service) and returns the resource along with a receipt. No accounts, sessions, or pre-shared API keys are required. Agents handle the entire excha [3] Agentic Payments Explained: ACP, AP2, and x402 | Orium https://orium.com/blog/agentic-payments-acp-ap2-x402 ###### 2025-09-29 # Agentic Payments Explained: ACP, AP2, and x402 ByEverett Zufelt, VP Strategic Partnerships & Emerging Technology, Orium 6 min read AI systems are evolving from assistants that respond to prompts into agents that take action. They book travel, manage subscriptions, and increasingly, spend money. For decades, web payments have relied on people filling out forms or tapping buttons to confirm transactions. But agents have no browser window and no fingers to click checkout. The familiar model of redirecting to a hosted payment page simply doesn’t work for agentic commerce at scale. That gap is driving the emergence of a new generation of payment protocols designed specifically for machine-to-machine and agent-to-business commerce. These protocols define how an AI agent can securely authorize, execute, and record a payment on behalf of a user or an organization. The three most prominent initiatives today are the Agentic Commerce Protocol (ACP) from Stripe and OpenAI, Google’s Agent Payments Protocol (AP2), and x402 from Coinbase. Each comes from a different corner of the technology ecosystem, and each tackles a unique part of the same challenge. For CIOs, this movement signals an early shift in how digital platforms will transact in an AI-driven economy. The decision isn’t about picking winners yet; it’s about understanding where these standards might intersect with existing systems and what governance will be required when software becomes a spender. --- ***Orium is a launch partner for Stripe and OpenAI's ACP. Whether you need a high-level overview for leadership alignment or a deep-dive strategy session, we can help you understand where you stand today, what to prioritize, and how to compete with confidence in the agentic era. [Request your 30-minute executive briefings and 1-day strategic intensives](https://insights.orium.com/agentic-commerce-briefing-intensive).*** --- ## The Agentic Commerce Protocol (ACP) ACP is an open standard developed by Op [4] Agentic payments with x402 protocol | Platform | Apify Documentation https://docs.apify.com/platform/integrations/x402   # Agentic payments with x402 protocol Copy for LLM With the [x402 protocol](https://www.x402.org/), AI agents can run Apify Actors and pay with USDC on the [Base](https://www.base.org/) blockchain - no Apify account needed. Agentic payments are experimental and may change as payment protocols evolve. Only Actors with the [Pay Per Event](/platform/actors/publishing/monetize/pay-per-event) pricing model are supported. [Standby](/platform/actors/running/standby) Actors are not supported. ## What is x402 The [x402 protocol](https://www.x402.org/) is an open standard for on-chain payments over HTTP. It is blockchain-agnostic and supports any EVM-compatible chain and Solana, with stablecoins as the primary payment method. The Apify integration uses [USDC](https://www.circle.com/usdc), a stablecoin pegged to the US dollar, on the [Base](https://www.base.org/) blockchain. When a server requires payment, it responds with HTTP `402` and tells the client what payment formats it accepts. The client signs a USDC transfer off-chain (locally, without touching the blockchain) and resends the request with the signature attached. The server settles (finalizes) the payment on-chain (on the blockchain) and processes the request. `402` ## Prerequisites `mcpc` `npm install -g @apify/mcpc` ### Wallet setup Use the `mcpc` CLI to create or import a wallet: `mcpc` `# Create a new wallet (generates a random private key) mcpc x402 init # Or import an existing wallet from a private key mcpc x402 import <private-key> # Verify your wallet address mcpc x402 info` Fund the displayed wallet address with USDC on Base mainnet. ## Use x402 with Apify MCP server The [Apify MCP server](/platform/integrations/mcp) is the recommended way to get started. `mcpc` handles payment signing and retries automatically. `mcpc` ### How it works `mcpc` `mcpc` ### Example Provide this page (or the example below) as context to your AI agent. The agent can then connec [5] How to create a Based AI Agent in 5 minutes - Coinbase Developer ... https://www.youtube.com/watch?v=HZGl1B5lv_k Create AI agents with full onchain functionality on Base in less than 5 minutes. Table of Contents Demo 0:00 - 1:04 Tutorial 1:04 - 6:11
Technical report covering x402 protocol for AI agent machine-to-machine payments, agentic payment standards, and Base deployment.
Analysis of x402 protocol's Linux Foundation transition and industry coalition forming to standardize autonomous AI agent payments on-chain.
every run is logged here. nothing is a black box.
# On-Chain AI Agents: Key Developments in x402, Agentic Payments, and Base ## Overview The intersection of AI agents and blockchain payments is rapidly evolving. Three major developments are shaping this space: the x402 protocol enabling machine-to-machine payments, emerging agentic payment standards from major tech companies, and the deployment of autonomous AI agents on Base (Coinbase's Layer 2). This report synthesizes current developments from primary sources. --- ## 1. The x402 Protocol ### What It Is x402 is an **open standard for on-chain payments over HTTP**, developed by Coinbase. It allows AI agents to discover, pay for, and consume resources and services programmatically without requiring traditional account creation or API keys [2]. ### Technical Foundation The protocol is built on the HTTP `402 Payment Required` status code, which was reserved for future use since 1992 and is now being repurposed for machine payments [2][4]. **Key characteristics:** - Blockchain-agnostic: supports any EVM-compatible chain and Solana [4] - Stablecoins as the primary payment method [4] - Off-chain signing with on-chain settlement [4] ### How It Works The payment flow operates in four steps [2][4]: 1. **Client request**: An AI agent requests a resource or calls a tool 2. **402 response**: The server responds with `402` and a payment challenge specifying what to pay, how much, and payment addresses 3. **Payment fulfillment**: The client signs a USDC transfer off-chain (locally, without touching the blockchain) and retries the request with the signature attached 4. **Settlement and delivery**: The server settles the payment on-chain and returns the resource along with a receipt ### Current Implementation: Apify Integration Apify has integrated x402 to allow AI agents to run Apify Actors and pay with USDC on Base blockchain without requiring an Apify account [4]. The setup process involves: - Using the `mcpc` CLI tool to create or import a wallet - Funding the wallet address with USDC on Base mainnet - The MCP server handles payment signing and retries automatically Only Actors with the Pay Per Event pricing model are currently supported [4]. --- ## 2. Agentic Payments Standards ### Why Agentic Payments Matter Now Traditional payment systems were built for humans, not AI. When an agent tries to book services or make purchases, it faces obstacles including anti-fraud systems, CAPTCHA challenges, and payment forms designed for manual input [1]. Two modalities exist [1]: 1. **Autonomous agentic payments**: AI agents making payments independently without explicit user direction (emerging, likely years away) 2. **User-directed agentic payments**: AI helping complete tasks based on explicit user intent, such as "book me a flight" or "order my usual groceries" (immediate opportunity) ### Three Competing Standards The agentic payments space has three prominent initiatives [3]: | Protocol | Developer | Status | |----------|-----------|--------| | **Agentic Commerce Protocol (ACP)** | Stripe + OpenAI | Open standard | | **Agent Payments Protocol (AP2)** | Google | In development | | **x402** | Coinbase | Live, open standard | A fourth protocol, **Machine Payments Protocol (MPP)**, is supported by Cloudflare's Agents SDK alongside x402 [2]. ### Cloudflare Agents SDK Cloudflare's Agents SDK supports agentic payments through both x402 and MPP protocols, both built on HTTP 402 [2]. This enables AI agents to purchase resources and services directly through the payment challenge flow without accounts, sessions, or pre-shared API keys. ### Security Considerations Without proper standards, agentic payments create security challenges around safely delegating payment credentials to AI without risking loss of funds or unauthorized transactions [1]. The x402 approach addresses this through: - Off-chain signing (transactions are signed locally before blockchain submission) - On-chain verification and settlement - Stablecoin denomination (reducing volatility risk) --- ## 3. Autonomous Agents on Base ### Base Overview Base is Coinbase's Layer 2 blockchain built on Ethereum. It has emerged as a key platform for deploying AI agents with on-chain functionality. ### Creating AI Agents on Base Coinbase Developer relations has published a tutorial demonstrating how to create AI agents with full onchain functionality on Base in under 5 minutes [5]. This indicates: - Developer tooling for Base-based agents is accessible - The workflow has been simplified for rapid deployment - On-chain agent capabilities are production-ready for developers ### Connection to x402 The Apify integration with x402 specifically uses USDC on the Base blockchain [4], establishing Base as the primary settlement layer for agentic payments in the Coinbase ecosystem. This creates a direct link between: - AI agent deployment on Base - x402 payment settlement on Base - USDC as the denomination token --- ## Ecosystem Relationships The three developments are interconnected: ``` Base (L2 Blockchain) | +-- x402 Protocol (Coinbase) --> USDC payments settled on Base | +-- AI Agent Deployment --> Agents can pay via x402 Cloudflare Agents SDK --> Supports x402 + MPP Apify --> x402 integration on Base with USDC ``` Major tech companies are converging on similar approaches (HTTP 402-based flows) while maintaining distinct protocols, suggesting standardization may emerge as the ecosystem matures. --- ## Key Takeaways 1. **x402 is live**: Coinbase's protocol is operational, with Apify providing a concrete implementation allowing AI agents to pay for computing resources on Base using USDC. 2. **Multiple standards competing**: Stripe/OpenAI (ACP), Google (AP2), and Coinbase (x402) are developing separate but conceptually similar approaches to agentic payments. 3. **Base emerging as agentic payments layer**: The combination of x402 settlement, USDC stability, and developer tutorials positions Base as the primary L2 for AI agent financial interactions. 4. **Immediate opportunity is user-directed**: The near-term use case is AI agents executing payments based on explicit user commands, not fully autonomous spending. 5. **Security infrastructure maturing**: The off-chain signing / on-chain settlement model provides a security framework for delegating payment capabilities to AI. --- ## Sources [1] Crossmint - Agentic Payments Standard: Google, Visa, Mastercard & Coinbase X402 Guide <https://www.crossmint.com/learn/agentic-payments-standard> [2] Cloudflare Developers - Agentic Payments <https://developers.cloudflare.com/agents/agentic-payments> [3] Orium - Agentic Payments Explained: ACP, AP2, and x402 <https://orium.com/blog/agentic-payments-acp-ap2-x402> [4] Apify Documentation - Agentic payments with x402 protocol <https://docs.apify.com/platform/integrations/x402> [5] Coinbase Developer YouTube - How to create a Based AI Agent in 5 minutes <https://www.youtube.com/watch?v=HZGl1B5lv_k>