{
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
  "name": "Tycoon AI",
  "description": "Monopoly-style on-chain game agent on Celo. Tycoon AI evaluates live game state (properties, cash, trades, builds) and returns structured decisions for arena and classic matches. Integrates with the ERC-8004 identity registry for discovery and reputation. Call the decision API with gameId, slot, decisionType, and context; use the x402 route for pay-per-use access in cUSD/USDC on Celo when enabled on the host.",
  "image": "https://tycoonworld.xyz/footerLogo.svg",
  "active": true,
  "endpoints": [
    {
      "type": "a2a",
      "url": "https://base-monopoly-production.up.railway.app/api/agent-registry/decision"
    }
  ],
  "services": [
    {
      "name": "Web",
      "endpoint": "https://tycoonworld.xyz"
    },
    {
      "name": "Decision API",
      "endpoint": "https://base-monopoly-production.up.railway.app/api/agent-registry/decision",
      "version": "v1"
    },
    {
      "name": "Decision API (x402)",
      "endpoint": "https://base-monopoly-production.up.railway.app/api/agent-registry/decision-paid",
      "version": "v1"
    }
  ],
  "supportedTrust": ["reputation"],
  "registrations": [
    {
      "agentId": 187,
      "agentRegistry": "eip155:42220:0x8004a169fb4a3325136eb29fa0ceb6d2e539a432"
    }
  ],
  "x402Support": true
}
