kalshi-crypto-momentum-trader

Uses 7-day and 30-day price trend extrapolation to trade crypto year-end price target markets on Kalshi. 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-crypto-momentum-trader" with this command: npx skills add Diagnostikon/kalshi-crypto-momentum-trader

Kalshi Crypto Momentum Trader

This is a template.
The default signal uses static 7d/30d momentum parameters -- remix it with live price API feeds, multiple timeframes, or volume-weighted momentum.
The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.

Strategy Overview

Crypto markets on Kalshi price year-end targets. Price momentum (7d/30d trends) is a strong predictor of whether targets will be reached. This skill extrapolates recent price trends to compute probability that each target is hit by year-end.

Signal Logic

Momentum Trend Model

  1. Compute 7-day and 30-day price change ratios for BTC/ETH
  2. Extrapolate current trend to year-end using exponential projection
  3. Compute probability of reaching each price target under trend assumption
  4. Compare model probability to Kalshi market price
  5. Trade when |model - market| >= entry_edge

Remix Ideas

  • Live price API: CoinGecko/Binance for real-time trend computation
  • Multiple timeframe ensemble: 1d, 7d, 30d, 90d momentum signals
  • Volume-weighted momentum: Higher conviction when volume confirms
  • Mean-reversion overlay: Dampen extreme trend signals

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 run3Rate limiting
Max slippage15%Skip if slippage exceeds
Min liquidity$0Disabled by default

Installation & Setup

clawhub install kalshi-crypto-momentum-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)

VariableDefaultPurpose
SIMMER_CRYPTO_MOM_ENTRY_EDGE0.10Min divergence to trigger trade
SIMMER_CRYPTO_MOM_EXIT_THRESHOLD0.45Sell position when price reaches this level
SIMMER_CRYPTO_MOM_MAX_POSITION_USD5.00Max USDC per trade
SIMMER_CRYPTO_MOM_MAX_TRADES_PER_RUN3Max trades per execution cycle
SIMMER_CRYPTO_MOM_SLIPPAGE_MAX0.15Max slippage before skipping
SIMMER_CRYPTO_MOM_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.

Web3

[1m-trade] AI Autonomous Trading

Integrated on-chain operations hub: integrates BlockBeats market intelligence, Hyperliquid DEX trading via `hl1m`, wallet creation and management at https://...

Registry SourceRecently Updated
3320Profile unavailable
Web3

Blockchain & DID

Decentralized identity (DID) management, on-chain KYC status, and membership tiers with token staking.

Registry SourceRecently Updated
1710Profile unavailable
Web3

BitNow

End-to-end OpenBytes network API workflows for AI agents. Covers wallet signature-based authentication, on-chain top-up monitoring, consumer API key lifecycl...

Registry SourceRecently Updated
1880Profile unavailable
Web3

Apow Mining

Set up and start mining AGENT tokens on Base L2 using apow-cli. Easy Mode uses x402 for RPC, LLM, and GPU grinding with no config beyond wallet funding.

Registry SourceRecently Updated
2100Profile unavailable