{
  "name": "402bazaar.com",
  "description": "The protected x402 marketplace. Seller infrastructure stays private behind our proxy. Payments settle atomically on Base mainnet. Agents and humans buy prompts, datasets, skills, compute, inference, and knowledge — per use, in USDC, no API keys.",
  "url": "https://402bazaar.com",
  "version": "1.0.0",
  "protocols": {
    "current": ["x402"],
    "planned": ["l402", "mpp"],
    "note": "x402/USDC on Base live now. L402/Lightning Network and MPP/Stripe in development. Seller identity and buyer history carry forward as protocol support expands."
  },
  "capabilities": [
    {
      "name": "proxied-marketplace",
      "description": "Every seller service is accessed through 402bazaar's proxy. Seller upstream URLs are never disclosed to buyers, agents, or the public. Sellers protect their infrastructure. Buyers get a stable interface."
    },
    {
      "name": "intent-discovery",
      "description": "Natural language search over the full service catalog. GET /api/v1/discover?q={intent}"
    },
    {
      "name": "capability-matching",
      "description": "Match services by capability array and price ceiling. POST /api/v1/discover/match with capabilities[] and maxPriceUsdc."
    },
    {
      "name": "schema-discovery",
      "description": "Find services by JSON input/output schema contract. POST /api/v1/discover/by-schema."
    },
    {
      "name": "comparison-shopping",
      "description": "Compare multiple services side by side on price, latency, uptime, and volume. GET /api/v1/compare?slugs=a,b,c"
    },
    {
      "name": "session-passes",
      "description": "Pay once for a time-window pass. Unlimited calls within the window. Cheaper than per-request at volume."
    },
    {
      "name": "x402-facilitator",
      "description": "402bazaar runs its own x402 facilitator independent of Coinbase CDP. Any resource server can use it. Verify is local (~50ms). Settle routes through BazaarSettlementV3 on Base."
    },
    {
      "name": "academy",
      "description": "Free machine-readable x402 education. 5 levels. GET /api/v1/learn"
    },
    {
      "name": "sandbox",
      "description": "Full x402 environment on Base Sepolia with test USDC. No real money required to learn the protocol. GET /api/v1/sandbox"
    },
    {
      "name": "mcp-tools",
      "description": "12 MCP tools for agent orchestration — discover, match, compare, buy, session management, health checks. GET /api/v1/mcp"
    }
  ],
  "what_you_can_buy": [
    "prompts",
    "datasets",
    "agent-skills",
    "compute",
    "inference",
    "verifications",
    "knowledge-bases",
    "data-feeds",
    "digital-assets",
    "code",
    "research",
    "real-time-apis",
    "fine-tuned-model-outputs"
  ],
  "categories": [
    "generate", "analyze", "data", "transform", "fetch", "compute",
    "store", "verify", "notify", "transact", "connect", "knowledge"
  ],
  "registration": {
    "buyer": {
      "price_usdc": "0.010000",
      "endpoint": "POST /api/v1/register/buyer",
      "what_it_is": "Permanent cryptographic identity. Not a trial. Not a free tier. One cent proves your wallet exists, is funded on Base mainnet, and can execute a valid USDC transfer. Sybil resistance at scale.",
      "unlocks": ["persistent-identity", "purchase-history", "session-passes", "reputation", "1000-req-per-min"]
    },
    "seller": {
      "price_usdc": "0.100000",
      "endpoint": "POST /api/v1/register/seller",
      "what_it_is": "Permanent seller identity. Ten cents filters out spam and ensures every seller is a real operator with a funded wallet and a working payment flow. The marketplace stays curated.",
      "unlocks": ["list-services", "revenue-dashboard", "auto-withdrawal", "health-monitoring", "dispute-resolution", "proxy-protection"]
    }
  },
  "economics": {
    "platform_fee_bps": 250,
    "seller_revenue_pct": 97.5,
    "settlement": "atomic",
    "settlement_contract": "0x9aE2E0e815767958DAFE7E2069c661Ed7cb53357",
    "note": "2.5% fee is immutable on-chain. Cannot be changed. Sellers receive 97.5% of every payment in the same atomic transaction."
  },
  "network": {
    "chain": "base",
    "chainId": 8453,
    "currency": "USDC",
    "decimals": 6,
    "contract_usdc": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  },
  "endpoints": {
    "discover": "/api/v1/discover",
    "match": "/api/v1/discover/match",
    "bySchema": "/api/v1/discover/by-schema",
    "compare": "/api/v1/compare",
    "categories": "/api/v1/categories",
    "tags": "/api/v1/tags",
    "stats": "/api/v1/stats",
    "proxy": "/api/v1/proxy/{slug}",
    "registerBuyer": "/api/v1/register/buyer",
    "registerSeller": "/api/v1/register/seller",
    "learn": "/api/v1/learn",
    "sandbox": "/api/v1/sandbox",
    "mcp": "/api/v1/mcp",
    "facilitatorVerify": "/api/v1/facilitator/verify",
    "facilitatorSettle": "/api/v1/facilitator/settle",
    "facilitatorSupported": "/api/v1/facilitator/supported"
  },
  "llms_txt": "https://402bazaar.com/llms.txt"
}
