Analysis updated 2026-05-18
Run an arbitrage strategy on Polymarket's short-duration Bitcoin up or down markets.
Mirror the trades of a chosen wallet address on Polymarket automatically.
Set spending and loss limits to control risk while the bot trades.
Review trade history through the screenshots and configuration table in the README.
| obsidian-trades/polymarket-copy-trading-bot | amitkumardemo/edgecareer | mo-tunn/openguider | |
|---|---|---|---|
| Stars | 143 | 142 | 144 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 3/5 | 2/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Places real money trades using your crypto wallet, requires funding with USDC and MATIC on Polygon, and losses are possible.
This is an automated trading bot for Polymarket, a prediction market platform where users bet real money on questions like whether Bitcoin's price will go up or down in the next five minutes. The bot runs on your computer, connects to your crypto wallet, and places trades automatically according to rules you configure. The bot has two main modes. The first is an arbitrage mode: it watches Polymarket's short-duration Bitcoin markets and looks for moments when you can buy both the Up token and the Down token for a combined price below one dollar. Because those two tokens together always settle at exactly one dollar regardless of which way Bitcoin moves, buying both at a discount locks in a profit. The second mode is copy trading, where you give the bot a target wallet address and it mirrors whatever trades that wallet makes on Polymarket. Setup requires Node.js installed on your computer, a Polygon network crypto wallet, USDC stablecoin on Polygon to fund the trades, and a small amount of MATIC to pay network fees. Configuration happens through a .env file where you set your wallet private key, spending limits per trade, hourly loss limits, and how aggressively to trade. The README strongly advises using a separate dedicated wallet for this bot and starting with very small amounts. The README is detailed and written for beginners, with step-by-step installation instructions, a full table explaining every configuration option, and screenshots showing the bot's trade history. It includes multiple safety guardrails: a maximum loss per hour, a maximum spend per market, and inventory imbalance limits that stop the bot if one side of a position grows too large. The README is clear that this places real money trades and that losses are possible.
An automated bot that trades real money on Polymarket prediction markets, offering an arbitrage mode and a mode that copies another wallet's trades.
Mainly JavaScript. The stack also includes JavaScript, Node.js.
The README does not state a license.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.