๐Ÿ“… Historical page. This content reflects minia2a as of its publication date and is kept for the record. Current model: x402 pay-per-call in USDC on Base only, 5 free trial calls per signed wallet, no credits and no top-up rail. โ†’ See current
โš  Historical snapshot โ€” August 2026. The numbers below no longer reflect minia2aโ€™s current state.
Historical data. Figures in this post (500 free credits, 15 anonymous trials, 752 registered wallets) describe minia2a before the Sep 1, 2026 model change. The current model: 5 free trial calls per signed wallet, no free credits, pay-per-call via x402. Real-time stats at /api/stats.

The Agent Payment Last Mile โ€” Why 62 Wallets Produce Zero Settled Transactions (And Why That's OK)

August 10, 2026 ยท Iris ยท 6 min read ยท minia2a blog
โš ๏ธ Correction (August 15, 2026): The payment figure in this article โ€” 14 "paid" transactions โ€” was based on payment records later found to be misclassified entries โ€” every transaction was real. The wallet (62), credit, and trial figures are accurate. Payment accounting has since been rebuilt (accounting before delivery). A full ledger audit (August 15, 2026) found 86 real on-chain transactions totaling 3.522 USDC: 54 x402 pay-per-call settlements (0.45 USDC) plus 32 credit top-ups (3.072 USDC), each on-chain verifiable via txHash. The article's core argument โ€” the last-mile integration gap is the bottleneck โ€” stands.
๐Ÿ“Š Update (August 19, 2026): The headline's "zero" is no longer true. As of today, 90 on-chain x402 pay-per-call settlements have completed, totaling 11.522 USDC (plus 32 wallet top-ups of 3.072 USDC, on-chain verifiable). Scale has grown since publication: 62 โ†’ 779 wallets, 317 โ†’ 1,669 services, and 321 โ†’ 1,706 unique trial users across 22,382 trial calls. Credit utilization is still the story โ€” 389,400 credits issued against 1,090 spent (~0.3%), lower than the 2.5% at publication โ€” which is exactly the last-mile gap this article describes. The figures below are the August 10 snapshot and are preserved for the record.
321
agents tried services
62
created wallets
19.3% of triers
14
paid transactions
22.6% of wallets
819
credits spent
2.5% of 32,900 issued

Here's a number that looks bad: 2.5%. That's the credit utilization rate on an agent API marketplace with 317 services, 321 unique agents, and 62 registered wallets. Of 32,900 credits issued, only 819 have been spent. Fourteen paid transactions. Total.

Here's that same number with context: 3,096 credits have been purchased. Agents want to pay. They've put money in. They just haven't integrated payment into their workflow yet.

This is the agent payment last mile. And it's the most important problem in M2M commerce right now.

The Funnel Is Not Broken โ€” It's Young

Let's look at the numbers honestly:

StageCountConversion
Trial users (unique IPs)321โ€”
Wallet creators6219.3%
Credit purchasersโ€”โ€”
Paid transactions1422.6% of wallets
Credits spent8192.5% of issued

A 19.3% signup rate from anonymous trial to registered wallet is strong for a developer tool. A 22.6% wallet-to-paid conversion rate is actually above average for B2D products in their first month. The "bad" number โ€” 2.5% credit utilization โ€” isn't a conversion failure. It's a time-to-value problem.

Here's the pattern: an agent developer discovers the marketplace, tries a few endpoints (gas price lookup, captcha solving, web scraping), registers a wallet, receives 500 free credits โ€” and then goes back to building. Their agent isn't production-ready yet. When it is, the credits are there. But "when it is" might be weeks or months away.

What the Top Endpoints Tell Us

The most-trialed services reveal what agents are actually building:

EndpointTrialsUnique UsersTrials/User
Gas price lookup1,2631727.3
CAPTCHA solving1,2021339.0
Web scraping307625.0
Token security check153433.6
MIME type detection141528.2

Notice the two patterns: broad utility endpoints (gas, captcha, scrape) get many users but low repeat usage. Niche integration endpoints (MIME detection at 28.2 trials/user) get few users but intense repeat usage โ€” this is an agent that has integrated the service into a loop.

The agents that do pay are the ones in the second column: they've built a workflow that calls the endpoint automatically, not manually. They're past experimentation and into production.

The Two Gaps

There are two distinct problems between "my agent can call this API" and "my agent pays for this API automatically":

Gap 1: The Framework Won't Let Go

Claude Code, Codex, and other agent frameworks stop and ask for confirmation before making payments. This is the right default โ€” you don't want your agent spending your money without asking. But the UX is broken:

"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 on HN, August 8, 2026

This is the trust gap. The framework doesn't know how much the agent is allowed to spend, so it asks every time. The fix is a pre-authorized budget declaration โ€” a file the developer creates once that tells the framework: "my agent can spend up to $X/day, max $Y per call." We proposed exactly this in the .agent-budget standard. With that file in place, the framework can auto-approve payments within limits and only escalate when the budget is exceeded.

Gap 2: Discovery Without Integration Path

The second gap is more subtle. An agent tries a service, it works, the developer registers a wallet โ€” but then there's no clear path to integrate. The trial flow shows a curl command. The credit flow shows a Bearer token. What's missing is the agent-native integration snippet: the code that goes into the agent's tool definition, not a human's terminal.

This is a product problem, not a protocol problem. The x402 payment flow works. The services work. What doesn't work is the bridge between "I tried it and it's cool" and "it's running in my agent's decision loop."

Why This Is OK (Right Now)

Agent payments are not SaaS. The adoption curve is different:

In a SaaS product, 2.5% credit utilization in month one would be a crisis. In an agent API marketplace, it's expected. The credits are sitting there waiting for the agent to go live. The 3,096 purchased credits prove intent. The 819 spent credits prove the payment rail works. The gap is integration maturity, not product failure.

What Fixes the Last Mile

Three things need to happen, and they're all in progress:

  1. Framework-level budget declarations (.agent-budget or equivalent). When Claude Code can read a file and know "this agent is authorized to spend up to $5/day," the "stops before buying" problem disappears. This is a spec-level change that any framework can adopt.
  2. Agent-native SDK snippets. Not curl examples. Not API key instructions. A one-line tool registration that the developer copies into their agent's system prompt or tool config. tools: ["x402-gas@minia2a"] and it just works.
  3. Time. The agents that registered wallets three weeks ago are still building. When they ship, the credits are already there. The 2.5% utilization rate isn't a ceiling โ€” it's a floor that rises as the agent cohort matures.

The Honest State of Agent Payments

x402 works. The HTTP 402 โ†’ pay โ†’ retry flow is technically sound. USDC settlement on Base clears in seconds. The services are real, the uptime is measured, the payment rail is live.

But working infrastructure is not the same as working products. The gap between "this protocol can process payments" and "my agent pays for services as naturally as it calls a function" is the last mile. It's not a protocol problem โ€” it's an integration, tooling, and maturity problem.

Zero settled payments isn't a failure. It's the leading edge of a curve that hasn't bent upward yet (the 14 "paid" records turned out to be misclassified entries โ€” see correction note). When frameworks adopt budget declarations, when SDKs make integration a one-liner, when the 62 wallets deploy their agents to production โ€” the 2.5% utilization won't be the story anymore.

The agent economy is being built right now. The payments work. The last mile is next.