polymarket-fast-loop
Trade Polymarket BTC 5-minute and 15-minute fast markets using CEX price momentum signals via Simmer API. Default signal is Binance BTC/USDT klines. Use when user wants to trade sprint/fast markets, automate short-term crypto trading, or use CEX momentum as a Polymarket signal.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/polymarket-fast-loopWhat This Skill Does
The Polymarket FastLoop Trader is a specialized automation agent designed to execute high-frequency prediction trades on Polymarket's 5-minute and 15-minute crypto markets. Unlike standard trading bots that rely on slow-moving market data, FastLoop monitors CEX (Centralized Exchange) price momentum—specifically Binance BTC/USDT klines—as a leading indicator to predict short-term price movement on Polymarket. It performs real-time market discovery by querying the Polymarket Gamma API directly, allowing it to identify and enter sprint markets as soon as they appear. The system acts as an execution bridge: it consumes external momentum data, validates the opportunity against your configured thresholds, and automates order placement via the Simmer API.
Installation
To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/adlai88/polymarket-fast-loop.
After installation, you must configure your environment variables. First, obtain your Simmer API key from the Simmer dashboard under the 'SDK' tab and set it as SIMMER_API_KEY. For live trading, you must provide your Polymarket wallet private key as WALLET_PRIVATE_KEY. Ensure these are stored securely. Finally, configure your default parameters such as asset (BTC, ETH, or SOL), max position size, and your preferred trade window (5m or 15m) through the CLI interface.
Use Cases
This skill is engineered for power users who want to capitalize on short-term crypto volatility. Common use cases include:
- Automated Scalping: Leveraging micro-trends in BTC/ETH/SOL to trade binary outcome markets on Polymarket.
- Momentum Following: Programmatically responding to rapid price spikes detected on Binance by taking a position on Polymarket before the wider market reacts.
- Sprint Market Trading: Automating entries into time-limited prediction windows that are otherwise impossible to track manually.
Example Prompts
- "OpenClaw, install the Polymarket FastLoop trader and configure it for ETH 5-minute markets with a $10 position limit."
- "Show me the current status of my FastLoop agent and check if it has found any new BTC 15-minute markets today."
- "Enable live trading mode for the FastLoop skill using my existing environment credentials and set the entry threshold to 10 cents."
Tips & Limitations
⚠️ Important Risk Warning: Standard Simmer risk monitoring (Stop-Loss/Take-Profit) DOES NOT work on sub-15-minute markets. Because these markets resolve rapidly, the safety checks performed every 15 minutes will never trigger. You are responsible for sizing positions appropriately and accepting the inherent risk of high-frequency trading. Furthermore, remember that Polymarket enforces a 10% fee on these markets, which you must account for when calculating your profit edge. Always start with a dry run using the default configuration to ensure your strategy signals perform as expected before deploying real USDC capital.
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-adlai88-polymarket-fast-loop": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution, network-access
Related Skills
polymarket-ai-divergence
Find markets where Simmer's AI consensus diverges from the real market price, then trade on the mispriced side using Kelly sizing. Scans for divergence, checks fees and safeguards, and executes trades on zero-fee markets with sufficient edge.
simmer-x402
Make x402 payments to access paid APIs and gated content. Use when a skill needs to fetch data from x402-gated endpoints (like Kaito mindshare API, Simmer premium endpoints, or any x402 provider). Handles 402 Payment Required responses automatically using USDC on Base.
simmer-synthesis-hackathon
Contribute to Simmer's hackathon entry by completing platform tasks. Earn 0.01 USDC on Base per approved task, plus a share of the prize pool if Simmer wins. Uses your existing Simmer API key.
polymarket-elon-tweets
Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use when user wants to trade tweet count markets, automate Elon tweet bets, check XTracker stats, or run noovd-style trading.
polymarket-copytrading
Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Simmer's on-chain signal infrastructure.