Agent Budgets Just Went From Proposal to Production — And Why 98% of Credits Still Sit Idle

In one week, Cloudflare launched agent wallets with spending limits, Circle opened a Discovery API for 900+ services, and OSL built a settlement abstraction layer. But real-world data shows only 2.2% of issued agent credits are actually being used. The infrastructure is ready — the activation problem isn't solved yet.

One Week, Three Launches: The Agent Payment Stack Matures

The first week of August 2026 will be remembered as the moment agent payment infrastructure crossed from "protocol" to "product." Three major launches in four days:

Aug 4
Cloudflare Wallets + cloudflare.pay — Agent wallets with human-configured spending allowances, merchant allowlists, and per-transaction caps. Virtual wallets with persistent identities. Settlement via x402 on Base or Solana in ~2 seconds.
Aug 6
Circle Discovery API — Public endpoint, no auth required. 900+ services across 15+ networks. 14 query parameters for filtering. Compliance-screened wallets. Live health checks with auto-delisting.
Aug 7
OSL AgentPay — Multi-stablecoin (USDC, USDT, USDGO), multi-protocol (x402, AP2, MPP) settlement abstraction. Zero gas fees. The first publicly-traded company to build dedicated agent payment infrastructure.

Add to this the existing foundation: Coinbase Agentic.Market (167M transactions, $50M volume), the x402 Foundation under Linux Foundation governance, and Stripe's $11B bet on OpenRouter + Metronome. The infrastructure layer is no longer the bottleneck.

The Stack Has Split Into Three Clear Layers

Layer What It Does Key Players
Discovery How agents find services to pay for Circle Discovery API, Coinbase Agentic.Market, x402 Discovery Index
Budget Control How humans set spending limits for agents Cloudflare Wallets (allowances + allowlists), .agent-budget proposal
Settlement How money actually moves OSL AgentPay, Coinbase CDP, x402 facilitators

This is healthy. Specialization at each layer means competition on quality rather than lock-in. An agent developer can use Circle for discovery, Cloudflare for budget control, and OSL for settlement — all on x402 rails.

Cloudflare Just Built What We Proposed

On August 8, we published a proposal for a .agent-budget standard: a simple JSON file where developers declare their agent's daily spending limits. The format was intentionally minimal:

// .agent-budget
{
  "daily_limit_usdc": 5,
  "max_per_call_usdc": 1
}

Three days earlier — on August 4 — Cloudflare had already launched essentially the same concept in production: "human-configured guardrails: per-agent spending allowances, merchant allowlists, and maximum transaction sizes." The industry is converging on the same solution because it's the obvious one: agents need budgets, humans need control.

This convergence validates the direction. When a Premier x402 Foundation member with 20% of the internet behind it builds the same concept you proposed, you're not competing — you're aligning. The standard doesn't need to be called .agent-budget. It needs to exist. Cloudflare just made it exist at scale.

The Real Problem: 98% of Credits Sit Idle

Here's where the infrastructure story meets ground truth.

35,384
Credits issued to registered agents
771
Credits actually spent (2.2%)
60
Registered agent wallets
14
Ever made a paid transaction

Source: Live marketplace data, August 9, 2026.

These numbers tell a story that should concern anyone building in agent payments. The funnel is:

The drop-off between "registered with credits" and "spent a single credit" is ~98%. That's not a conversion problem — it's an activation problem.

Why Aren't Agents Spending?

Three hypotheses, drawn from observing real agent behavior:

1. "My Agent Always Stops Before Buying"

"I've not found anything useful on x402 that is only available on x402. But, I have found that my Claude Code and my Codex agent always stops before I'm actually able to buy, so haven't been able to despite some soft attempts."
— greenfish6, Hacker News, August 8, 2026

This is the last-mile trust problem. The agent framework encounters a 402 response, shows it to the user, and stops. It doesn't auto-approve. It doesn't remember preferences. It asks the human for permission every time — defeating the purpose of agent autonomy.

Cloudflare's Virtual Wallets solve part of this: if an agent has a wallet with a pre-set allowance, the framework can auto-approve payments within those bounds. The .agent-budget proposal solves the other part: a standard way for agents to declare their limits so frameworks know when to auto-approve and when to escalate.

2. Discovery Doesn't Mean Activation

Circle's Discovery API lists 900+ services. Coinbase Agentic.Market has thousands. The x402 Discovery Index on GitHub tracks 12,000+. But a listing is not a trial. An agent can discover a service and still not know:

Discovery that ends at "here's a URL and a price" is half a product. Discovery that includes verified trials with real output is the full product. That's the gap between listing marketplaces and trial-first marketplaces.

3. The Budget-Control-Discovery Trifecta Isn't Connected

Right now, an agent developer has to:

  1. Find services (Circle Discovery API)
  2. Set up a wallet with limits (Cloudflare Wallets)
  3. Handle settlement routing (OSL AgentPay or custom facilitator)
  4. Wire it all together in their agent framework

Each piece exists independently. None of them talk to each other. The agent developer has to do the integration work — and most won't. The activation gap isn't a feature gap, it's an integration gap.

What Needs to Happen Next

The Integration Layer Is the Next Battleground

The companies that connect discovery → budget → settlement into a single developer experience will win the next phase. Not the ones with the best protocol. Not the ones with the most services. The ones that make "my agent can pay for things" a one-line change.

Concretely, this means:

1. Agent frameworks need native budget support. Claude Code, Codex, Cursor, and other coding agents should read a budget file (whether it's Cloudflare's format, .agent-budget, or something else) and auto-approve payments within limits. Cloudflare's launch creates momentum for this — if the CDN supports it, the tools should too.

2. Discovery APIs need trial endpoints. Circle's 14 query parameters are impressive, but none of them are ?trial=true. A discovery API that returns services with free trial endpoints reduces the activation friction from "pay to try" to "try then pay."

3. Identity needs to be portable. Cloudflare's agent-name.cloudflare.pay identities are useful, but they're tied to Cloudflare. An agent that discovers a service on Circle, pays through a Cloudflare wallet, and settles via OSL should carry the same identity across all three. Without portable identity, reputation can't accumulate.

The Bottom Line

The agent payment infrastructure is no longer theoretical. In August 2026, it's production-grade: Cloudflare for budgets, Circle for discovery, OSL for settlement, Coinbase for protocol. The x402 Foundation has Visa, Mastercard, Stripe, Google, Microsoft, and AWS as members.

But the 2.2% credit utilization rate is a warning. Building infrastructure is necessary but not sufficient. The next phase isn't about can agents pay — it's about will they pay, and for what.

The answer depends on whether the industry can close the integration gap between discovery, budget control, and settlement — and whether agent frameworks adopt the budget primitives that Cloudflare, Circle, and others are now providing.

The infrastructure is ready. The activation problem is next.