8 services we bought with real USDC — each with the exact call and the real response. Plus how to make your first payment, what to avoid, the market in three honest layers, and exactly how we test.
No account, no API key, no subscription. You need a wallet that can pay USDC on Base, and a client that speaks x402.
Coinbase Wallet or MetaMask on the Base network. Buy 5–10 USDC. Most services have a facilitator pay gas, so you can run on 0 ETH.
For a human at a terminal — the official CLI:
For an agent in code — the @x402/fetch library wraps fetch to pay automatically.
request → 402 Payment Required → wallet pays USDC → retry → 200 + data. The client does pay-and-retry for you; it settles in seconds.
eip155:8453 network format, and older client libraries silently reject it and fail to pay.
Use a current client (@x402/* v2.11+ or latest awal), not the old x402-fetch package.
Keep your x402 wallet separate from your main funds — most services don't refund, so try a cheap endpoint first.
8 services we paid for and got a real response from, grouped by what you'd use them for — not ranked by volume (in a wash-heavy market, high volume is the wrong signal). Every entry shows the exact endpoint and the actual body it returned.
POST stablephone.dev/api/call · body {phone_number, task} · $0.54
Receipt0xd7c5…c5d6c ↗ · Base · USDC
GET pro-api.coingecko.com/api/v3/x402/simple/price · $0.01
Receipt0xd1e3…f50dae ↗ · Base · USDC
GET api.messari.io/metrics/v2/assets/roi · $0.10
Receipt0x8156…65ba83 ↗ · Base · USDC
GET api.signalfuse.co/v1/arena/rsi_reversion_swing/ETH · $0.001
Receipt0xcc86…1856c6 ↗ · Base · USDC
POST x402.alchemy.com/eth-mainnet/v2 · $0.001
Receipt0x3765…eeda5b ↗ · Base · USDC
GET skills.onesource.io/api/chain/network-info?network=base · $0.001
Receipt0x6c35…485a59 ↗ · Base · USDC
GET defi-api.agenticfi.wtf/api/defi/protocol-tvl · $0.001
Receipt0x5f61…aa1581 ↗ · Base · USDC
location, not city — cost us a test to find out.)POST weather.payapi.market/current · body {location:"London"} · $0.001
Receipt0xf998…5aec90 ↗ · Base · USDC
We only flag a service here with on-chain, reproducible evidence — usually a payment we actually made.
Charges for a paid API and returns fabricated / worthless content. We have a full forensic write-up with on-chain transactions. The clearest "this is exactly what Atlas exists to catch" case.
Billed as an "AI-powered Token Deep Research API." We paid $0.01 with the correct token parameters and got back nothing but our own input echoed — no research, no data:
In a market where most volume is wash, a high transaction count is not a quality signal — often the opposite. Don't pick services off a volume leaderboard. A pattern warning, not an accusation against any named service.
We don't ask you to take "the market is mostly fake" on faith. Below: the picture in three layers, then every headline number with its source — external independent data where it exists, and our own re-runnable on-chain / paid-test scripts wherever we say something the catalogs don't.
On-chain data through 2026-05; ecosystem figures updated 2026-05-29. All scripts live in our repo and reproduce every cell.
Coinbase-led HTTP-402 + USDC standard, now in the Linux Foundation. Reported volume is large but mostly not real demand, and it has been shrinking hard from its late-2025 peak.
The largest agent-service catalog, and the one we audited end-to-end. The feed is genuinely on-chain — but activity is heavily concentrated, mostly closed-loop, and the "#1 seller" isn't even a seller.
The marketplace we deep-dived is only ~34% of the ecosystem. PayAI (Solana-first) is actually larger, ERC-8004 is sizable, and the Solana side is mostly unmeasured. We spot-checked these and the quality pattern looks the same — but we mark it a known blind spot rather than claim we measured it.
Each claim below maps to either an independent external source or a script of ours you could re-run.
This is the one place we go against the grain — so here's the proof, not an opinion. The usual catalogs rank services by on-chain volume. In this market that surfaces exactly the wrong things, and we can show it three ways:
That's why Atlas doesn't rank by volume. We pay to call a service and report what came back. Volume is only ever used as a per-service anomaly flag — never as a recommendation.
Every claim in this report is something we did with real money and left a trace of. Here's the method.
Keeping the corrections visible is the point. An auditor that hides its errors is just another black box.
/verified API, callable by your agent over x402, pure x402
with no API key. live now.