{
  "protocolVersion": "0.3.0",
  "name": "Ciao Execution Agent",
  "description": "Accepts only a deterministic execution envelope, re-verifies twelve independent preconditions against the chain and the granted Altana session, and signs through its session key alone.",
  "url": "https://execution-agent-production-9514.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.execution.v1"
  ],
  "skills": [
    {
      "id": "session-execution",
      "name": "Session-scoped execution",
      "description": "Re-checks funding, session validity, quote age, allowance, balances and policy independently, then submits the prevalidated calls through an Altana session key.",
      "tags": [
        "bnb-chain",
        "bsc-testnet",
        "defi",
        "execution"
      ]
    }
  ],
  "registrations": [
    {
      "agentId": 1937,
      "agentRegistry": "eip155:97:0x8004A818BFB912233c491871b3d84c89A494BD9e"
    }
  ]
}