Analysis updated 2026-05-18
Copy a chosen trader's Polymarket bets into your own account at a scaled-down dollar amount.
Run the bot in dry-run mode first to see what trades it would place before risking real funds.
Follow several leader wallets at once by listing multiple addresses in the configuration.
Set a minimum trade size so scaled-down copies below $1 are automatically skipped.
| trade-execution-labs/polymarket-sport-trading-bot | boona13/sprite-lab | drvx92/coinbase-copy-trading-bot | |
|---|---|---|---|
| Stars | 76 | 76 | 76 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires a funded Polymarket wallet and private key, dry-run mode is on by default for safe testing.
This repository contains a TypeScript bot that automatically copies the trading activity of another user on Polymarket, which is a prediction market platform where people bet on the outcomes of real-world events. The idea is that you pick a wallet address of a trader whose judgment you trust, and the bot watches their activity and places matching trades in your account at a reduced scale. By default, if the leader spends $200, your bot spends $1, a ratio controlled by a configurable setting. The bot polls Polymarket's data API every 300 milliseconds by default to check for new activity from the chosen wallet. When it detects a trade, it mirrors the action: if the leader buys a position, the bot buys the same position at the scaled size, if they sell, merge, split, or redeem positions, the bot mirrors those operations too. Trades that would scale below a $1 minimum are skipped by default to stay within platform limits. Setup involves installing the project's dependencies, copying a template configuration file, and filling in your own Polymarket wallet address and private key, along with the wallet address of the leader you want to follow. A dry-run mode is enabled by default, which means the bot logs what it would do without actually placing any orders, so you can verify the behavior before running it live. You can also follow multiple leader wallets at once by listing several addresses in the configuration. The README includes a warning that copy-trading carries real financial risk due to timing delays, price slippage, and the possibility that the leader makes losing trades. The project is licensed for private use only and uses official Polymarket SDKs.
A TypeScript bot that watches a chosen trader's wallet on Polymarket and automatically copies their bets into your account at a smaller, configurable scale.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Polymarket SDK.
Licensed for private use only, meaning you cannot redistribute or use it commercially without separate permission.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.