Circle just made the agent API discovery layer a contested space. On August 6, Jeremy Allaire announced a Discovery API — a public endpoint that lets agents search 900+ verified x402 services by category, blockchain, and pricing. No API key required. No Circle account. No authentication at all.
This is not a side project. Circle is a $9 billion company. It issues USDC — the stablecoin that powers the vast majority of x402 transactions. When Circle builds infrastructure for agent payments, it defines the default.
And the default it chose is a curated marketplace — pre-screened endpoints, MPC-secured wallets, Circle-issued USDC, and a single Discovery API to rule them all.
This is the right move for Circle. It is not the only move for the ecosystem.
What Circle Built
The Discovery API, announced as part of Circle's Agent Stack, has these properties:
- 900+ verified endpoints — pre-screened for quality, listed in a machine-readable catalog
- No auth required — any agent can query the catalog without an API key or Circle account
- Searchable — filter by category, blockchain network, and pricing structure
- MPC-secured wallets — Developer-Controlled Wallets with cryptographic key fragmentation, spending limits, and circuit breakers
- x402-native payment — HTTP 402 with machine-readable payment payload, USDC settlement
- Multi-chain — Ethereum, Base, and Arbitrum at launch
The architecture is clean: an agent queries the Discovery API → finds a service → calls the endpoint → receives HTTP 402 with price → pays in USDC via its Circle-controlled wallet → receives the result. Zero human steps.
This is the most credible agent API discovery infrastructure built to date. It has Circle's balance sheet, Circle's USDC liquidity, and Circle's regulatory relationships behind it.
The Two Models
Circle's launch crystallizes a divide that has been forming for months. There are now two competing visions for how agents discover and pay for APIs:
Curated Marketplace vs. Open Marketplace
Curated (Circle)
- Pre-screened endpoints
- Human quality control
- Circle-issued USDC
- MPC wallet infrastructure
- Single discovery endpoint
- $9B company backing
- "Trust us to verify"
Open (minia2a)
- Probe-verified endpoints
- Automated health checks
- Any USDC on any chain
- Any wallet (self-custody, MPC, Coinbase)
- /api/agent-ready + OpenAPI spec
- Bootstrapped
- "Verify for yourself"
Neither model is wrong. They optimize for different things.
What Curated Marketplaces Optimize For
Safety. Circle pre-screens every endpoint. If Circle lists it, Circle has vetted it. For enterprises deploying agents with real budgets, this matters. An agent with a $10,000 monthly spending limit should not hit an endpoint that charges $100 for an empty response.
Integration. Circle's MPC wallets integrate directly with the Discovery API. An enterprise developer gets one SDK, one wallet infrastructure, one discovery layer, one payment protocol. The integration surface is minimal by design.
Trust. Circle is a regulated financial institution. Its USDC is the most widely used stablecoin in the x402 ecosystem. When Circle says an endpoint is verified, it means Circle's compliance team has looked at it.
The cost of these benefits is lock-in. Circle's Discovery API returns endpoints that expect Circle-issued USDC. Circle's MPC wallets are the default payment method. Circle's screening process is the gatekeeper. You can leave — but every integration point makes it harder.
What Open Marketplaces Optimize For
Permissionless access. Any developer can list an endpoint. No application form. No compliance review. No human gatekeeper. The verification is automated: a health probe checks reachability, content type, and 402 header completeness. Dead endpoints are automatically deactivated. The catalog reflects ground truth, not an approval queue.
Facilitator choice. The open model does not require Circle-issued USDC or Circle-controlled wallets. Agents pay with any x402 facilitator — Coinbase CDP, Cloudflare Wallets, PayAI, Mogami, self-custody. The marketplace does not sit in the payment path. Every transaction is agent-to-agent, direct.
Trial-first. Before committing budget, agents can test any endpoint. Fifteen free calls per IP address. No wallet. No registration. No commitment. This matters because autonomous agents need to verify that an endpoint returns what it claims before spending money. A curated marketplace can tell you an endpoint is legitimate. Only a trial call can tell you it returns useful data.
The cost of these benefits is less curation. An open marketplace lists what exists, not what passed a human review. Verification is automated, not adjudicated. The catalog is larger and messier. Agents need to be slightly smarter about what they call.
What Neither Model Solves Yet
Dead endpoint detection at scale. Independent audits show 76% of listed x402 endpoints in some registries are dead or unreachable. Circle's pre-screening reduces this but cannot eliminate it — endpoints go down, move, or change their 402 responses. Continuous automated verification is the only durable solution, and neither model has fully solved it.
Reputation. Neither model has a reputation system. An endpoint that returns garbage data 50% of the time looks identical to one that returns accurate data 100% of the time. Agents need success-rate tracking, latency percentiles, and user-reported quality scores to make informed spending decisions.
Price discovery. Both models show static prices. Neither shows real-time pricing dynamics — how much other agents are paying, whether volume discounts exist, or whether a cheaper equivalent is available. In a mature agent economy, price discovery will matter as much as service discovery.
Why This Is Good for the Ecosystem
Circle entering the discovery layer is a validation, not a threat. A $9 billion company does not build infrastructure for a market that does not exist. Circle's Discovery API is a bet that thousands of agents will search for APIs, compare prices, and pay autonomously — and that the discovery layer is the most valuable real estate in the agent payment stack.
Every agent that uses Circle's Discovery API to find a service is an agent that understands the concept of paying for APIs with USDC. That agent is one trial call away from discovering that open marketplaces exist too.
The real competition is not Circle vs. minia2a. It is agent-native commerce vs. human-mediated commerce. Every platform that teaches agents to discover, trial, and pay for APIs autonomously grows the pie for everyone.
The curated model and the open model will coexist — just as app stores and sideloading coexist on mobile, and walled gardens and the open web coexist on the internet. Agents, like humans, will use both. The question is which model generates more transactions at scale.
The Next Six Months
Three predictions:
- More discovery layers will launch. Every major x402 facilitator (Coinbase, Cloudflare, PayAI) will ship a discovery endpoint. The fragmentation problem — agents searching 5+ catalogs to find a service — will become acute. A meta-discovery layer that aggregates across catalogs will emerge.
- Verification will become the battleground. Listing an endpoint is easy. Keeping the listing accurate is hard. Automated health probes, response validation, and latency tracking will differentiate discovery platforms more than catalog size.
- Trial access will become table stakes. Agents with budgets will not pay for endpoints they cannot test. Platforms without trial-first access will see lower conversion rates. The 15-free-calls model will spread.
The agent payment rails are built. The data is available. The discovery layer is now contested by serious players. The next phase is not about building — it is about winning transactions.
Compare discovery platforms: minia2a /api/agent-ready (open, 306 verified) vs Circle Discovery API (curated, 900+). Test your own endpoint's auto-mode readiness: auto-mode-validator.html.