Automated Manifold Markets trading bot — Play-money. Part of the Prediction Market Toolkits suite: one execution core, one risk layer, every venue.
Manifold Markets is live in production today.
Backtest / research sandbox.
These bots run on Manifold Markets through a single venue adapter on the shared engine — same risk controls, same TUI, full dry-run support.
| Strategy |
|---|
| 🎯 Directional Arbitrage — arb base (Up + Down < $1), tilted toward the side with more edge |
Want a strategy not listed here on Manifold Markets? Adapter coverage is demand-driven — ask.
Clone, drop in your keys, and run — the TUI lets you pick a strategy.
git clone https://github.com/HarrierOnChain/Manifold-Markets.git
cd Manifold-Markets
cp config.example.yaml config.yaml # add your keys
cargo run --release # launch the TUI
# headless: cargo run --release -- run copy-tradingThis repo is the Manifold Markets entry point. The execution core, risk layer, and all 20+ venue adapters live in the main toolkit:
👉 Prediction-Markets-Trading-Bot-Toolkits — the full suite
| Order execution | < 100ms end-to-end |
| Event processing | < 1ms per event |
| Safety | Circuit breaker · depth guard · dry-run · trade floor |
| Venues | 7 live today · 20+ venues |
Adding a venue means writing one adapter — not rebuilding a bot.
| Platform | Link |
|---|---|
| Full toolkit | Prediction-Markets-Trading-Bot-Toolkits |
| Telegram | @HarrierOnChain |
| Discussions | GitHub Discussions |
Response time is typically within a few hours.
Crypto.com Predictions · Hedgehog Markets · Kalshi · Myriad Markets
Browse the full venue directory in the main toolkit →
Trading prediction markets involves real financial risk. This software is provided as-is, without warranty. It is not financial advice. Always test with
enable_trading: falsebefore deploying real capital. Ensure compliance with Manifold Markets's terms of service and your local regulations.
Manifold Markets trading bot · built on the Prediction Market Toolkits engine