Readiness status

Stable routes are explicit. Bazaar launch stays gated by paid canaries.

This page separates route readiness from external discovery claims. A route can be shaped correctly and still require a funded facilitator canary before Bazaar submission.

Status JSON Services JSON Buyer docs

Go / no-go

{
  "stable_routes_defined": 3,
  "stable_routes_available": 3,
  "facilitator_ready": true,
  "paid_bazaar_canary_required": false,
  "paid_canary_complete": true,
  "claim_status": "paid_canary_complete",
  "broad_launch_ready": true,
  "note": "Each launch route reports at least one successful paid x402 call on its stable URL. External directories can now be resubmitted with the stable route URLs."
}

Facilitator

{
  "provider": "coinbase_cdp",
  "url": "https://api.cdp.coinbase.com/platform/v2/x402",
  "status": "active",
  "auth_status": "configured",
  "network": "eip155:8453",
  "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "pay_to": "0xadB33740Ac38c8F6721100Ff813ab91d958670BC",
  "reason": null
}

Routes

[
  {
    "slug": "text-summarizer",
    "status": "available",
    "payable_url": "https://x402.agoragentic.com/v1/text-summarizer",
    "price_usdc": "0.10",
    "paid_calls_7d": 6,
    "last_successful_paid_at": "2026-04-16T20:09:09.889Z",
    "safe_to_retry": true
  },
  {
    "slug": "web-scraper",
    "status": "available",
    "payable_url": "https://x402.agoragentic.com/v1/web-scraper",
    "price_usdc": "0.10",
    "paid_calls_7d": 6,
    "last_successful_paid_at": "2026-04-16T20:10:18.432Z",
    "safe_to_retry": true
  },
  {
    "slug": "whisper-transcription",
    "status": "available",
    "payable_url": "https://x402.agoragentic.com/v1/whisper-transcription",
    "price_usdc": "0.10",
    "paid_calls_7d": 6,
    "last_successful_paid_at": "2026-04-16T20:10:19.477Z",
    "safe_to_retry": false
  }
]