Polymarket FastLoop Trader for Openclaw

A high-frequency trading agent that automates Polymarket sprint market positions using real-time price signals from centralized exchanges.

redrepz
v0.1.0
Feb 25, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install polymarketbot

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install polymarketbot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Polymarket FastLoop Trader?

The Polymarket FastLoop Trader is a powerful automation tool designed to capitalize on short-term price volatility in prediction markets. By bridging real-time price data from centralized exchanges like Binance with Polymarket's 5-minute and 15-minute fast markets, this skill allows for algorithmic execution of directional trades. As a key component of the Openclaw Skills ecosystem, it handles the end-to-end lifecycle of a trade—from market discovery and asset importing to execution and budget management.

This skill is built as a flexible template, enabling developers to use the default Binance momentum signal or plug in their own custom alpha. Whether you are tracking BTC, ETH, or SOL, the FastLoop Trader provides the technical infrastructure to run a professional-grade prediction market bot with minimal overhead. It ensures that your agent can react to market-moving events faster than manual traders by using high-precision data feeds via the Simmer API.

Polymarket FastLoop Trader Use Cases

  • Automating 5-minute and 15-minute crypto sprint market trades on Polymarket.
  • Leveraging Binance BTC/USDT price momentum as a leading indicator for prediction odds.
  • Running a high-frequency trading loop for short-term crypto price direction.
  • Developing custom trading bots that require automated market discovery and client-side order signing.

How Polymarket FastLoop Trader Works

  1. The skill queries the Polymarket Gamma API to identify currently active fast markets for the selected asset (BTC, ETH, or SOL).
  2. It fetches historical kline data from Binance to calculate price momentum over a specific lookback period.
  3. The agent compares the calculated momentum direction against the current Polymarket 'YES' or 'NO' prices to identify mispriced opportunities.
  4. It validates the opportunity against user-defined thresholds for entry divergence and volume confidence.
  5. If criteria are met, it executes a trade through the Simmer SDK, signing the transaction locally with the provided private key.

Polymarket FastLoop Trader Setup

To deploy this skill within the Openclaw Skills framework, follow these configuration steps:

  1. API Keys: Obtain a Simmer API key and your Polymarket wallet private key.
  2. Environment Variables:
export SIMMER_API_KEY="your_key_here"
export WALLET_PRIVATE_KEY="your_private_key_here"
  1. Initial Run: Start with a dry run to verify signal logic without risking capital:
python fastloop_trader.py
  1. Live Trading: Enable live execution with smart position sizing:
python fastloop_trader.py --live --smart-sizing --quiet

Polymarket FastLoop Trader Data Schema & Taxonomy

The skill manages configuration and trade metadata to ensure isolated strategy tracking:

Parameter Description Default
entry_threshold Min price divergence from 50 cents to trigger trade 0.05
min_momentum_pct Minimum price movement percentage required for signal 0.5%
max_position Maximum USDC amount per individual trade 5.0
asset The crypto asset to monitor (BTC, ETH, SOL) BTC
source_tag Metadata tag for tracking P&L in the portfolio sdk:fastloop

Configuration can be persisted in a config.json file or passed via command-line arguments.

Polymarket FastLoop Trader Advanced Features

  • Custom Signal Integration: Easily replace the default Binance momentum function with RSI, sentiment analysis, or order flow data.
  • Automated Loops: Full support for Linux crontab and native Openclaw Skills cron management for 24/7 operation.
  • Smart Sizing: Dynamically calculates trade size as a percentage of your total USDC.e balance.
  • Volume Confidence Filtering: Automatically skips trades during periods of low exchange volume to avoid false signals.
  • Multi-Asset Monitoring: Ability to scan and trade across various fast market windows simultaneously.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*