{
  "name": "DeFi Yield Intelligence API",
  "version": "1.0.0",
  "description": "Risk-adjusted DeFi yield optimization for AI agents. Scores 17K+ pools across 5 chains using a 7-factor model.",
  "endpoints": {
    "POST /yield-optimize": {
      "description": "Get yield optimization recommendations",
      "price": "$0.005 USDC",
      "payment": "x402 on Base"
    },
    "POST /alerts/subscribe": {
      "description": "Subscribe to yield alerts",
      "price": "$0.002 USDC",
      "payment": "x402 on Base"
    },
    "DELETE /alerts/:id": {
      "description": "Unsubscribe from alerts"
    },
    "GET /alerts": {
      "description": "List alert subscriptions"
    },
    "GET /mcp": {
      "description": "MCP server manifest for AI agent integration"
    },
    "GET /.well-known/x402.json": {
      "description": "x402 service discovery"
    }
  },
  "networks": [
    "eip155:8453"
  ],
  "payment": "x402 (USDC on Base)",
  "mcp": "/mcp",
  "discovery": "/.well-known/x402.json"
}