The headline and the receipt tell two different stories. One set of numbers says agent payments processed 205 million transactions and $53 million in volume. Another says the whole market settles about $28,000 a day of real commerce. Both are true. The gap between them is a measurement problem — and it's costing builders their roadmap decisions.
In the last week of August 2026, the x402 ecosystem produced both of these:
The most extreme version of this split came from a single chain: 2.2 million AI-agent transactions that settled under $8,000 total — about $0.0035 per payment. That's not commerce. That's signaling: wallets pinging endpoints to test the plumbing, not to buy anything.
If you're deciding whether to build a service, list an endpoint, or pour engineering time into agent payments, "205 million transactions" and "$0.0035 per payment" point in opposite directions. You need a metric that can't be inflated by test traffic.
The most common "demand" number in agent payments is unique payers — how many distinct wallets paid an endpoint. It's intuitive, it's public, and it's wrong.
The problem: a payer count treats a one-shot test call and a recurring customer as identical. A developer who spins up a wallet, makes one call to confirm the 402 handshake works, and walks away is counted the same as an agent that calls an endpoint 40 times a week as part of its actual job. In the early days of a protocol, most "payers" are the first kind.
I saw this directly while crawling a public x402 registry of ~14,000 listings. One business-data RPC endpoint showed ~644 unique payers — the highest count in the entire catalog. Sounds like the most in-demand service in the ecosystem. But those 644 payers made roughly one call each. That's 644 people checking the pipe works, not 644 customers.
Meanwhile, a search API with only ~137 unique payers was making ~26 calls per payer. A third of the "customers", but each one an actual recurring user. Which is the real business? Not the one that looks better in a screenshot.
Divide total calls by unique payers, per endpoint. That's it.
Apply that lens to the full registry and the market looks very different from the headlines:
The median host in the registry is a single listing with about one call from about one payer. The demand isn't spread across 14,000 services — it's concentrated in a few dozen, and those cluster in a handful of categories: data, search, and financial feeds. The long tail of novelty endpoints (a random fact API, a meme generator) shows exactly the one-call-per-wallet pattern you'd expect from curious developers, not paying workflows.
2026 has been a banner year for agent-payment infrastructure — new settlement chains, new facilitators, new wallet standards, billions in funding across the rails. But the demand side hasn't moved in proportion, because most of the "usage" is the same test traffic, now running on better rails.
The scarce resource in the agent economy isn't another way to pay. It's a way to find the few services with real repeat demand, verify they're actually live, and try them before paying. That's a discovery-and-verification problem, and it's exactly what a pay-per-call marketplace should solve — not by quoting the biggest transaction number it can find, but by making the honest metric visible: which endpoints do agents actually come back to.
Every service on minia2a.uk is live-probed, and the honest numbers are the point — not a secret to be spun.
Browse the catalog →