Prediction-Markets-Trading-Bot-Toolkits — What is it?

The haredoggy/Prediction-Markets-Trading-Bot-Toolkits is a Rust-based trading engine for prediction markets, offering a suite of bots for various strategies and venues.

⭐ 27 Stars 🍴 5 Forks Rust MIT Author: haredoggy
Source: README View on GitHub →

Why it matters

This project is gaining attention due to its focus on adapting to the evolving prediction market landscape, particularly in response to Polymarket's removal of artificial delays. It stands out with its Rust implementation for safety and performance, and its support for multiple venues and strategies.

Source: README, project traits

Core Features

Copy Trading Bot

Automatically mirrors top wallets' trading actions with configurable sizing and risk limits, designed for copying successful traders.

Source: README
BTC Arbitrage Bot

Monitors BTC Up/Down markets across different time frames and executes FAK orders to exploit pricing inefficiencies.

Source: README
Cross-Market Arbitrage Bot

Exploits cross-venue pricing inefficiencies by executing hedged legs on Polymarket and Kalshi.

Source: README

Architecture

The architecture is modular, with a shared Rust engine and risk layer. It features an extensible design, supporting various strategies and venues. The codebase is organized into bots for different trading strategies, each with its own implementation.

Source: Code tree + dependency files

Tech Stack

infra: Not enough information.  |  key_deps: tokio, polymarket-client-sdk, alloy  |  language: Rust  |  framework: Tokio for async runtime, TUI for terminal UI

Source: Dependency files + code tree

Quick Start

Clone the repository, install dependencies with `cargo install`, and run the bot with `./target/release/predictions-markets-trading-bot-toolkits`.
Source: README Installation/Quick Start

Use Cases

The project is suitable for traders looking to automate trading strategies in prediction markets, including copy trading, arbitrage, and directional trading. It is useful for those who want to exploit inefficiencies across multiple venues and time frames.

Source: README

Strengths & Limitations

Strengths

  • Strength 1: Rust implementation for safety and performance
  • Strength 2: Support for multiple venues and strategies
  • Strength 3: Extensible architecture for future strategies

Limitations

  • Limitation 1: Limited documentation for some features
  • Limitation 2: Some features are still in development
Source: Synthesis of README, code structure and dependencies

Latest Release

Version 1.0.0, released on 2025-09-29. This version ships with the copy trading bot and is in development for other strategies.

Source: README

Verdict

This project is worth watching for traders and developers interested in prediction market automation. It offers a robust foundation for building and experimenting with various trading strategies, particularly for those familiar with Rust and prediction markets.

Transparency Notice
This page is auto-generated by AI (a large language model) from the following public materials: GitHub README, code tree, dependency files and release notes. Analyzed at: 2026-04-19 10:36. Quality score: 85/100.

Data sources: README, GitHub API, dependency files