kalshi-eth-btc-beta-trader

Trades ETH price markets on Kalshi by exploiting the 1.3x beta relationship between ETH and BTC. When BTC odds shift, ETH markets lag behind -- this skill captures the catch-up. Requires SIMMER_API_KEY and simmer-sdk.

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-eth-btc-beta-trader" with this command: npx skills add Diagnostikon/kalshi-eth-btc-beta-trader

Kalshi ETH-BTC Beta Trader

This is a template. The default signal uses a static 1.3x beta factor between ETH and BTC -- remix it with live correlation calculations, on-chain data feeds, or options-implied volatility surfaces. The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.

Strategy Overview

ETH historically moves approximately 1.3x BTC on a percentage basis. When Kalshi BTC price markets shift, the corresponding ETH markets often lag by several hours. This skill detects the BTC shift, computes the expected ETH fair price using the beta multiplier, and trades when the ETH market has not yet caught up.

Key advantages:

  • Statistically documented beta relationship -- ETH/BTC correlation is well-studied
  • Lag window is exploitable -- Kalshi ETH markets update slower than BTC markets
  • Conviction-based sizing -- larger edge = larger position

Signal Logic

Beta Model

  1. Fetch active BTC and ETH price markets from Kalshi
  2. Detect recent BTC probability shifts (>2% moves)
  3. Apply beta factor: ETH_expected_move = BTC_move * 1.3
  4. Compare expected ETH price to current ETH market price
  5. Trade when |fair - market| >= entry_edge

Example (with defaults)

BTC ShiftETH ExpectedETH MarketEdgeAction
+5%+6.5%+2%+4.5%BUY YES
-3%-3.9%-1%-2.9%BUY NO
+1%+1.3%+1%+0.3%Hold

Conviction-Based Sizing

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

Remix Ideas

  • Live correlation API: Replace static beta with rolling 30-day correlation
  • Options-implied vol: Use BTC/ETH options skew for better beta estimates
  • On-chain flows: Track large ETH/BTC exchange deposits for directional signals
  • Multi-timeframe: Use 1h, 4h, and 24h beta windows for different market regimes

Risk Parameters

ParameterDefaultNotes
Entry edge10%Min model-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
Beta factor1.3ETH/BTC beta multiplier
Lag window6hHours to look back for BTC shifts

Installation & Setup

clawhub install kalshi-eth-btc-beta-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_ETH_BTCBETA_ENTRY_EDGE0.10Min divergence to trigger trade
SIMMER_ETH_BTCBETA_EXIT_THRESHOLD0.45Sell position when price reaches this level
SIMMER_ETH_BTCBETA_MAX_POSITION_USD5.00Max USDC per trade
SIMMER_ETH_BTCBETA_MAX_TRADES_PER_RUN4Max trades per execution cycle
SIMMER_ETH_BTCBETA_SLIPPAGE_MAX0.15Max slippage before skipping (15%)
SIMMER_ETH_BTCBETA_MIN_LIQUIDITY0Min market liquidity USD (0 = disabled)
SIMMER_ETH_BTCBETA_BETA1.3ETH/BTC beta multiplier
SIMMER_ETH_BTCBETA_LAG_HOURS6.0Hours to look back for BTC shifts

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

Multi Edge-TTS CN

Edge-TTS 在线语音合成 skill。基于微软 Edge TTS 引擎,生成速度快(1-2秒),支持多种音色和输出格式。同时支持飞书(OGG/Opus)和企业微信(AMR)。默认音色 xiaoxiao_lively。需联网。

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated
General

One Person Company OS

Build a visual operating cockpit for an AI-native one-person company across promise, buyer, product, delivery, cash, learning, and assets. / 为 AI 一人公司建立可视化经营...

Registry SourceRecently Updated
General

健康追踪

健康追踪技能 - 追踪饮水、睡眠、步数等健康数据,JSON存储。

Registry SourceRecently Updated