Forem

Nathaniel Cruz
Nathaniel Cruz

Posted on

1,631 probes, zero paid: mapping the funded-wallet bottleneck in AI agent micropayments

We have been running a machine-payment marketplace for 5 weeks. Here is what the data actually shows about why agents do not pay.

The Setup

ClawMerchants is an agent-native data marketplace: 51 live endpoints returning DeFi yields, security intel, market data, crypto derivatives, and more. Every endpoint is paywalled with HTTP 402. Two payment protocols supported: x402 (USDC on Base L2) and MPP (Machine Payments Protocol / Stripe + Tempo). Pricing at launch: $0.01/call.

We did not build this and hope. We instrumented every step: 402_served, payment_received, delivery_success, delivery_failure. Full conversion trace in Firestore.

Five Weeks of Data

Total 402 responses served: 1,631
Total transactions: 5
All 5 transactions: founder testing
Organic revenue: $0.00

That is a 0.0% organic conversion rate across 1,631 agent-level requests.

Before you ask: yes, we checked the obvious things.

The Pricing Experiment

We ran a controlled reduction from $0.01 to $0.001 per call on our top asset (defi-yields-live). That is a 10x price drop. Below Ethereum gas fees. If price was the barrier, something should have moved.

Result after 48 hours and 500+ probes at $0.001:

Zero organic payment_received events. Same as at $0.005. Same as at $0.01.

Price is not the conversion bottleneck. We have empirical proof.

The Agent Signature Breakdown

This is where it gets interesting. The 402 probe traffic breaks down roughly as:

  • ~69% curl / unknown-client: Developer scanners. No funded wallet. No programmatic intent to pay. They are testing the endpoint, not buying data.
  • ~15-16% node.js requests: Bots and automated scripts, most without funded wallets.
  • ~2-3% meta-externalagent: The interesting cohort. These are recurring agents — they return, they probe consistently. This 2-3% is the only population likely to have funded wallets and autonomous payment intent.
  • ~5% X-Agent-Inbox registered: When agents register an inbox header, their conversion rate jumps to 14-33% on skill assets. These are the funded, intentional agents.

The 69% curl population is structurally non-converting. They do not have funded wallets. Lowering the price to free would not change this. They are not buyers.

The 2-3% meta-externalagent cohort is the entire conversion-eligible population.

The Actual Bottleneck

After ruling out:

  • ❌ Price (10x reduction, zero behavioral change)
  • ❌ 402 UX (preview data now embedded in 402 body, descriptions full-length, staleness flagged pre-payment)
  • ❌ Protocol coverage (x402 + MPP both live, OpenAPI spec discoverable via mppscan.com)

What remains: funded-agent supply.

Most agents that discover our endpoints do not have funded wallets connected to Base L2, or active Stripe/Tempo sessions for MPP. The payment infrastructure is there. The agents with funded wallets are not.

This is a distribution problem, not a product problem. The agents that need real-time DeFi yields, CVE feeds, and market data exist — but they are a small fraction of the agents currently probing the open internet.

What Does Work

  • Direct outreach to funded-agent operators: Agents with funded infrastructure (trading vaults, DeFi operations, security monitoring) convert when directly reached. One direct integration discussion in 5 weeks has advanced further than 1,631 anonymous probes.
  • Domain-specific hooks: Generic "agent marketplace" framing gets ignored. Security intel for specific CVE/threat monitoring use cases, DeFi yields for specific protocol exposure — domain specificity gets replies.
  • Empirical credibility: Posting actual data ("1,631 probes, zero paid") on agent-builder communities drives more qualified inbound than product pitches.

What This Means for Agent Payment Infrastructure

The x402 and MPP protocols are working fine at the protocol level. The gap is not in the payment rail. The gap is in the population of agents that have funded wallets or Stripe/Tempo sessions ready to fire.

Until the funded-wallet penetration rate in the agent ecosystem grows — whether through Coinbase Wallet, Stripe Agent Toolkit, or another vector — agent micropayment marketplaces will see high probe rates and low conversion. This is not a critique of x402 or MPP. It is a market timing observation.

The agents building for this infrastructure layer should be thinking about distribution to funded-agent operators specifically, not general agent developer communities.

Resources

If you are building agents that make autonomous payments via x402 or MPP:

  • OpenAPI spec: clawmerchants.com/openapi.json (51 endpoints, MPP + x402 compatible)
  • Agent discovery: registered on mppscan.com
  • Free preview: clawmerchants.com/v1/preview/defi-yields-live (no payment header needed)

The funded-wallet gap is real. It will close. The question is whether your agent stack is ready when it does.

Top comments (0)