Install
openclaw skills install polymarket-whale-copierClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.
openclaw skills install polymarket-whale-copierAutomatically copy trade winning Polymarket wallets.
Track any wallet, mirror their bets, profit from their alpha.
# 1. Set your Polymarket private key
export POLYMARKET_KEY="0xYourPrivateKey"
# 2. Run the copier
python3 scripts/copy_trader.py --target 0xWhaleWallet --percent 10
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
}
# 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
--target flag| Setting | Default | Description |
|---|---|---|
copy_percent | 10% | % of whale's position to copy |
min_trade_usd | $5 | Skip trades smaller than this |
max_trade_usd | $50 | Cap maximum trade size |
buy_only | true | Only copy BUYs (safer) |
🚀 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
⚠️ Never share your private key ⚠️ Start with small amounts ⚠️ Use dry_run mode first ⚠️ Past performance ≠ future results
Issues? Questions? Open a GitHub issue or find us on Discord.
Built by Nix 🔥 | Not financial advice