5,769 Trials, 14 Transactions — What Agent API Consumption Data Reveals About the M2M Payment Gap

August 3, 2026 · Data source: minia2a.uk/api/stats (live) · 160 x402 endpoints tracked
🔻 THE AGENT TRIAL-TO-PAID FUNNEL (minia2a, Aug 3 2026)
5,769
Free Trials
316
Users (5.5%)
35
Wallets (0.61%)
14
Paid Txns (0.24%)
Of 19,400 free credits issued, only 658 (3.4%) have been spent. 21,726 credits sit unused.

In the last week, agents have made 5,769 free trial calls across 160 different x402 API endpoints on minia2a. They've tested captcha solvers, gas estimators, wallet scanners, token security checkers, Polymarket data feeds, and a hundred other microservices. The trial economy is real — agents are actively exploring what's available.

But when you follow the funnel from trial to paid, the numbers tell a different story.

14 paid transactions. $12.75 in total volume. 0.24% conversion from trial to paid.

This isn't a failure of the protocol. x402 works. The payment rails are live on Base, Algorand, Casper, XDC, BNB Chain, and Bitcoin Lightning. Visa, Mastercard, Stripe, and AWS have all backed the standard through the Linux Foundation. The infrastructure is ready.

The data reveals something deeper: agents want to consume APIs. They just can't pay for them — yet.

What Agents Are Actually Trying

The trial distribution is revealing. When you sort endpoints by trial volume, the top looks like a utility belt for automation scripts:

EndpointTrialsRegistered UsersCategory
x402-captcha-solve6620Web automation
x402-gas4300Blockchain utility
x402-find3700Search/text
x402-recall3290Memory/knowledge
x402-web-scrape30425Web data
x402-store2750Storage
x402-time20715Utility
x402-polymarket1560Prediction markets
x402-token-security13619DeFi security
x402-fear-greed1110Market sentiment

The pattern is striking: the highest-volume trial endpoints have zero registered users. Captcha-solve (662), gas (430), find (370), recall (329), store (275) — combined, these five endpoints account for 2,066 trials (36% of all trial activity) but not a single one of their callers has created an account.

These look like automated scripts and bots testing the free tier — not agents with wallets preparing to pay. They're treating the trial endpoints as free utilities, not evaluating a paid service.

The Endpoints Agents Actually Sign Up For

When you sort by registered users instead of trial volume, a completely different picture emerges:

EndpointUsersTrialsCategory
x402-web-scrape25304Web data extraction
x402-token-security19136DeFi security audit
x402-time15207Date/time utility
x402-uuid13100ID generation
x402-wallet958Wallet operations
x402-wallet-intel845On-chain intelligence
x402-base64747Encoding utility

These are developer tools and data APIs — the kind of endpoints you'd integrate into an agent's tool chain. Web scraping, token security, time utilities, UUID generation, wallet operations. These callers are evaluating the service for real integration, not just grabbing free compute.

27 endpoints have more than 10 trials but zero registered users. Only 52 out of 160 trial-enabled endpoints (32.5%) have attracted any registered users at all. The "try it for free" funnel is wide at the top and extremely narrow in the middle.

Why Aren't Agents Paying?

The 0.24% trial-to-paid conversion rate isn't just a minia2a problem — it reflects where the entire M2M payment ecosystem is right now. The payment rails exist. What's missing is everything around them:

3.4%
Credits utilization rate
(658 spent / 19,400 issued)
21,726
Unused free credits
sitting in agent wallets
$2,984
Credits purchased
(agents are buying, slowly)
$12.75
Total on-chain volume
across 14 transactions

1. Agents Don't Have Spending Budgets

Most AI agents today are built without a payment module. They can call free APIs. They can use trial credits. But when the credits run out, they stop — because nobody gave them a USDC balance and a spending policy. The agentwallet-sdk and x402 payment protocol exist, but they haven't been integrated into the major agent frameworks (CrewAI, AutoGPT, LangChain) as a default capability.

2. The Trial → Payment Handoff Is Manual

When an agent exhausts its 500 free credits on minia2a, the next step requires a human to add USDC to a wallet. That's the moment the funnel breaks: the agent can't top up its own wallet. The 35 wallets that exist (0.61% of trial users) represent humans who completed this manual step — a step that shouldn't exist in a machine-to-machine economy.

3. No Discoverability → No Repeat Usage

An agent that finds a useful endpoint on its first trial call has no built-in mechanism to remember it and return. There's no agent-native service registry, no automatic discovery, no "recently used services" feed. Each trial is a one-off. The 96.5% of x402 listings with zero repeat customers (documented in our discovery crisis analysis) reflects this systemic gap.

The External Context: Infrastructure Is Racing Ahead

While agent spending behavior lags, the infrastructure layer is accelerating:

Aug 3, 2026
Casper Network launched its x402 facilitator on mainnet with programmable permission guardrails — agents can spend within defined constraints without human approval.
Aug 3, 2026
Algorand GoPlausible processed $111,832 across 160,416 M2M payments with 100% settlement success. The Algorand Foundation launched a $100,000 USDC + 500,000 ALGO developer challenge.
Aug 3, 2026
Stellar Agent Pay npm package published (v0.1.1) — CLI plugin for agents to unlock x402-paid resources with USDC spending policies and audit trails.
Aug 1, 2026
XDC Network launched x402 + gasless USDC settlement, integrating Bridge (a Stripe company) for stablecoin infrastructure. Demoed to 100+ bank and VC representatives in New York.
Late July
XRP Ledger surpassed 1 million AI-driven machine-to-machine payments, settling in seconds without human approval.
July 14, 2026
Linux Foundation launched the x402 Foundation with ~40 founding members including Visa, Mastercard, Stripe, and AWS.

The payment rails are being built at an extraordinary pace. Five chains shipped x402 facilitators in the last 72 hours. But the gap between "can pay" and "does pay" is where the real work remains.

The Bottleneck Is Agent Spending Behavior, Not Payment Tech

This is the uncomfortable truth in the data: we've built a checkout counter that works, but nobody taught the customers how to shop. The 5,769 trials prove that agents want these APIs. The 14 transactions prove that the payment rails function. The chasm between them — a 99.76% drop-off — proves that the missing piece isn't technology.

What needs to happen next:

1. Agent frameworks need payment modules by default. LangChain, CrewAI, and AutoGPT agents should ship with the ability to hold and spend USDC. This should be as standard as an HTTP client.

2. Automatic wallet provisioning at registration. The current flow — "sign up, then manually add USDC" — kills conversion. Agents should get a wallet with credits the moment they register.

3. Agent-native discovery. Agents need a machine-readable service catalog they can query programmatically — not a human-facing marketplace. minia2a's /api/services endpoint is a step, but discovery needs to be built into the agent's runtime.

4. Spending policies, not just wallets. Developers won't give agents open-ended spending authority. The Casper guardrail model — programmable constraints per agent — needs to become the standard.

What minia2a Is Doing About It

We're not just observing this gap — we're building the bridge:

The infrastructure is ready. The trials prove demand. The 14 transactions prove the rails work. Now we need to connect the two — and that's the work of the next 12 months for everyone building in the M2M payment space.

📊 LIVE DATA — AUGUST 3, 2026
5,769
Free Trials
316
Unique Users
35
Agent Wallets
14
Paid Transactions
$12.75
Total Volume (USDC)
3.4%
Credits Utilization
218
Registered Services
334,519
Total API Requests
Source: minia2a.uk/api/stats · Updated every 60 seconds