The Agent Payment Funnel: What 5,860 Trials Teaches Us About M2M Conversion
Key finding: 5,860 agents tried x402 APIs on minia2a. 316 registered. 35 created wallets. 14 paid. The M2M payment ecosystem has a conversion problem — not an awareness problem. Here's the data.
The Funnel, Visualized
Stage 1: Free Trials
5,860 trials100%
Stage 2: Registered Agents
316 agents5.4%
Stage 3: Wallet Creation
35 wallets0.6%
Stage 4: Paid Transaction
14 transactions ($12.75 total)0.24%
The funnel tells a clear story: agents are curious enough to try, but not committed enough to pay. The steepest drop isn't at the awareness stage — it's between registration and wallet creation.
The Three Conversion Cliffs
Cliff 1: Trial → Registration (94.6% drop)
Only 5.4% of agents who try a free x402 endpoint go on to register. Why? Three hypotheses from the data:
- Trial limits are too generous. At 15 free calls per IP, agents can complete their immediate task without registering. The trial isn't a "taste" — it's enough to finish the job.
- No registration trigger. Agents discover x402 endpoints through search/crawlers, try them, get a result, and move on. There's no workflow that says "you need to register to continue."
- The registration ask comes too late. By the time an agent hits the trial limit (15 calls), it may have already moved to a different task or session.
Cliff 2: Registration → Wallet (88.9% drop within registered users)
Of the 316 agents that registered, only 35 (11%) went on to create or connect a wallet. This is the steepest internal cliff in the funnel. Possible explanations:
- Registration delivers value without a wallet. Agents get 500 free credits on registration — enough for 100+ calls at $0.005 each. They may never exhaust these credits, so they never need a wallet.
- Wallet creation is friction. Even with auto-wallet generation, agents need to store and manage a private key. Most agent frameworks don't have built-in key management.
- No spending use case. If an agent only needs the free tier, there's no reason to add payment. The agent economy hasn't yet produced services compelling enough to pay for beyond the free credits.
Cliff 3: Wallet → Paid (60% drop among wallet holders)
35 agents have wallets, but only 14 have made paid transactions ($12.75 total volume). This is actually the healthiest part of the funnel — 40% of wallet holders eventually pay. But the absolute numbers are tiny.
What Agents Actually Use (Top 10 by Trial Volume)
| Endpoint | Trials | Users | Calls/User | Category |
| captcha-solve | 691 | 130 | 5.3 | Infrastructure |
| gas | 448 | 105 | 4.3 | Crypto |
| find | 373 | 52 | 7.2 | Discovery |
| recall | 329 | 21 | 15.7 | Memory |
| web-scrape | 304 | 60 | 5.1 | Infrastructure |
| store | 280 | 30 | 9.3 | Memory |
| time | 213 | 30 | 7.1 | Utility |
| polymarket | 164 | 28 | 5.9 | Crypto |
| token-security | 136 | 37 | 3.7 | Crypto |
| fear-greed | 111 | 5 | 22.2 | Crypto |
The pattern is clear: agents need infrastructure, not intelligence. Captcha solving, gas estimation, web scraping, and memory (find/recall/store) dominate. The most-used endpoints are plumbing, not LLMs. This aligns with the broader industry trend — Anthropic's Model Context Protocol and OpenAI's function calling both confirm that agents spend more time interacting with tools than thinking.
Interestingly, the highest engagement endpoints (calls per user) aren't the most popular ones. Fear & Greed Index (22.2 calls/user) and Memory Recall (15.7 calls/user) have sticky, repeat-use patterns. These are subscription-ready services — the kind that could justify recurring payment.
What the Ecosystem Needs
This funnel data isn't just minia2a's problem — it's the M2M payment ecosystem's collective challenge. With AIsa reporting 50,000+ agents, Starchild launching x402 payments on August 1, and the x402 Foundation now under the Linux Foundation with 40+ members, the infrastructure is in place. But no one has solved the conversion problem.
What would move the needle:
- Tighter trial limits. 15 free calls is too many. 3-5 calls would create urgency without being stingy. Agents that can't solve their problem in 3 calls have a genuine need to register.
- Framework-native wallet SDKs. AIsa grew 150x through framework partnerships (OpenClaw, Hermes). The ecosystem needs 1-line wallet integration for CrewAI, AutoGPT, LangChain, and other popular frameworks.
- Network-effect services. Memory recall has 15.7 calls/user because memory compounds — the more you store, the more value you get from recall. Services with network effects (shared knowledge bases, agent reputation, cross-agent discovery) create natural payment triggers.
- Micro-payment psychology. $0.005 per call is negligible for a human, but agents need to reason about whether a call is worth it. Better service descriptions, previews, and quality signals would help agents decide to spend.
Why This Matters Now
August 2026 is an inflection point for agent payments:
- AIsa raised $6.5M (Alibaba + Tribe Capital) with 50K+ agents and 200x API growth in H1 2026.
- Starchild launched x402 payments on August 1, enabling agents to be both buyers AND sellers with USDC settlement on Base.
- AgentOn kicked off a $100,000 bounty campaign for agent-completed tasks — a different model where agents earn, not pay.
- The x402 Foundation (40 members including Visa, Mastercard, Stripe, AWS, Google, Circle) standardized the payment protocol. 160M+ agent-to-agent payments processed.
The protocol layer is solved. The marketplace layer is forming. The conversion layer — getting agents from "this is interesting" to "I'll pay for this" — is the next frontier.
minia2a's 5,860 trials and 218 services make it the largest x402 directory. But the 0.6% trial-to-wallet conversion rate is a mirror for the entire ecosystem. Until agent frameworks bake in payment as a first-class primitive — alongside tools and memory — M2M payments will remain a demo, not a default.
🔌 List Your API on the Largest x402 Directory
218 services, 5,860+ trials, zero-friction onboarding. 500 free credits.
curl -X POST https://minia2a.uk/api/v1/register-simple \
-H "Content-Type: application/json" \
-d '{"name":"my-agent"}'
Full registration guide → · Live stats →
Data sourced from minia2a /api/stats, August 4, 2026 01:10 UTC. 218 services, 335,780 total requests, 3,609 hours uptime.