ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/andrewbrownrd/polymarket-simmer-fastloop-sync-pulse
Or

What 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

  1. "Initialize the fastloop sync pulse for the upcoming BTC 5-minute market and monitor for trend-following entry signals."
  2. "Run the Polymarket strategy in simulation mode; I want to see if the L2 wall detection successfully avoids the current market chop."
  3. "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

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-andrewbrownrd-polymarket-simmer-fastloop-sync-pulse": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#polymarket#trading#btc#quantitative#sniper
Safety Score: 2/5

Flags: network-access, file-write, file-read, external-api, code-execution