Polymarket Copy Trading Scanner β Identifies the top 10 most interesting traders to copy on Polymarket, updated daily.
PolyScan analyzes the Polymarket leaderboard and individual trader positions to find the best wallets for copy trading via Polycop. It calculates a composite score based on:
| Weight | Metric | Why it matters |
|---|---|---|
| 25% | ROI % | Capital efficiency β crucial for small budgets |
| 20% | PnL (30 days) | Recent performance |
| 15% | PnL (7 days) | Short-term momentum |
| 15% | Consistency | Present in leaderboard across multiple periods |
| 10% | Win Rate | % of profitable positions |
| 10% | Activity Level | Sweet spot of 5-25 active positions |
| 5% | Budget Compatibility | Slight penalty for huge average position sizes |
cd backend
npm install
cd ..
node backend/fetch-data.jsOpen index.html in your browser, or serve it locally:
npx -y serve .Click the π button next to any trader to copy their wallet address, then paste it into Polycop.
The GitHub Action (.github/workflows/update-data.yml) runs daily at 8:00 AM Paris time and commits the updated data/top10.json. You can also trigger it manually from the Actions tab.
PolyScan/
βββ backend/
β βββ fetch-data.js # Data fetcher & scoring engine
β βββ package.json
βββ data/
β βββ top10.json # Generated daily (committed by bot)
βββ .github/workflows/
β βββ update-data.yml # Daily cron job
βββ index.html # Dashboard interface
βββ style.css # Styles
βββ app.js # Frontend logic
βββ README.md
This tool is for informational purposes only. Copy trading on prediction markets carries significant risks including but not limited to:
- Execution latency β you may get worse prices than the copied trader
- Slippage β especially in low-liquidity markets
- Past performance β future results β a trader's history doesn't guarantee future success
- Market risk β prediction markets can be highly volatile
Always do your own research (DYOR) and never invest more than you can afford to lose.
This project is licensed under the MIT License.