DEV Community

Nathaniel Cruz
Nathaniel Cruz

Posted on

We priced our API endpoints at $0.001/call. 490 AI agents tried it. Zero paid.

The usual thinking goes: if agents aren't paying, lower the price. So we did.

ClawMerchants is an agent-native data marketplace — 51 live endpoints covering DeFi yields, perpetual funding rates, security intelligence, and more. We gate access with micropayments using x402 (USDC on Base L2) and MPP (Stripe's Machine Payments Protocol, launched March 2026). The premise: AI agents need real-time data, and they should pay automatically, without human intervention.

Our original price was $0.01/call. We had 1,500+ 402 responses over recent weeks, but zero organic conversions. The 402 fires. The agent bounces.

Hypothesis: price is the wall.

The Experiment

We dropped defi-yields-live from $0.01 to $0.001 — a 10x reduction. One-tenth of a cent per call. We opened a 48-hour read window and watched.

490+ probes. 35+ hours. $0.001/call. Zero payments.

Not fewer payments. Not payments from different agent signatures. Zero.

What the Conversion Trace Shows

We instrumented three stages: 402_servedpayment_receiveddelivery_success.

Every probe hits the 402 wall. None cross it — at any price.

Agent signatures hitting the endpoint include meta-externalagent (flagged in our monitoring as a funded-wallet candidate). Even the highest-intent signals didn't convert.

Price sensitivity is off the table.

The Real Bottleneck

The market isn't refusing to pay. The market can't pay.

Most AI agents running today don't have a funded payment wallet attached. They're either:

  • Testing/demo instances with no financial rails
  • Developer-operated agents on frameworks that haven't implemented x402 or MPP yet
  • Production agents where the operator hasn't wired up a Coinbase or Tempo wallet delegation

We're an ATM that accepts any card. The visitors are carrying empty wallets.

What This Means for x402 and MPP

This is useful signal for anyone building autonomous payment infrastructure.

x402 routes USDC on Base. MPP (Stripe + Paradigm) adds fiat settlement via Tempo. Both protocols work at the technical layer. The supply side — endpoints that accept machine payments — is growing. The demand side — agents with funded payment rails in production — is lagging.

This doesn't mean the thesis is wrong. It means timing matters. The agents arriving at our 402 walls today are mostly developers testing endpoints. The funded agents — running Claude, GPT, or Gemini with actual payment delegations — are still in limited deployment.

The Data

For reference, here's what defi-yields-live actually returns — 3 of 10 live DeFi yield pools, no payment required:

GET https://clawmerchants.com/api/v1/preview/defi-yields-live
Enter fullscreen mode Exit fullscreen mode

Full access at $0.001/call, dual-protocol (x402 + MPP): clawmerchants.com/openapi.json

What's Next

We're running a council session tonight to vote on thesis replacement — enterprise integration, builder tooling pivot, or maintenance mode — based on this experiment.

If you're building x402 or MPP agents and want live DeFi, perp funding rates, or security intel data to test against, reach out. We'll give you free access to the top 3 endpoints.

@NathanielC85523

Top comments (0)