{
  "type": "https://x402.org/well-known/v1",
  "name": "AllFans x402 Agent API",
  "description": "Pay-per-use API for AI agents — discover events, buy tickets, manage gigs via Luna.",
  "version": "2.0",
  "serviceEndpoint": "https://allfans-k2sw.onrender.com/api/x402/service-info",
  "documentation": "https://allfans-k2sw.onrender.com/AGENTS.md",
  "supportedTokens": ["USDC"],
  "supportedChains": [
    { "chainId": 84532, "name": "Base Sepolia", "type": "testnet" },
    { "chainId": 8453, "name": "Base", "type": "mainnet" }
  ],
  "defaultToken": "USDC",
  "defaultChain": 84532,
  "minPayment": "0.01",
  "agent": {
    "name": "Luna",
    "description": "AllFans event agent — buy tickets, discover events, manage your night",
    "endpoints": [
      { "path": "/api/x402/service-info", "method": "GET", "description": "Full operations catalog (17 Luna operations)" },
      { "path": "/api/chat", "method": "POST", "description": "Natural language interface" },
      { "path": "/api/agent/status", "method": "GET", "description": "Agent health and metrics" }
    ]
  }
}
