{
  "tool_id": "kalshi-poly-arb",
  "slug": "kalshi-poly-arb",
  "path": "/kalshi-poly-arb/",
  "mode": "client_side",
  "usage": "Static-data scanner. Open https://aifinhub.io/kalshi-poly-arb/ to browse daily-refreshed arb candidates across Kalshi + Polymarket. Data source: public markets APIs (daily refresh).",
  "methodology": "https://aifinhub.io/methodology/kalshi-poly-arb/",
  "sample_input": {
    "tool": "kalshi-poly-arb",
    "yes_ask": 0,
    "no_ask": 0,
    "fees_bps": 100,
    "slippage_bps": 50,
    "capital_usd": 1000
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string"
      },
      "yes_ask": {
        "type": "number"
      },
      "no_ask": {
        "type": "number"
      },
      "fees_bps": {
        "type": "number"
      },
      "slippage_bps": {
        "type": "number"
      },
      "capital_usd": {
        "type": "number"
      }
    },
    "required": [
      "tool",
      "yes_ask",
      "no_ask",
      "fees_bps",
      "slippage_bps",
      "capital_usd"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "candidates": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "subject": {
              "type": "string"
            },
            "kalshi_ticker": {
              "type": "string"
            },
            "polymarket_id": {
              "type": "string"
            },
            "edge_bps": {
              "type": "number"
            },
            "resolution_risk_flags": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        }
      },
      "generated_at": {
        "type": "string"
      }
    }
  }
}
