Agentic payments

Sell to AI Agents: Coinbase Just Made It Its "Most High-Conviction Bet"

Short answer: Coinbase now lets ordinary businesses sell to AI agents over x402, calling agentic payments its "most high-conviction bet" (July 23, 2026) — and 53% of Base docs traffic already comes from agents. Payzum makes your API or service agent-payable with no code, settling USDC on Base non-custodially to your own wallet.

Key takeaways

  • The news: on July 23, 2026 Coinbase switched on agent payments for its business customers — roughly 5,000 companies with about $1B in combined payments and trading volume in the product's first year — plus an x402 SDK and "Coinbase for Agents." The Head of Coinbase Business, Siddharth Coelho-Prabhu: "A business owner can now sell their stuff to agents online. It's not any extra work."
  • The stat that matters: since June 2026, 53% of traffic to Base's documentation comes from AI agents, not humans. The buyers reading about how to pay you are already machines.
  • The gap is on the seller side: x402 counts ~94,000 buyers against ~22,000 sellers in the trailing 30 days at the Foundation's launch. Wallet launches keep multiplying buyers; sellers who serve the open 402 layer capture the imbalance.
  • You don't need an SDK or an exchange account to join: Payzum is middleware that publishes an x402 URL in front of the API or service you already run — dashboard config, no code, USDC on Base paid straight to the wallet you control.

What Coinbase announced on July 23

As reported by The Block on July 23, 2026, Coinbase is rolling out a payments stack that lets businesses accept payments from AI agents, powered by Coinbase Payments and settled over x402 — the open, HTTP-native payment standard Coinbase incubated and handed to the Linux Foundation's x402 Foundation on July 14. Alongside it ship "Coinbase for Agents," which wires AI setups into trading and investment workflows, and a software development kit for adding x402 payment support across the web.

Siddharth Coelho-Prabhu, Head of Coinbase Business, described agentic payments as one of the company's "most high-conviction bets": "We saw the writing on the wall starting two or three years ago… that this would be one of the big story arcs of the internet." The product framing was even blunter: "A business owner can now sell their stuff to agents online. It's not any extra work."

The customer base this lands on is not a developer beta. Coinbase Business closed its first year with roughly 5,000 companies and about $1 billion in combined payments and trading volume. Early agent purchases skew digital: OpenRouter model credits, domain names, cloud storage — machine buyers acquiring machine inputs, settled in USDC on Base and other chains.

53% of Base docs traffic is agents — your next customer may be a bot

Buried in the announcement is the most useful number of the week: starting in June 2026, 53% of visits to Base's documentation came from AI agents rather than people. Documentation is where a buyer goes to figure out how to integrate and how to pay. On the busiest agentic-payments chain in the world, the majority of that intent is now machine-generated.

That reframes what "traffic" means for anyone who sells online. An agent doesn't see your homepage hero, doesn't click your pricing page, and doesn't fill in a card form with a human's thumb. It reads structure: endpoints, prices, a way to pay programmatically. If your product can be discovered and paid by a machine, you exist to this demand. If it can't, the agent routes around you to a seller who can — as we argued when MoonPay put an x402 wallet inside Claude and ChatGPT one day earlier.

July 2026 has now delivered both halves of the market in a single fortnight: the buyer side (Binance's agent wallet on July 13, MoonPay's PayBox on July 23) and the seller side (Coinbase's July 23 rollout). The protocol layer underneath is the same everywhere: the HTTP 402 Payment Required flow that turns any URL into something an agent can pay.

The seller side was the bottleneck — and the protocol's creator just moved to fix it

Through x402's first year, the count that lagged was always sellers. The Linux Foundation's launch release cited roughly 94,000 buyers against 22,000 sellers in the trailing 30 days — more than four funded buyers per payable seller. Chainalysis tracks over 100 million agentic payments on Base alone, with the share of transactions above $1 climbing from 49% to 95% in a year: real purchases, not dust.

Coinbase pushing acceptance to 5,000 existing business customers attacks that bottleneck directly, and it does so from the most credible seat in the ecosystem — the company that wrote the protocol and operates the dominant facilitator. When the firm processing the payments calls the category its highest-conviction bet and makes acceptance "not any extra work," the message to every other seller is simple: agent-payable is becoming a default property of being sellable online, the way "has a website" and "takes cards" once were.

The honest caveats: agentic commerce is still a small slice of online commerce, average x402 tickets sit around 32 cents, and the first wave of agent purchases is digital infrastructure rather than mainstream goods. Liability rules for a misfiring agent remain unresolved industry-wide. This is an early channel — but it is compounding monthly, and the cost of being on the shelf keeps falling.

What Coinbase's bet means for your business — the analysis

  • Distribution now includes machines. SEO taught businesses to be findable by crawlers; agentic commerce requires being payable by them. The 53% docs-traffic figure says machine buyers already outnumber human readers where integration decisions get made. Sellers who expose a priced, payable endpoint become eligible for that demand; everyone else is invisible to it.
  • The open standard, not any one platform, is the safe integration target. Coinbase's stack, Binance's wallet and MoonPay's PayBox all settle over the same vendor-neutral x402 layer, governed since July 14 by a Linux Foundation body with 40 members including Visa, Mastercard, Stripe, Google and AWS. Serve the 402 layer once and every compliant wallet — today's and next quarter's — can pay you. You don't need to guess which platform wins.
  • Custody is a choice, and you should make it deliberately. On-chain settlement means agent revenue can land directly in a wallet you control, with no chargebacks and no platform balance between you and your money. If you accept agent payments through any platform account, you've reintroduced an intermediary the rail itself doesn't require. Non-custodial acceptance keeps the money yours from the first confirmation.

How to sell to AI agents without an SDK — step by step

Coinbase's route is an SDK plus its payments stack. If you'd rather not write code or move your revenue through an exchange account, Payzum is the middleware/proxy in front of the API or service you already run — not the facilitator, and not a marketplace. Setup is dashboard configuration:

  1. Connect your existing endpoint. In the Payzum dashboard, enter the URL of the API you already operate plus the API key or bearer token it expects. Your backend doesn't change.
  2. Set a price per call. Fixed price per request, in USDC. Payzum publishes an x402-enabled URL for your endpoint.
  3. Agents hit the URL and pay. The x402 URL answers with a 402 Payment Required quote; the agent's wallet — Coinbase's, Binance's, PayBox or any open-source agent — pays in USDC on Base, verified through an external facilitator (currently Coinbase's).
  4. Payzum proxies the paid call — you get the money. After settlement, Payzum forwards the request to your real endpoint with your key and returns the response to the agent. Funds land in the wallet you control: non-custodial, no chargebacks. Around 1,000 transactions/month are free, then roughly $0.001 per transaction plus gas.

