Choose a runtime

ETH Near-expiry Short Strangle

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 eth-near-expiry-short-vol.options.json
quantelse-local options-run --config eth-near-expiry-short-vol.options.json --state-dir ./state --once --snapshot examples/binance-options.synthetic-snapshot.json
quantelse-local options-run --config eth-near-expiry-short-vol.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": "eth-near-expiry-short-vol",
      "version": "0.1.0",
      "framework_id": "options-income",
      "framework_version": "0.1.0",
      "kind": "near_expiry_short_vol",
      "name": "ETH Near-expiry Short Strangle",
      "underlying": "ETHUSDT",
      "execution_mode": "paper",
      "enabled": true,
      "capital_quote": "50000",
      "min_dte": "1",
      "max_dte": "10",
      "roll_before_hours": 18,
      "structure": "strangle",
      "target_abs_delta": "0.25",
      "strangle_width_pct": "0.05",
      "fractional_kelly": "0.25",
      "max_risk_fraction": "0.03",
      "max_gross_notional_fraction": "0.50",
      "stress_move_pct": "0.20",
      "max_contracts": "10",
      "minimum_bid": "0.1"
    }
  ]
}