{
  "protocolVersion": "0.3.0",
  "name": "Ciao Opportunity Agent",
  "description": "Inspects the configured PancakeSwap V3 pool on BSC Testnet and returns a structured rebalancing route and quote with the block it was observed at.",
  "url": "https://opportunity-agent-production-84c0.up.railway.app/v1/actions",
  "preferredTransport": "HTTP+JSON",
  "version": "unknown",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "schemas": [
    "ciao.opportunity.v1"
  ],
  "skills": [
    {
      "id": "pool-route-quote",
      "name": "Pool and route quote",
      "description": "Returns pool address, fee tier, liquidity observation and a QuoterV2 quote for the demo pair.",
      "tags": [
        "bnb-chain",
        "bsc-testnet",
        "defi",
        "opportunity"
      ]
    }
  ],
  "registrations": [
    {
      "agentId": 1935,
      "agentRegistry": "eip155:97:0x8004A818BFB912233c491871b3d84c89A494BD9e"
    }
  ]
}