polymarket-simmer-fastloop
Trade Polymarket BTC/ETH/SOL 5/15-minute fast markets with momentum and order book filters.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/andrewbrownrd/polymarket-simmer-fastloopWhat This Skill Does
The polymarket-simmer-fastloop skill is a sophisticated automated trading agent designed specifically for high-frequency, short-duration markets on Polymarket. It targets BTC, ETH, and SOL pairs with 5 or 15-minute expiration windows. At its core, the skill utilizes a mean reversion strategy, identifying momentum exhaustion via Binance market data to trade against the prevailing short-term trend. It features a robust "Pre-Caching (Ignition)" mechanism that monitors market metadata to ensure execution even during API blackout windows when markets are newly opened. The skill includes advanced risk management, such as fee-accurate expected value (EV) calculations, time-of-day filters to avoid liquidity droughts, and volatility-adjusted position sizing, ensuring that the agent remains conservative during high-market variance.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/andrewbrownrd/polymarket-simmer-fastloop
Once installed, you must configure your environment variables. Retrieve your API key from simmer.markets and set it using export SIMMER_API_KEY="your-key-here". For live trading, you will need to provide your WALLET_PRIVATE_KEY and set the TRADING_VENUE to polymarket. Always prioritize security by keeping your private keys encrypted and never sharing your environment files.
Use Cases
- High-Frequency Market Making: Capitalizing on order book imbalances in short-expiry prediction markets.
- Algorithmic Arbitrage: Leveraging the speed of the Simmer SDK to enter positions ahead of slower retail participants.
- Momentum Trading: Automating entry and exit points for rapid market spikes using institutional flow data as a primary filter.
- Paper Trading Simulation: Testing aggressive strategies in the
simmerpaper environment to validate alpha before committing real USDC.
Example Prompts
- "OpenClaw, run the fastloop skill in paper mode to test the mean reversion strategy on BTC 5-minute markets for the next hour."
- "Display the current win rate and P&L statistics for my recent live Polymarket trades using the fastloop skill."
- "Check if there are any upcoming fast markets for ETH and enable the liquidity-aware trading filter to avoid low-volume sessions."
Tips & Limitations
- Alpha Source: The default strategy is a template. The real power comes from modifying the signals—try integrating social sentiment or cross-venue arbitrage models to gain an edge.
- Risk Management: Always use the paper trading environment (
simmer) extensively before deploying real capital. The market is volatile, and fast-loop trading requires careful monitoring of slippage and gas fees. - Time Filters: Do not disable the 02:00–06:00 UTC filter unless you are prepared for significant slippage due to low liquidity.
- Dependencies: Ensure your node environment or local system clock is synchronized to prevent timestamp mismatches with the exchange API.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-andrewbrownrd-polymarket-simmer-fastloop": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-write, file-read, external-api, code-execution
Related Skills
vynn-backtester
Run trading strategy backtests with natural language — powered by Vynn
q-kdb-code-review
AI-powered code review for Q/kdb+ — catch bugs in the most terse language in finance
kryptogo-meme-trader
[DEPRECATED 2026-05-04] Analyze and trade meme coins using KryptoGO's on-chain cluster analysis platform. NOTE: The kg-xyz analysis backend (wallet-data.kryptogo.app) is shutting down on 2026-05-04 — cluster analysis, wallet labels, signal dashboard, and DCA/limit order tools will stop working after that date. Swap execution via the OKX DEX aggregator continues to function.
openmm-grid-trading
Create and manage grid trading strategies with OpenMM. Automated buy/sell around center price.
auto-trading-strategy
Professional trading strategy guides for prediction markets and crypto. Risk management, trend analysis, and best practices.