Install
openclaw skills install polymarket-btc-momentumTrades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish.
openclaw skills install polymarket-btc-momentumTrades Polymarket's "Bitcoin Up or Down" 5-minute sprint markets using real-time price momentum from Binance public API.
This is a template. The default signal is BTC/USDT price momentum from Binance — remix it with other CEX feeds (Coinbase, OKX, Bybit), different timeframes, or volume-weighted signals. The skill handles all the plumbing (market discovery, context checks, trade execution, safeguards). Your agent provides the alpha.
SIMMER_API_KEY — your Simmer API keysimmer-sdk, requests# Paper trade (default)
python btc_momentum.py
# Live trade
python btc_momentum.py --live
get_btc_momentum() to call your preferred CEXMIN_EDGE threshold (default 0.05) for more/fewer tradesTRADE_AMOUNT (default $10) in the config blockcompute_signal()