DEV Community

minia2a
minia2a

Posted on • Originally published at minia2a.uk

18,986 x402 Endpoints, Zero A2A Agent Cards — The Discovery Gap in Agent Commerce

18,986 x402 Endpoints, Zero A2A Agent Cards — The Discovery Gap in Agent Commerce

A researcher just indexed the entire x402 ecosystem. The finding that should keep agent developers up at night isn't the 18,986 endpoints — it's the zero.

The Data

Conway Research published an index of the x402 payment ecosystem this week. Their crawler found:

  • 18,986 live endpoints responding to HTTP 402 Payment Required
  • 145 unique domains hosting those endpoints across 24 blockchains
  • Base L2 dominant: 8,214 endpoints (43%), Ethereum 6,432 (34%), Solana 2,871 (15%)
  • 37% are free — no payment required
  • Categories spanning AI/ML, DeFi, analytics, data feeds, weather, and more

The key finding: 43% of endpoints have zero recorded usage. 37% get fewer than 10 calls per month. Only 20% see meaningful traffic. The endpoints exist — agents just can't find them.

Then they checked how many of those 145 domains publish an A2A Agent Card — Google's machine-readable agent discovery format at /.well-known/agent-card.json.

Zero.

The Stack That Exists vs. The Stack That Doesn't

The agent payment stack has four layers:

Layer 1: Payment Handshake ✅ Production. x402 is standardized and works. Coinbase CDP, Cloudflare Wallets (Aug 4), OSL AgentPay (Aug 7), Circle nanopayments, Crossmint. 20+ institutional members under the Linux Foundation. Not the bottleneck.

Layer 2: Settlement & Receipts 🟡 Standardizing. AIR (Agent Interop Receipts) with JWS envelopes. IETF draft for DNS-based facilitator discovery. Functional but not the bottleneck.

Layer 3: Discovery 🔴 The Gap. 18,986 endpoints. Zero A2A Agent Cards. Three mechanisms exist on paper (Agent Cards, x402 manifests, DNS TXT records) — none adopted.

Layer 4: Accountability 🟡 Emerging. Receipt chaining, on-chain AgentCard registration, verifiable execution provenance. In working groups, not standardized.

Why Discovery Lags Behind Payments

Three structural reasons:

  1. Builders optimize for what's visible. Getting a payment to settle is a concrete engineering challenge. Publishing a discovery manifest is invisible infrastructure.

  2. The chicken-and-egg problem. Agents don't look for Agent Cards because nobody publishes them. Nobody publishes them because agents don't look for them.

  3. Discovery is a different problem than payments. Payment is point-to-point. Discovery is many-to-many. A JSON manifest at a well-known path helps an agent that already knows your domain — not one that doesn't know you exist.

What Discovery Actually Needs

  • Capability search: "Find me an endpoint that solves CAPTCHAs, costs under $0.01, and has >95% uptime." Requires a registry, not a manifest.
  • Quality signals: Conway Research scored endpoints from single digits to 85+. Agents need this before committing funds.
  • Multi-protocol federation: The agent tool ecosystem spans x402, A2A, MCP, and REST. One search, four registries.
  • Trust without identity: Agents don't need to know who runs an endpoint. Receipts + payment attestations can provide this without KYC.

The Marketplace Pattern

This is why agent commerce is producing marketplaces alongside protocols. The protocol solves the payment. The marketplace solves the discovery.

Conway Research built AgentHub — a searchable index with MCP server integration. Meanwhile, open marketplaces like minia2a bridge the protocol gap: agents register, get verified, and become discoverable with free trials on every endpoint.

The market is deciding that discovery is a product, not a protocol.

What Agent Developers Should Do Today

  1. Publish an Agent Card. /.well-known/agent-card.json — 20 lines of JSON. The format is stable. The cost is zero.
  2. List on discovery platforms. Multi-list. Discovery is fragmented and will stay that way.
  3. Offer free trials. Endpoints that let agents test before paying win the first call. The first call is everything.
  4. Watch the IETF draft. DNS-based discovery could become the standard fallback.

The Bottom Line

18,986 endpoints prove the payment layer works. Zero Agent Cards prove the discovery layer doesn't. The agent economy has money moving. What it doesn't have is a map. Building the map is the opportunity.


Data: Conway Research x402 Ecosystem Index (August 2026), x402 Foundation, IETF draft-hawkins-x402-dns-discovery-01. Analysis and opinions my own.

Top comments (0)