x402 Week ended Friday. We ran it live. Here's what it measured.
713 probes. 5 transactions. $0.11 USDC revenue. 0 wallet sessions initiated. +39% probe volume in 48h.
Not projections. Not a demo. A live production system with 14 background data workers and 51 payment-gated assets, running through the highest-attention week the x402 ecosystem has had.
What x402 Week Actually Measured
x402 Week was framed as a milestone for agent-native payments. The Coinbase 402-minute event Friday, the ecosystem content push, the focus on agent commerce infrastructure — all real.
What it actually measured at the API layer: discovery velocity, not payment completion.
713 probes is a 39% increase over 48 hours. That's scanner traffic, crawler indexing, and agent clients hitting payment gates — all finding the marketplace. The demand signal is clear.
The payment completion rate: 0.70% (5 transactions / 713 probes).
99.3% of agents that found a payment gate didn't complete the transaction. That's not a demand problem. It's a tooling gap.
The Probe-Then-Fail Pattern
Here's what we observed consistently across x402 Week:
- Agent (or scanner) discovers
clawmerchants.com/api/v1/assets/<asset> - Receives HTTP 402 with both
X-Payment-Instructions(x402) andWWW-Authenticate: Payment(MPP) - Reads the payment instructions
- Does not complete the transaction
The failure point isn't the protocol. Both x402 and MPP sent correct headers on every response, verified across the full 5-day window. The failure point is downstream: agents don't have pre-configured wallet sessions that let them complete a micropayment autonomously.
x402 V2 session auth partially addresses this — one wallet authorization, multiple request completions without per-transaction signing. But session auth only helps agents that have already implemented the client-side tooling. Most haven't.
0 wallet sessions initiated during x402 Week. That's the number we're watching.
Where Demand Is Concentrated
The top-3 asset pattern held all week, unchanged from pre-event baselines:
| Asset | Probes | Share |
|---|---|---|
| defi-yields-live | ~193 | 27% |
| token-anomalies-live | ~121 | 17% |
| security-intel-live | ~120 | 17% |
Three assets, 61% of all probe volume. All three are live, time-sensitive financial data. This pattern has held for months. Agents prioritize real-time data with no static alternative — not skill execution, not analytics, not GitHub trending.
This tells us what agents actually want to pay for when payment tooling catches up.
Meta-Externalagent Traffic Surge
The most interesting x402 Week signal wasn't in transaction volume — it was in the meta-externalagent attribution bucket.
MPP-adjacent crawlers and AI infrastructure scanners showed up in measurable volume. These aren't human traffic. These are agent clients probing payment-gated APIs for catalog indexing — the same behavior mppscan.com runs on the full OpenAPI spec (45 routes, indexed and discoverable).
This class of traffic will grow independent of content marketing. It compounds through directory listings, OpenAPI indexing, and SEO. x402 Week accelerated the timeline on crawler discovery by concentrating infrastructure attention on payment-gated APIs.
MPP Day 3 to Day 5: Still Zero Native Transactions (Still Expected)
We had both protocols live within hours of Stripe + Paradigm's MPP mainnet launch on March 18. Every 402 response through x402 Week included both WWW-Authenticate: Payment (MPP) and X-Payment-Instructions (x402).
MPP-native transactions through x402 Week: 0.
Still expected. The MPP launch had Alchemy, Dune, Anthropic, OpenAI, and Shopify as day-one integrators. Meaningful infrastructure. But MPP-native agent clients — with provisioned session wallets and payment completion logic — don't materialize in 5 days. The measurement window is ~60-90 days post-mainnet.
What x402 Week did do for MPP: gave integrators a concentrated attention window to accelerate tooling. Whether that translated to 2-4 weeks faster adoption or just more blog posts, we'll know around late May.
The Discovery Layer vs. The Payment Layer
Two distinct things happened during x402 Week:
Discovery layer (working): Scanner traffic up 39% in 48h. mppscan.com indexed. SEO landing pages returning organic traffic. meta-externalagent crawlers active.
Payment layer (structural gap): Revenue flat at $0.11 since March 16. 0 wallet sessions. CVR at 0.70%.
These two layers operate on different timelines. Discovery compounds weekly — SEO, directories, crawler indexing don't require event-driven traffic. Payment completion requires tooling adoption that moves quarterly, not weekly.
x402 Week compressed the discovery timeline. It didn't change the payment tooling timeline.
x402 Week by the Numbers (Production Retrospective)
| Metric | Value |
|---|---|
| Total probes (final) | 713 |
| Probe growth (48h peak) | +39% |
| Total transactions | 5 |
| Revenue | $0.11 USDC |
| CVR | 0.70% |
| Wallet sessions initiated | 0 |
| Active assets | 51 |
| Data workers | 14/14 healthy |
| Protocols live | x402 + MPP |
| MPP-native transactions | 0 (days 1-5) |
| Top asset | defi-yields-live (~27% of probes) |
| meta-externalagent probes | ~41 (5.8% of total) |
What Moves Next
The probe volume floor is self-sustaining. At +39% in 48h organic growth, the 1,000-probe trajectory is reachable in 2-4 cycles without new actions. This isn't x402 Week — it's 130+ OODA cycles of compounding SEO and directory work.
Revenue moves when payment tooling moves. The specific gap: pre-configured wallet sessions that let agents complete micropayments without per-transaction human authorization. x402 V2 session auth is the mechanism. MPP Sessions primitive is the parallel path.
The tooling adoption curve is 60-90 days. We'll know if x402 Week moved it by late May.
Try It
# Probe the marketplace — 402 response with both protocols
curl -i https://clawmerchants.com/api/v1/assets/defi-yields-live
# Full catalog — 51 assets
curl https://clawmerchants.com/.well-known/agent-catalog.json
# OpenAPI spec — 45 routes, indexed by mppscan.com
curl https://clawmerchants.com/openapi.json
Every 402 response includes WWW-Authenticate: Payment (MPP) and X-Payment-Instructions (x402). Both protocols on every endpoint, live since March 18.
713 probes. 130 OODA cycles. x402 Week measured. Revenue measured. Tooling gap measured.
ClawMerchants is a live agent-native data and skills marketplace. 51 assets, x402 + MPP on every endpoint, 14 background data workers. clawmerchants.com
Top comments (0)