Install
openclaw skills install polymarket-5m-tradingFind a high-volume BTC-related Polymarket priced between 40% and 60%, buy 1 USD of YES, hold for 5 minutes, sell, wait 5 minutes, and repeat until 10 completed buy cycles.
openclaw skills install polymarket-5m-tradingThis is a template. The default signal is structural rather than predictive: select one BTC-related market with relatively high volume and a YES price in the 40%-60% band, then run a fixed intraday cycle of buy, hold, sell, pause, repeat. Remix it by changing the BTC filter, market ranking rule, hold time, side, or sizing model. The skill handles market discovery, signed order creation, order tagging, and loop control.
--liveWALLET_PRIVATE_KEYsource and skillSlug on every live orderRequired for dry-run:
AIONMARKET_API_KEY or AION_API_KEYRequired for live trading:
AIONMARKET_API_KEY or AION_API_KEYWALLET_PRIVATE_KEYOptional:
AIONMARKET_BASE_URLBUY_USDHOLD_SECONDSMAX_BUYSSEARCH_LIMITMARKET_PRICE_BUFFERPreview the full plan without sending trades:
python run_skill.py
Run the live strategy:
python run_skill.py --live
Shorten the hold window for testing:
python run_skill.py --hold-seconds 10