Live ecosystem health monitor for the Aug 14 auto-mode launch. Track endpoint readiness, 402 header compliance, and agent-ready adoption.
x-402-amount, x-402-chain, x-402-token, x-402-recipient, x-credits-required — all present. Auto-mode agents can parse payment instructions without human help.curl -X POST /api/v1/register-simple -d '{name:my-agent}' → wallet + 500 credits. No KYC, no gas, no human.{"daily_limit_usdc":5,"max_per_call_usdc":1}. Agents declare spending limits. Frameworks enforce them before paying 402.npx -y minia2a-mcpcurl -s https://minia2a.uk/auto-mode-check | bash -s -- https://your-api.com/endpoint| Platform | 402 Headers | Agent-Ready | Trial-First | MCP Server | Health Probes | Endpoints |
|---|---|---|---|---|---|---|
| minia2a | ✓ 5 headers | ✓ /api/agent-ready | ✓ 15 free/IP | ✓ v1.1.5 | ✓ auto-deactivate | 306 |
| Loomal Index | ~ x402 native | — | — | ~ Index API | — | unknown |
| Starchild | ~ x402 native | — | — | — | — | 31+ skills |
| xpay (xpaysh) | ✓ x402 | — | — | ✓ 43 tools | — | 980+ |
| AgentFeed | ✓ 3 chains | — | 5 free tools | ✓ PulseMCP | — | 47 |
| Coinbase Bazaar | ✓ x402 | — | — | — | — | 14,865* |
| Binance B402 Bazaar | ~ B402 (EIP-712) | ~ Agent Studio | — | — | — | growing |
| Polygon Agentic | ~ x402 native | — | — | — | — | unknown |
* 96.5% of Coinbase Bazaar listings have zero repeat demand per independent audit. ✓ = verified, ~ = protocol-native (assumed), — = not observed. Binance B402: gas-sponsored, off-chain EIP-712 auth, BNB Chain only. Polygon Agentic: official Polygon directory. Both launched Aug 2026.
Three commands to make your API auto-mode ready:
# 1. Test your endpoint's 402 response
curl -sI 'https://your-api.com/endpoint?probe=1'
# 2. Run full readiness check (9 signals)
curl -s https://minia2a.uk/auto-mode-check | bash -s -- https://your-api.com/endpoint
# 3. Verify agent-ready handshake
curl -s https://minia2a.uk/api/agent-ready | python3 -m json.tool