Selling tools instead of raw endpoints? The same flow covers monetizing an MCP server with x402 and accepting USDC from AI agents more broadly — or see the x402 overview.

Building agent acceptance yourself vs serving x402 through Payzum

DimensionDIY: SDK + platform stackPayzum
Integration workLearn the protocol, integrate an SDK, ship and maintain codeDashboard config in front of your existing endpoint — no code
Time to first agent saleA dev sprint plus testingSame day
Where funds landWherever your integration deposits — often a platform account firstDirectly in your own wallet, on-chain, in seconds — non-custodial
Who can pay youAny x402 wallet, once your code is rightAny x402 wallet — Coinbase, Binance, PayBox, open-source agents
Ongoing maintenanceProtocol and facilitator updates are your problemPayzum keeps the 402 layer current; your endpoint stays untouched

Common objections

"Coinbase says acceptance is 'not any extra work' — why would I use anyone else?"

If you're already a Coinbase Business customer and happy running revenue through that stack, it may genuinely be the shortest path. The trade-offs to weigh are custody and coupling: Payzum's model settles every agent payment straight to a wallet you control, with no platform balance in the middle, and it fronts an endpoint you already operate rather than asking you to adopt a new stack. Because both routes speak the same open x402 protocol, this is a choice of integration point — not of which buyers you can reach.

"My customers are humans. Why prepare for agents at all?"

Because the humans are delegating. The same July that gave sellers this news gave consumers funded agent wallets inside Claude and ChatGPT, and gave exchange users agent wallets a week before that. Every delegated purchase starts as a machine-to-machine call — often fanning out into API lookups and data purchases behind the scenes. Being x402-payable costs a dashboard configuration today; rebuilding your checkout after agent traffic becomes measurable costs a quarter.

Frequently asked questions

What exactly did Coinbase launch on July 23, 2026?

Coinbase rolled out agent-payment acceptance for its business customers via Coinbase Payments, settled over the open x402 protocol, alongside "Coinbase for Agents" and an SDK for adding x402 support to websites and APIs. The Head of Coinbase Business called agentic payments one of the company's "most high-conviction bets" and said a business owner can now sell to agents online with no extra work.

What does it mean to sell to AI agents?

It means exposing your product — API calls, data, tools, content or services — at a URL an AI agent can discover, get a price for, and pay programmatically. Over x402, your endpoint answers with an HTTP 402 quote; the agent's wallet pays in stablecoins (typically USDC on Base) and receives the product in the same request flow, with no card form or account signup.

Do I need Coinbase's SDK or a Coinbase account to accept agent payments?

No. x402 is an open standard governed by the Linux Foundation's x402 Foundation, so any compliant implementation can accept payments from any x402 wallet. With Payzum you configure your existing endpoint, key and per-call price in a dashboard; Payzum publishes the x402 URL, settles through an external facilitator (currently Coinbase's), proxies the paid call to your API, and the USDC lands in your own wallet.

Is Payzum the x402 facilitator?

No. Payzum is the middleware/proxy in front of your API. Payment verification and settlement run through an external facilitator — today, Coinbase's. You configure an endpoint and a price; Payzum handles the 402 flow and forwards paid requests to your real endpoint. Funds settle non-custodially to the wallet you control.

The biggest player just bet on agent buyers. Get on their shelf.

Half the traffic reading Base's docs is already machines, and the wallets funding them multiply by the week. Book 20 minutes with our team and we'll design how your API, dataset or service sells to AI agents — per call, in USDC on Base, non-custodially, starting this week.

Prefer a direct link? Book a meeting · [email protected]