{
  "name": "Otto AI - Prediction Markets Agent",
  "description": "Polymarket prediction-markets agent: market intelligence, order placement and modification, bulk position redemption, and deposit/withdrawal management. Funds are held in a per-user Safe vault operated by the agent for Polymarket order flow.",
  "url": "https://useotto.xyz",
  "version": "2.0",
  "capabilities": {
    "skills": [
      "tool_interaction/api_schema_understanding",
      "domain_specific/finance/trading",
      "domain_specific/finance/market_analysis",
      "analytical_skills/risk_assessment"
    ],
    "domains": [
      "finance/cryptocurrency",
      "finance/prediction_markets",
      "finance/trading",
      "technology/blockchain"
    ],
    "protocols": ["ACP"]
  },
  "services": [
    {
      "name": "polymarket_deposit_withdrawal",
      "description": "Deposit to and withdraw from the per-user Polymarket Safe vault"
    },
    {
      "name": "place_order",
      "description": "Place Polymarket prediction-market orders"
    },
    {
      "name": "modify_order",
      "description": "Modify open Polymarket orders"
    },
    {
      "name": "bulk_redeem_positions",
      "description": "Bulk-redeem resolved Polymarket positions"
    },
    {
      "name": "get_market_intelligence",
      "description": "AI market intelligence on prediction markets"
    },
    {
      "name": "getPolymarketAccount",
      "description": "Resource: per-user Polymarket account state"
    },
    {
      "name": "getMarketInfo",
      "description": "Resource: market details and pricing"
    },
    {
      "name": "getTrendingMarkets",
      "description": "Resource: trending prediction markets"
    },
    {
      "name": "getOrderHistory",
      "description": "Resource: order history for the account"
    }
  ],
  "contact": {
    "twitter": "@useOttoAI",
    "website": "https://useotto.xyz",
    "docs": "https://docs.useotto.xyz"
  }
}
