polymarket-simmer-fastloop-sync-pulse
Trade Polymarket BTC/ETH/SOL 5-minute fast markets using a zero-delay Triple-Trigger strategy. Combines Binance momentum, NOFX OI/Netflow (free public API), and L2 Wall detection to choose between Trend Following and Mean Reversion. Pre-Caches market IDs to bypass the Simmer API blackout at market open.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/andrewbrownrd/polymarket-simmer-fastloop-sync-pulseWhat This Skill Does
The polymarket-simmer-fastloop-sync-pulse is a high-frequency quantitative trading agent designed specifically for Polymarket 5-minute binary markets. It utilizes a sophisticated Triple-Trigger strategy that filters market noise by correlating three distinct data streams: Binance candle momentum, NOFX institutional open interest (OI) netflow, and real-time L2 order book wall detection. By implementing a local pre-caching mechanism for market IDs, this skill circumvents the typical Simmer API blackouts that occur during market transitions, ensuring your agent can enter positions at the critical second of market open.
Installation
To integrate this skill into your OpenClaw agent, use the CLI installation command:
clawhub install openclaw/skills/skills/andrewbrownrd/polymarket-simmer-fastloop-sync-pulse
Ensure you configure your environment variables: SIMMER_API_KEY is mandatory for connectivity. If you intend to trade with real funds, provide a WALLET_PRIVATE_KEY for live execution; otherwise, the skill defaults to a safe simulation mode, perfect for backtesting strategies without risking USDC.
Use Cases
This skill is ideal for quantitative traders and arbitrageurs seeking to capture short-term volatility in crypto-based binary events. Use it to automate scalping strategies on BTC, ETH, and SOL markets, or to provide liquidity during periods of high momentum. Because the strategy is modular, developers can extend the logic to replace the Triple-Trigger logic with proprietary technical indicators while retaining the core execution plumbing provided by the skill.
Example Prompts
- "Initialize the fastloop sync pulse for the upcoming BTC 5-minute market and monitor for trend-following entry signals."
- "Run the Polymarket strategy in simulation mode; I want to see if the L2 wall detection successfully avoids the current market chop."
- "Enable live trading with a maximum bet size of 50 USDC using the current momentum threshold of 0.05%."
Tips & Limitations
To maximize performance, ensure your network latency is optimized, as this is a high-frequency strategy. The Pin Bar rejection filter is highly effective, but avoid trading during scheduled macro news releases where market efficiency is temporarily disrupted. Always start with simulation mode to verify that your interpretation of the L2 walls matches your desired risk tolerance before enabling live USDC betting.
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-sync-pulse": {
"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.
polymarket-simmer-fastloop
Trade Polymarket BTC/ETH/SOL 5/15-minute fast markets with momentum and order book filters.
openmm-grid-trading
Create and manage grid trading strategies with OpenMM. Automated buy/sell around center price.