Kalshi-native
Kalshi trading bots
Bots built for the Kalshi API, from weather-market strategies to CLI traders, with setup requirements and maintenance status.
Checked September 8, 2026 · every price read off the live site
Every kalshi-native bot
3 reviewed · alphabetical-
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.
-
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.
| Bot | Venues | Pricing | Type |
|---|---|---|---|
| kalshi-trading-bot-cli | Kalshi | Open source (MIT). | CLI |
| Kalshi weather bot | Kalshi, Polymarket | Open source. | bot |
| Kalshi-Quant-TeleBot | Kalshi | Open source. | bot |
How these bots work
Kalshi-native bots sign every request with an RSA private key, trade in cents, and can paper trade against a real demo exchange, which Polymarket does not offer. They are US-only in practice because the account is.
The category is smaller than Polymarket's. GitHub search for kalshi bot returns 894 repositories against 4,090 for polymarket bot as of 2026-09-08, and the top results are the same cross-venue projects. The purpose-built entries are a research-to-order CLI from OctagonAI, a weather-ensemble project, and a Telegram-fronted skeleton.
Kalshi's taker fee is quadratic in price, at most 1.75 cents per contract at 50 cents per DRADIS's README, so an edge threshold that ignores it is wrong by up to that much per contract.
How to choose
- Demo-environment support, with a single flag to switch: KALSHI_USE_DEMO or KALSHI_DEMO.
- Correct auth: key ID plus RSA-PSS signed requests. A README that lists only an API key string is out of date.
- Fee-aware edge math and maker versus taker awareness.
- Series-level market discovery (KXHIGH, KXBTC15M and so on) rather than hard-coded tickers that expire.
- Recent pushes. Kalshi ships API changes and series regularly.
Questions about kalshi-native bots
What is the best open-source Kalshi trading bot?
kalshi-trading-bot-cli from OctagonAI has 383 stars and the most complete Kalshi-only pipeline, with paid research credits. DRADIS adds a Kalshi build with nine strategies.
Can I paper trade a Kalshi bot?
Yes. Kalshi has a demo environment, and kalshi-trading-bot-cli, DRADIS and the weather bot's Kalshi client all document a switch for it.
Is there a Kalshi weather trading bot?
suislanchez's polymarket-kalshi-weather-bot prices KXHIGH temperature markets off a 31-member GFS ensemble. It is unmaintained since March 2026 and its README calls it a simulation tool.
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.