Analysis updated 2026-05-18
Automatically mirror trades from designated whale wallets on Polymarket.
Test a copy-trading strategy safely using dry-run mode before risking funds.
Manually buy the Draw outcome on a specific FIFA World Cup 2026 match.
Persist already-seen leader trades in Redis so restarts do not duplicate copies.
| core-trading/world-cup-trading-bot-ts | jlevy/markform | piyushgarg-dev/trpc-monorepo | |
|---|---|---|---|
| Stars | 57 | 57 | 57 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a funded Polymarket wallet and private key, Redis is optional but recommended for restart safety.
This repository is a TypeScript command-line bot that automates copy trading on Polymarket, a prediction market platform where users bet on real-world outcomes using cryptocurrency. The bot is built specifically around FIFA World Cup 2026 match markets, though it can work on other Polymarket markets as well. The core idea is to watch the on-chain activity of wallets you designate as leaders (called whale wallets or super traders), and automatically place matching trades on your own account when those wallets make moves. You configure which wallets to follow, and the bot polls for new activity at a set interval. Four copy strategies are available. The first mirrors trades at a fixed fraction of the leader position size. The second uses a fixed USD amount per copied trade regardless of the leader amount. The third mirrors a percentage of the leader trade size. The fourth only copies trades when the leader position is at or above a threshold you set, then applies a scaling factor. The bot runs as an interactive CLI with a menu. From that menu you can start and stop the copy engine, adjust trade size and strategy, add or remove leader wallets (including importing from the Polymarket leaderboard), check status, and place manual buys on the Draw outcome for specific World Cup matches. A dry-run mode lets you see what the bot would do without committing real funds. Configuration is split between a TOML file (for trade size, strategy, and other settings) and environment variables (for your private key, wallet addresses, and Redis connection details). Redis is optional and used to persist a record of already-seen leader trades across restarts, so the bot does not repeat trades if it is restarted. The README includes a disclaimer noting that prediction market trading carries financial risk, and that Polymarket has geographic restrictions that users must check before connecting.
A CLI bot that copies trades from chosen whale wallets on Polymarket, built around FIFA World Cup 2026 markets.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Redis.
The README does not state a license for this project.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.