kalshi-crypto-volatility-skew-trader

Trades Bitcoin price bin markets on Kalshi by comparing market-implied volatility to BTC historical ~60% annualized vol using a lognormal model. Requires SIMMER_API_KEY and simmer-sdk. Use when you want to capture alpha from volatility skew mispricing.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kalshi-crypto-volatility-skew-trader" with this command: npx skills add Diagnostikon/kalshi-crypto-volatility-skew-trader

Kalshi Crypto Volatility Skew Trader

This is a template.
The default signal uses BTC historical annualized vol (~60%) to compute fair bin probabilities via lognormal model -- remix it with options-implied vol surface, realized vol regimes, or GARCH models.
The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.

Strategy Overview

Bitcoin price bin markets on Kalshi imply a probability distribution over future BTC prices. This skill compares that implied distribution to a lognormal model calibrated on BTC's historical ~60% annualized volatility. When the market implies a different vol, the bins are mispriced.

Key advantages:

  • Historical vol is well-documented -- BTC trailing 1-year vol has consistently averaged ~60%
  • Lognormal model is standard -- same framework used by options traders worldwide
  • Vol skew detection -- estimates implied vol from market prices and identifies directional skew
  • Bin-level edge -- finds the specific bins most mispriced by the vol mismatch

Signal Logic

Volatility Skew Model

  1. Parse BTC price bin boundaries from market questions
  2. Estimate market-implied vol via grid search over lognormal model
  3. Compute fair bin probabilities using historical 60% vol
  4. Compare fair probability to market price per bin
  5. Trade when |fair - market| >= entry_edge

Conviction-Based Sizing

  • conviction = min(|edge| / entry_edge, 2.0) / 2.0
  • size = max($1.00, conviction * MAX_POSITION_USD)
  • Larger edge = larger position, capped at MAX_POSITION_USD

Remix Ideas

  • Deribit options surface: Use actual options-implied vol instead of historical
  • Realized vol regimes: Switch between high/low vol regimes based on recent price action
  • GARCH forecasting: Use GARCH(1,1) to forecast forward vol dynamically
  • Correlation with macro: Adjust vol for Fed meetings, CPI releases, halving proximity

Risk Parameters

ParameterDefaultNotes
Entry edge8%Min fair-vs-market divergence to trade
Exit threshold45%Sell when position price reaches this
Max position size$5.00 USDCPer market
Max trades per run4Rate limiting
Max slippage15%Skip if slippage exceeds
Min liquidity$0Disabled by default

Installation & Setup

clawhub install kalshi-crypto-volatility-skew-trader

Requires: SIMMER_API_KEY and SOLANA_PRIVATE_KEY environment variables.

Cron Schedule

Cron is set to null -- the skill does not run on a schedule until you configure it in the Simmer UI.

Safety & Execution Mode

The skill defaults to dry-run mode. Real trades only execute when --live is passed explicitly.

ScenarioModeFinancial risk
python trader.pyDry runNone
Cron / automatonDry runNone
python trader.py --liveLive (Kalshi via DFlow)Real USDC

The automaton cron is set to null -- it does not run on a schedule until you configure it in the Simmer UI. autostart: false means it won't start automatically on install.

Required Credentials

VariableRequiredNotes
SIMMER_API_KEYYesTrading authority. Treat as a high-value credential.
SOLANA_PRIVATE_KEYYesBase58-encoded Solana private key for live trading.

Tunables (Risk Parameters)

All risk parameters are declared in clawhub.json as tunables and adjustable from the Simmer UI without code changes.

VariableDefaultPurpose
SIMMER_CRYPTO_VSKEW_ENTRY_EDGE0.08Min divergence between fair and market to trigger trade
SIMMER_CRYPTO_VSKEW_EXIT_THRESHOLD0.45Sell position when price reaches this level
SIMMER_CRYPTO_VSKEW_MAX_POSITION_USD5.00Max USDC per trade
SIMMER_CRYPTO_VSKEW_MAX_TRADES_PER_RUN4Max trades per execution cycle
SIMMER_CRYPTO_VSKEW_SLIPPAGE_MAX0.15Max slippage before skipping (0.15 = 15%)
SIMMER_CRYPTO_VSKEW_MIN_LIQUIDITY0Min market liquidity USD (0 = disabled)

Dependency

simmer-sdk is published on PyPI by Simmer Markets.

Review the source before providing live credentials if you require full auditability.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

openEuler RPM Packaging

🚨 openEuler 专项 RPM 打包规范。任何涉及 openEuler 打包的场景,都必须读取此技能。**openEuler 规则与通用 RPM 不同**:5 包拆分规则、专用 changelog 格式(Type/ID/SUG/DESC)、openEuler 专用宏、检视原则。不适用于其他发行版。

Registry SourceRecently Updated
General

Tianyi Cloud Game

天翼云游戏搜索与启动。当用户想玩云游戏、搜索游戏、或提到天翼云游戏时使用。支持自然语言匹配游戏并快速启动。

Registry SourceRecently Updated
General

Ugc Ad Script Maker

Creates timed, authentic UGC-style ad scripts with strong hooks, natural product proof, and varied CTAs for TikTok, Reels, Shorts, FB, and Snapchat.

Registry SourceRecently Updated
General

Campaign Angle Spark

Generates and scores unique, relevant campaign angles from product briefs, recommending targeted marketing hooks and test priorities without generic templates.

Registry SourceRecently Updated