
TL;DR
Day three of Agents Week brought Cloudflare Wallets: Account Wallets for humans and Virtual Wallets for agents, x402 stablecoin micropayments for APIs and content, and human-readable agent identity at handles like research.example.cloudflare.pay.
On August 4, day three of Cloudflare's Agents Week, the company announced the buying side of agentic commerce: Cloudflare Wallets. The pitch is that an agent trying to try out an API today has to navigate a login page designed for humans, wait for a person to add a payment method, generate an API key, and then figure out how to call the service. Agents fail at this constantly and kick the whole flow back to a human, which limits how many services an agent can actually evaluate.
Cloudflare's answer has three parts: a stablecoin wallet for humans, capped virtual wallets for agents, and a human-readable identity handle for agents that choose to reveal who they are. You can claim a handle at cloudflare.pay today; the actual payment flows are "coming soon," which makes this a launch of infrastructure plus a land grab for handles, not yet a fully working payment rail.
Two wallet types, with a clear division of control:
Payments themselves run on the x402 protocol that Cloudflare already backed with the Monetization Gateway: stablecoin micropayments attached to HTTP requests, settling in under a second, priced for use cases like AI inference, data, and content. The Gateway is the seller side of the same market; Wallets are the buyer side. The stated economics are tuned for agent behavior: if an API costs a few cents to test, a $10 cap covers dozens of evaluations, and a $100 per week per employee budget for AI inference becomes a simple Account Wallet policy.
Identity is the second product. Every Cloudflare account can claim a wallet handle, and agents can present handles like research.example.cloudflare.pay so merchants know which organization they act for. Declaration is optional, and businesses decide whether to prioritize transacting with known agents. The design builds on Web Bot Auth, which already lets agents register a keypair, and Cloudflare frames the handle as the human-readable label for that keypair, the way DNS maps IP addresses to names.
From the archive
Aug 4, 2026 • 7 min read
Aug 4, 2026 • 7 min read
Aug 4, 2026 • 8 min read
Aug 4, 2026 • 9 min read
This is the first time a major platform has shipped a payments product built specifically for agent-to-service commerce rather than adapting a human checkout flow. A few consequences are worth tracking.
The MCP angle matters too. The announcement names MCP tools as an explicit purchase target: an agent that can pay per call can adopt new tools without onboarding, which could loosen the lock-in that keeps most teams on a handful of servers. That direction is worth watching alongside our MCP ecosystem guide.
Wallets is a preview of the model, not the full product. Claiming a handle works today; funding, sending, and receiving arrive later, with simple onramps first and self-funding via stablecoins for eligible users. The identity scheme is deliberately schema-less for now, with Cloudflare saying it will adopt richer standards from the x402 Foundation's work as they develop. Pricing for Gateway payouts is separate, so the full cost picture for a builder is not yet public. And the guardrail model depends on humans to review override requests, which means the system is only as autonomous as the policy review you staff.
The framing is also a bet on volume. Cloudflare Radar data showing a majority of web traffic coming from automated clients is the motivation: if most of the traffic is bots anyway, build the checkout for them. The bet is that micro-priced APIs for agents become a real market rather than a rounding error on top of subscription revenue.
Read next
Cloudflare announces native support for the x402 HTTP payment protocol, letting developers charge for API calls and web resources with stablecoin micropayments - no accounts or API keys required.
6 min readCloudflare shipped wrangler deploy --temporary on June 19, 2026. AI agents can now deploy Workers, D1 databases, and KV stores without browser auth flows. Here is how it works.
6 min readThe Linux Foundation's Agent Name Service proposal points at a real gap in AI agent infrastructure: agents need verifiable identity, scoped capabilities, revocation, and audit trails before they can safely act across tools.
7 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Gives AI agents access to 250+ external tools (GitHub, Slack, Gmail, databases) with managed OAuth. Handles the auth and...
View ToolLightweight Python framework for multi-agent systems. Agent handoffs, tool use, guardrails, tracing. Successor to the ex...
View ToolCDN, DNS, DDoS protection, and edge computing. Free tier handles most needs. This site uses Cloudflare for DNS and analy...
View ToolMulti-agent orchestration framework built on the OpenAI Agents SDK. Define agent roles, typed tools, and directional com...
View ToolConfigure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsStep-by-step guide to building an MCP server in TypeScript - from project setup to tool definitions, resource handling, testing, and deployment.
AI Agents
Buzz by Block: Open-Source Slack-Style Collaboration for Humans + AI Agents (Demo & Setup) Check out Arcade: https://arcade.dev.plug.dev/xiDRwlA Repo: https://github.com/block/buzz The video introd...

Build Anything with Vercel, the Agentic Infrastructure Stack Check out Vercel: https://vercel.plug.dev/cwBLgfW The video shows a behind-the-scenes walkthrough of how the creator rapidly builds and d...

Check out Trae here! https://tinyurl.com/2f8rw4vm In this video, we dive into @Trae_ai a newly launched AI IDE packed with innovative features. I provide a comprehensive demonstration...

Cloudflare announces native support for the x402 HTTP payment protocol, letting developers charge for API calls and web...

Cloudflare shipped wrangler deploy --temporary on June 19, 2026. AI agents can now deploy Workers, D1 databases, and KV...

The Linux Foundation's Agent Name Service proposal points at a real gap in AI agent infrastructure: agents need verifiab...

Cloudflare's Agents Week opens with @cloudflare/computer, an open-source agent runtime where an SQLite-backed workspace...

An opinionated guide to the MCP server ecosystem in 2026. Curated picks by category, real configuration examples, instal...

On August 4 Cloudflare launched the Agent Development Lifecycle: agent traces with session replay, @cloudflare/ci for CI...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.