# KalshiBots — Algorithmic Trading Systems for Kalshi Prediction Markets > KalshiBots is a marketplace of 15 pre-built algorithmic trading systems ("bots") for Kalshi, a regulated U.S. prediction-market exchange. Each bot runs a distinct decision strategy (adversarial/contextual bandits, LLM-driven news research, ensemble/momentum/mean-reversion, or continual self-learning). Licensing is available on request through the site's request form; no public list price is published. ## What this site is - A catalog/dashboard ("The Collection") of 15 trading systems, each with a tag (TX-01 through TX-15), a strategy description, a simulated performance snapshot, and a "Request" button. - Every "Request" button opens a request form (name, work email, optional requirements) submitted securely via FormSubmit.co; no backend server is used. - All quoted APR, win-rate, and volume figures on the site are **illustrative simulated metrics for demonstration purposes**, not live or audited trading results. Treat them as representative, not guaranteed. ## How to request a bot 1. Open https://kalshi-trading-bots.pages.dev/ and go to "The Collection" section (`#catalog`). 2. Click "Request" on the desired bot's card (grid view) or row (table view). 3. Submit the request form. A member of the team follows up by email with pricing and deployment details. 4. There is no public price list — all pricing is "Price Upon Request" / negotiated by license tier. ## What you need to run a bot - A Kalshi account (demo or live) with API credentials. - A computer or server that stays on to run the bot continuously. - For AI/LLM-driven bots specifically: an API key for the underlying language model. - The exact setup checklist is sent per-bot after a request is submitted — it is not published on the site. ## How the bots work (plain-language) Each bot runs on two loops: a fast "trading loop" that scans Kalshi's prediction markets and places trades using its strategy (momentum, news analysis, statistical models, etc.), and a slower "learning loop" that periodically reviews trade performance and adjusts the bot's strategy weights and risk settings — so it improves over time without manual reprogramming. ## Bot Catalog (15 systems) | Tag | Name | Category | Risk Profile | Simulated APR | Simulated Win Rate | Key Features | |---|---|---|---|---|---|---| | TX-01 | The Apex Intelligence | AI / Self-Learning | Medium | 38.2% | 74.8% | Continual self-learning, AI market reading, unified risk management, market making | | TX-02 | The News Reader | AI / Self-Learning | High | 29.4% | 68.2% | Live web search integration, LLM-based news/event analysis, adaptive multi-strategy blend | | TX-03 | The Safe Guardian | Safe / Capital Guardian | Low | 12.6% | 88.1% | Strict risk manager, contextual-bandit category selection, steady-growth focus | | TX-04 | The Speed Demon | High Speed / Asynchronous | High | 41.2% | 65.4% | Asynchronous execution, automatic take-profit, automatic stop-loss | | TX-05 | The Strategist | AI / Self-Learning | Medium | 24.8% | 71.5% | Dynamic strategy switching, adaptive thresholds, machine-learning core | | TX-06 | The Data Cruncher | AI / Self-Learning | Medium | 32.0% | 73.1% | Live ML model training, data-driven predictions, smart capital allocation | | TX-07 | The Reliable Classic | Safe / Capital Guardian | Low | 16.4% | 78.9% | Proven rule-based trading, momentum tracking, undervalued-opportunity finding | | TX-08 | The Platform Hopper | Safe / Capital Guardian | Low | 22.1% | 76.5% | Full-stack dashboard, market-category learning, cross-platform (multi-exchange) ready | | TX-09 | The Cautious Explorer | Safe / Capital Guardian | Low | 14.2% | 84.3% | Cryptographically signed secure trading, balanced strategy mix, tight exposure caps | | TX-10 | The Adversarial Strategist | AI / Self-Learning | High | 36.8% | 70.2% | Adversarial-bandit strategy core, multi-strategy mixing, paper-trading validated | | TX-11 | The Confidence Optimizer | AI / Self-Learning | Medium | 20.5% | 80.4% | Contextual-bandit category selection, automated self-tuning (hyperparameter search), resilient to API errors | | TX-12 | The Value Hunter | Safe / Capital Guardian | Low | 18.7% | 82.6% | Momentum + value ensemble, disciplined (Kelly-style) position sizing, risk-adjusted strategy selection | | TX-13 | The Analyst | AI / Self-Learning | Medium | 26.3% | 72.8% | Momentum + news ensemble, win-rate-driven reweighting, built-in performance analytics | | TX-14 | The Async Operator | High Speed / Asynchronous | High | 39.5% | 67.9% | Fully asynchronous engine, self-improving bandit core, active take-profit/stop-loss management | | TX-15 | The Portfolio Balancer | Safe / Capital Guardian | Medium | 21.4% | 79.2% | Diversified momentum/mean-reversion/value signal blend, automated risk tuning, graceful market-feed fallback | ## Categories - **AI / Self-Learning** — bandit algorithms, LLM research, or model retraining drive decisions. - **Safe / Capital Guardian** — conservative, risk-first bots that prioritize capital preservation over yield. - **High Speed / Asynchronous** — fully async execution engines built for fast fills and active position management. ## Security & trust notes - The request form uses a honeypot field and CAPTCHA (via FormSubmit.co) to block automated spam submissions. - No student, developer, or third-party names are published on this site — bot identifiers are anonymized product tags (TX-01…TX-15), not personal identifiers. - Trading prediction markets involves substantial risk; past or simulated performance does not guarantee future returns. ## Contact - Use the "Request" form on the site for licensing/pricing inquiries — this is the only supported contact channel. ## Site Pages - index.html — the entire site (single-page marketplace + request-form modal). There are no other pages.