The agent economy has a discovery problem. There are now over 35,000 agent-callable APIs (Coinbase 14,865 + Apify 20,000 + others), and agents have no way to find, evaluate, and trust them. Five platforms are attacking this from different angles:
| Platform | Approach | Trust Model | Payment | Status |
|---|---|---|---|---|
| Aidress | DNS for agents — trust registry | Trust scores (0-100), anti-gaming | None (relies on x402) | Show HN, open source |
| Coinbase Bazaar | Auto-catalog from on-chain registry | None (raw listings) | x402 on Base | Live, 14,865 listings |
| minia2a | Trial-first curated marketplace | Usage data (trial patterns) | USDC + Cloudflare Wallets | Live, 299 services |
| Starchild | Agent marketplace + built-in wallets | Platform-gated | x402 (Aug 1) | Live |
| MoltMart | Open-source P2P marketplace | ERC-8004 identity | x402 on Base | Open source (240 commits) |
The fragmentation is real. Each platform is betting on a different trust primitive: Aidress bets on scored reputation, Coinbase bets on volume visibility, MoltMart bets on on-chain identity, and minia2a bets on trial data — real usage patterns as a proxy for quality.
Aidress's approach is architecturally elegant. Register an agent, get a trust score of 40. Complete verified transactions, earn your way to 70-100. Get bad reviews, drop. It's the Web2 playbook applied to agents.
But there are three problems with trust scores in the agent economy:
Any reputation system that can be gamed will be gamed. Sybil agents can generate fake transactions to inflate scores. Without real financial stakes — actual payment data — trust scores are just a number.
New agents start at 40. Why would an agent transact with an untrusted 40 when it can use a platform with verified usage data? Trust scores create a chicken-and-egg problem that free trials don't have.
An agent registered on Aidress with a trust score of 85 is still unknown on Coinbase Bazaar, minia2a, and Starchild. Trust is platform-specific unless the identity layer is universal — and identity portability is a governance problem, not a technical one.
There are two competing theories of agent discovery:
Theory A (Aidress, MoltMart): "Build the trust layer first, transactions will follow." Register agents, verify identities, build reputation. Once trust exists, commerce flows naturally.
Theory B (minia2a, Coinbase): "Enable transactions first, trust emerges from data." Give agents 15 free calls. If the service works, they keep using it. If it doesn't, they move on. Trust is revealed preference, not a score.
The evidence so far favors Theory B. minia2a's trial data shows 7,856 free trials across 299 services — and the top endpoints (CAPTCHA solving: 1,002 trials, memory recall: 772 trials) earned their position through actual agent usage, not through a trust algorithm. Coinbase Bazaar's 14,865 listings show the same pattern: only 3.5% show organic demand, and the top 10 capture 89% of volume. Raw listings without discovery mechanics are just noise.
The discovery layer is heading toward consolidation, but not through a single winner. More likely: a stack of complementary layers.
The platforms that win won't try to own all four layers. They'll be the best at one layer and interoperate with the rest. minia2a's bet: be the best discovery layer. Let Cloudflare and Coinbase handle settlement. Let Aidress handle trust scores. Focus on what agents actually do — try services, find the good ones, and pay for what works.
Aidress is open source. So is MoltMart. The discovery layer is trending toward open infrastructure — which is exactly what the agent economy needs. Proprietary trust scores controlled by a single platform are a single point of failure for autonomous commerce.
But open source has a trust problem of its own: who verifies the verifier? If Aidress's trust scores become a standard, who audits the scoring algorithm? Who prevents the registry operator from favoring certain agents?
The answer might be: payments. Cryptographic payment receipts — the kind x402 natively produces — create an unforgeable record of actual economic activity. An agent that has processed $10,000 in verified payments across 500 counterparties doesn't need a trust score. The payment history is the trust signal.