polymarket-btc-momentum

Trades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish.

3,891 stars

Best use case

polymarket-btc-momentum is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Trades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish.

Teams using polymarket-btc-momentum should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/polymarket-btc-momentum/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/azvn2610/polymarket-btc-momentum/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/polymarket-btc-momentum/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How polymarket-btc-momentum Compares

Feature / Agentpolymarket-btc-momentumStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Trades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# BTC Momentum Trader

Trades Polymarket's "Bitcoin Up or Down" 5-minute sprint markets using real-time price momentum from Binance public API.

> **This is a template.** The default signal is BTC/USDT price momentum from Binance —
> remix it with other CEX feeds (Coinbase, OKX, Bybit), different timeframes, or volume-weighted signals.
> The skill handles all the plumbing (market discovery, context checks, trade execution, safeguards).
> Your agent provides the alpha.

## What it does

1. Fetches live BTC price + recent candles from Binance (no API key needed)
2. Calculates short-term momentum (EMA crossover + volume confirmation)
3. Finds the next active "Bitcoin Up or Down" 5-min sprint market on Polymarket
4. Checks context for slippage/flip-flop warnings
5. Executes trade with reasoning — skips if edge < 5% or warnings present

## Requirements

- `SIMMER_API_KEY` — your Simmer API key
- Python 3.8+
- `simmer-sdk`, `requests`

## Usage

```bash
# Paper trade (default)
python btc_momentum.py

# Live trade
python btc_momentum.py --live
```

## Remixing

- Swap Binance for another feed: change `get_btc_momentum()` to call your preferred CEX
- Adjust `MIN_EDGE` threshold (default 0.05) for more/fewer trades
- Change `TRADE_AMOUNT` (default $10) in the config block
- Add RSI, MACD, or sentiment signals to `compute_signal()`

Related Skills

polymarket-sports-edge

3891
from openclaw/skills

Find odds divergence between sportsbook consensus and Polymarket sports markets, then trade the gap.

Finance & Trading

polymarket-openclaw-trader

3891
from openclaw/skills

Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.

Trading Automation

polymarket-autotrade

3891
from openclaw/skills

Polymarket prediction market CLI - Browse markets, check prices, execute trades, and manage portfolio.

polymarket-trade

3891
from openclaw/skills

Trade on Polymarket prediction markets on Polygon. Supports browsing markets, checking wallet/CLOB balance, and buying or selling YES/NO shares with safety gates. Wallet: WDK vault (~/.aurehub/.wdk_vault). Config: ~/.aurehub/polymarket.yaml. Triggers: buy YES, buy NO, sell shares, browse markets, check Polymarket balance, Polymarket trade, prediction market, what are the odds, redeem winnings, claim resolved positions.

mia-polymarket-trader

3891
from openclaw/skills

AI agent for automated prediction market trading on Polymarket

polymarket-tracker

3891
from openclaw/skills

Track top Polymarket markets by trading volume. Shows market name, Yes/No trading volumes, and current odds. Use when user asks about Polymarket trends, hot markets, or wants to find high-volume trading opportunities. Requires payment via skillpay.me (0.001 USDT per call).

polymarket-simmer-fastloop

3891
from openclaw/skills

Trade Polymarket BTC/ETH/SOL 5/15-minute fast markets with momentum and order book filters.

polymarket-simmer-fastloop-sync-pulse

3891
from openclaw/skills

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.

polymarket-agent

3891
from openclaw/skills

Autonomous prediction market agent - analyzes markets, researches news, and identifies trading opportunities

polymarket-alpha-suite

3891
from openclaw/skills

6 institutional-grade Polymarket trading tools. NegRisk arbitrage (100% win rate), latency arb, BTC scalping, alpha scanner, universe scanner, edge detection. Battle-tested on 8,347 signals. No Python required.

polymarket-weather-trader

3891
from openclaw/skills

Trade Polymarket weather markets using NOAA (US) and Open-Meteo (international) forecasts via Simmer API. Inspired by gopfan2's $2M+ strategy. Use when user wants to trade temperature markets, automate weather bets, check forecasts, or run gopfan2-style trading.

polymarket-wallet-xray

3891
from openclaw/skills

X-ray any Polymarket wallet — skill level, entry quality, bot detection, and edge analysis. Queries Polymarket's public APIs, no authentication needed. Inspired by @thejayden's "Autopsy of a Polymarket Whale" analysis.