Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.
Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Automatically copy trade winning Polymarket wallets. Track any wallet, mirror their bets, profit from their alpha.
๐ฏ 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
# 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
Go to Polymarket Leaderboard Click on top traders Copy their wallet address from the URL Paste into config or --target flag
SettingDefaultDescriptioncopy_percent10%% of whale's position to copymin_trade_usd$5Skip trades smaller than thismax_trade_usd$50Cap maximum trade sizebuy_onlytrueOnly copy BUYs (safer)
Monitor โ Polls target wallet every 60 seconds Detect โ Identifies new trades via Polymarket API Filter โ Applies your risk settings Execute โ Places matching orders on your account Log โ Records everything for analysis
๐ 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
Python 3.8+ Polymarket account with USDC Private key (for signing trades)
โ ๏ธ 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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.