polymarket-whale-copier

Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "polymarket-whale-copier" with this command: npx skills add cassh100k/polymarket-whale-copier

🐋 Polymarket Whale Copier

Automatically copy trade winning Polymarket wallets.

Track any wallet, mirror their bets, profit from their alpha.

Features

  • 🎯 Copy Any Wallet — Just paste their address
  • 📊 Configurable Size — Copy 1-100% of their position
  • 🛡️ Risk Controls — Min/max trade limits, BUY-only mode
  • 📝 Full Logging — Every trade documented
  • 🔄 Auto-Redemption — Claims winning positions automatically
  • 💰 No API Keys — Uses public Polymarket APIs

Quick Start

# 1. Set your Polymarket private key
export POLYMARKET_KEY="0xYourPrivateKey"

# 2. Run the copier
python3 scripts/copy_trader.py --target 0xWhaleWallet --percent 10

Configuration

Edit config.json:

{
  "target_wallet": "0x...",
  "copy_percent": 10,
  "min_trade_usd": 5,
  "max_trade_usd": 50,
  "buy_only": true,
  "check_interval_sec": 60,
  "dry_run": false
}

Commands

# Start copy trading (background)
./scripts/start.sh

# Check status
./scripts/status.sh

# Stop trading
./scripts/stop.sh

# View recent trades
./scripts/logs.sh

# Auto-redeem winning positions
python3 scripts/auto_redeem.py

Finding Whale Wallets

  1. Go to Polymarket Leaderboard
  2. Click on top traders
  3. Copy their wallet address from the URL
  4. Paste into config or --target flag

Risk Management

SettingDefaultDescription
copy_percent10%% of whale's position to copy
min_trade_usd$5Skip trades smaller than this
max_trade_usd$50Cap maximum trade size
buy_onlytrueOnly copy BUYs (safer)

How It Works

  1. Monitor — Polls target wallet every 60 seconds
  2. Detect — Identifies new trades via Polymarket API
  3. Filter — Applies your risk settings
  4. Execute — Places matching orders on your account
  5. Log — Records everything for analysis

Example Output

🚀 POLYMARKET COPY TRADER STARTING
🎯 Target: 0x4ffe49ba...609f71
📊 Copy: 10% | Limits: $5-$50

🔄 Monitoring cycle #42
📈 New trade detected!
   Whale: BUY 500 shares @ $0.35 = $175
   Copying: BUY 50 shares @ $0.35 = $17.50
✅ Order placed: #123456789

Requirements

  • Python 3.8+
  • Polymarket account with USDC
  • Private key (for signing trades)

Safety Notes

⚠️ Never share your private key ⚠️ Start with small amounts ⚠️ Use dry_run mode first ⚠️ Past performance ≠ future results

Support

Issues? Questions? Open a GitHub issue or find us on Discord.


Built by Nix 🔥 | Not financial advice

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Polymarket Oracle

Multi-strategy arbitrage and trading bot for Polymarket prediction markets. Scans ALL markets (crypto, politics, sports, economics, entertainment) for parity...

Registry SourceRecently Updated
4720Profile unavailable
Web3

Simmer

The prediction market interface for AI agents. Trade Polymarket and Kalshi through one API with self-custody wallets, safety rails, and smart context. Start...

Registry SourceRecently Updated
8.5K22Profile unavailable
Web3

Horizon SDK

v0.4.16 - Trade prediction markets (Polymarket, Kalshi) - positions, orders, risk management, Kelly sizing, wallet analytics, Monte Carlo, arbitrage, quantit...

Registry SourceRecently Updated
8390Profile unavailable
Web3

Prediction Market Creator

Automatically creates unique prediction markets on betbud.live by analyzing trending crypto Twitter topics with Claude AI and fetching professional images.

Registry SourceRecently Updated
7802Profile unavailable