Choose a runtime

BTC Cash-settled Wheel

Choose local or hosted first; the system then matches this strategy to its required runtime components and control boundary.

LOCAL RUNTIME · PAPER

Run it on your device and through your AI harness

Local Paper only. Synthetic snapshots validate the workflow; Binance Wheel is a European cash-settlement proxy and creates neither physical assignment nor real orders.

  1. 1
    Download the strategy config

    It pins the strategy ID, framework version, and defaults and always starts in Paper.

  2. 2
    Open Options Income Lab

    Use the independent Options Income Lab to inspect leg selection, risk diagnostics, positions, and roll plans for the four Paper strategies.

  3. 3
    Give AI redacted context

    Codex, OpenClaw, and other harnesses use controlled commands to inspect status and runtime events without secret material.

View all platforms, versions, and SHA-256 →
terminal
quantelse-local options-validate --config btc-options-wheel.options.json
quantelse-local options-run --config btc-options-wheel.options.json --state-dir ./state --once --snapshot examples/binance-options.synthetic-snapshot.json
quantelse-local options-run --config btc-options-wheel.options.json --state-dir ./state --ui
View generated JSON
{
  "config_version": 1,
  "framework_id": "options-income",
  "framework_version": "0.1.0",
  "interval_seconds": 21600,
  "market_data": {
    "provider": "binance-options-public",
    "base_url": "https://eapi.binance.com",
    "timeout_seconds": 10
  },
  "strategies": [
    {
      "strategy_id": "btc-options-wheel",
      "version": "0.1.0",
      "framework_id": "options-income",
      "framework_version": "0.1.0",
      "kind": "wheel",
      "name": "BTC Cash-settled Wheel",
      "underlying": "BTCUSDT",
      "execution_mode": "paper",
      "enabled": true,
      "capital_quote": "100000",
      "initial_base_inventory": "0",
      "min_dte": "7",
      "max_dte": "21",
      "roll_before_hours": 48,
      "wheel_target_abs_delta": "0.25",
      "wheel_cash_collateral_fraction": "0.50",
      "wheel_inventory_fraction": "1",
      "max_contracts": "10",
      "minimum_bid": "1"
    }
  ]
}