Best Prediction Market Bots (2026)
Polymarket and Kalshi automation ranked with verified GitHub stats, real operator numbers, and the honest math of why most retail bots lose. Each bot on its own page.
Updated September 8, 2026 · 18 bots reviewed on their own pages · every price checked against the live site
Browse by category
7 categoriesThe directory
19 bots · filter by category-
Kairos Cross-venue trading terminal: Kalshi, Polymarket and Predict.fun in one order book, with sub-second data and advanced order types.
-
02poly-maker The most-starred genuine community bot: maker-only market making on the Polymarket CLOB, quoting both sides. Earns the spread instead of paying it.
-
03PMXT Not a strategy, the plumbing: CCXT-style unified library across 15+ venues. Several of the better arb bots are built on it.
-
04Polymarket-bot (MrFadiAi) Four strategies with layered risk limits: arbitrage, hedged crypto-dip, filtered smart-money copying, and a fill-or-kill sniper. The README promises nothing, which is a quality signal here.
-
05CloddsBot Open-source Claude-based trading agent across ten venues with Kelly sizing and circuit breakers, pushed daily, no profit claims.
-
06kalshi-trading-bot-cli The best-known Kalshi-native open bot: AI research into probability estimates into Kalshi trades.
-
07Kalshi weather bot Trades temperature markets off a 31-member forecast ensemble with Kelly sizing, and reports its real best result, $1.8K, right in the repo description.
-
08prediction-market-arbitrage-bot Captured real 1.5 to 4.5% spreads, and the author's writeup is the best free education in the category: risk-free is theory, prices move between your two API calls.
-
09polymarket-arbitrage Cross-platform text-similarity market matching and bundle arb. Study it, but know the impressive win-rate screenshot is simulation data, which the README admits.
-
10BTC hourly arb detector Detects Polymarket vs Kalshi spreads on BTC one-hour markets.
-
11nothing-ever-happens Buys NO on every non-sports market. Self-described as mostly a meme, but it operationalizes a real tendency: roughly 70% of markets resolve NO.
-
12OctoBot prediction module The established OctoBot project's Polymarket module: copy trading now, arbitrage under development. Beware the typosquatted lookalike repos.
-
13Polymarket-betting-bot Copy trading plus threshold strategies on crypto markets, encrypted key storage, honest disclaimers. Real but small.
-
Alphapoly (polymarket-alpha-bot) Finding logically related Polymarket markets with an LLM and entering the covering pair when it costs less than it pays.
-
Kalshi-Quant-TeleBot A Kalshi bot skeleton with three strategy modules and a Telegram control surface, to read and rebuild rather than run as-is.
-
Prediction Markets Trading Bot Toolkits Rust copy trading on Polymarket with a prebuilt binary, dry-run by default and a circuit breaker.
-
DRADIS Running nine crypto-market strategies at a 50 ms tick on Kalshi or Polymarket from one Rust binary, starting in ghost mode.
-
Polymarket BTC 15-Minute Trading Bot A NautilusTrader-based multi-signal bot for Polymarket 15-minute BTC markets with $1 max trades and Grafana monitoring.
-
polymarket-tennis The data layer for a Polymarket tennis bot: market discovery, match identity resolution and a joined price-versus-score view.
The verified numbers
| Claim | Detail | Source |
|---|---|---|
| $40M+ in arb profits | Arbitrage traders' take on Polymarket, April 2024 to April 2025 | Yahoo Finance |
| 14 of top 20 wallets are bots | By profit, per crypto researcher Stacy Muur | KuCoin News |
| $313 to ~$430K in one month | A lag-exploiting bot in 15-minute crypto markets, 98% win rate across 6,615 predictions | andrew.ooo analysis |
| Kalshi taker fee peaks at 1.75¢/contract | 0.07 × P × (1−P) per contract, rounded up; maker rate is ~75% cheaper | Kalshi fee schedule |
What operators actually report
Quotes from bot builders and operators, recovered from archived Reddit threads (links go to the archives).
What works, what does not
- Works: speed (WebSockets over REST polling, compiled languages for fast markets), maker-side strategies on Kalshi where fees run ~75% below taker rates, pair-cost accumulation, and market making that earns the spread.
- Does not: running a published strategy (the arb window is under 3 seconds and the top wallets already run it faster), taker-side scalping into 5 to 10 cent spreads, and AI bots predicting the news without a real-time data pipe.
- Setup gotchas that cost real money: on Polymarket, USDC must sit in the proxy funder address, not your wallet address, and every rejected order needs an on-chain balance check because of ghost fills. On Kalshi, read the settlement rules on every market; the operator above says rule misreads were his biggest losses.
Bots die in execution. Terminals are execution.
Wanted a bot for speed and cross-venue vision? The free Kairos terminal trades Kalshi, Polymarket and Predict.fun from one book, no keys to manage.
FAQ
Do bots really make money on prediction markets?
The professional ones do: $40M+ in Polymarket arb profits in a year, and bots holding 14 of the top 20 profit slots. Retail results are much worse, and the gap is execution: spreads, fees, partial fills and ghost fills eat paper edges.
Is botting allowed?
Yes on both major venues. Kalshi has an official trading API; Polymarket's order book is permissionless through its CLOB API. Read each venue's terms before running anything aggressive.
Why are there so few Kalshi bots?
Anonymity and fee structure. Kalshi accounts are private, so there is nothing to copy-trade, and taker fees make scalping start 8 to 14 cents in the hole round trip at mid prices. The surviving Kalshi bots are maker-style.
What is the cheapest way to start?
Clone one of the open-source repos above, run it against paper or tiny size, and measure fees honestly. If your bot idea reduces to faster execution and every venue in one view, start with a free terminal instead.