quantum-probability-forge/polymarket-arbitrage-trading-bot — explained in plain English
Analysis updated 2026-05-18
Automate short-term crypto up or down bets on Polymarket without watching prices manually.
Run a rules-based strategy that enters and exits fast prediction market trades.
Trade with a bot that reads live on-chain wallet balances instead of estimates.
| quantum-probability-forge/polymarket-arbitrage-trading-bot | alpha-vector-core/polymarket-arbitrage-trading-bot | alpha-vector-core/polymarket-trading-bot | |
|---|---|---|---|
| Stars | 79 | 79 | 79 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 4/5 | 4/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a funded crypto wallet on Polygon and a private key for signing trades.
This is an automated trading bot for Polymarket, a prediction market where you bet on whether a cryptocurrency price will go up or down within a set time window. It targets short-horizon markets on Bitcoin, Ethereum, Solana, and XRP, from 5-minute to 24-hour windows. The bot connects directly to Polymarket's central limit order book, polls live prices every second, and places orders automatically based on rules you define in a configuration file. A central limit order book matches buyers and sellers in real time, similar to a stock exchange. Orders here are Fill-and-Kill: they execute at the best available price the moment they are placed, or they are canceled. Portfolio balances are read directly from the blockchain at each tick, so figures in the logs reflect actual on-chain positions rather than estimates. Two strategies are offered. The first is exit-only, designed for closing an existing position when either a price ratio or a time ratio passes a threshold you set. The second handles entry as well: it opens a position once per market window when conditions are met, exits when the price enters a target range, and can optionally swap immediately to the opposite token if the price moves far enough in the other direction after the exit. Authentication with Polymarket is handled automatically. If you do not specify a signature mode, the bot tries a proxy wallet method first and then falls back to a direct wallet method. It also automatically detects when a market window has ended and moves to the next one without manual intervention. Configuration is split between a trade.toml file, which holds strategy settings and market selection, and a .env file, which holds private keys. The README recommends starting with very small trade sizes to understand the bot's behavior before scaling up, and includes a disclaimer that prediction market trading carries real financial and regulatory risk. The full README is longer than what was shown.
An automated bot that trades real crypto on short-term Bitcoin, Ethereum, Solana, and XRP price bets on Polymarket.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Polygon.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
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.