SkillAgentSearch skills...

Mmb

Trading bot implemented in Rust, with market making and strategy automation for any exchange or blockchain.

Install / Use

/learn @purefinance/Mmb

README

Welcome to mmb

Mmb is an open-source trading engine implemented in Rust

Connectors

GREEN GREEN - Connector is working properly and safe to use

YELLOW YELLOW - Connector is either new or has one or more issues

RED RED - Connector is broken and unusable

| logo | id | name | ver | doc | status | |:-------------------------------------------------------------------------------------------:|:----------------------:|:----------------------------------------------------------------------:|:---:|:---:|:-----------------------------:| | <img src="assets/binance-logo.jpg" alt="Binance" width="90" /> | Binance | Binance Spot | 3 | API | GREEN | | <img src="assets/binance-logo.jpg" alt="Binance" width="90" /> | Binance | Binance USDⓈ-M Futures | 3 | API | GREEN | | <img src="assets/bitmex-logo.png" alt="Bitmex" width="90" style="margin:7px 0px 0px 0px" /> | Bitmex | Bitmex | 1 | API | YELLOW | | <img src="assets/serum-logo.png" alt="Binance" width="90" /> | Serum | Serum | 1 | API | GREEN | | <img src="assets/interactive-brokers-logo.png" alt="InteractiveBrokers" width="170" /> | IBKR | Interactive Brokers | 1 | API | YELLOW |

Quick Start

  1. Go to example/src directory
  2. Configure your strategy in config.toml
  3. Provide api keys and secrets in credentials.toml
[Binance_0]
api_key = "..."
secret_key = "..."
  1. Execute cargo build
  2. Execute cargo run

Contributions

We welcome contributions from the community:

Related Skills

View on GitHub
GitHub Stars599
CategoryDevelopment
Updated3d ago
Forks103

Languages

Rust

Security Score

100/100

Audited on Mar 23, 2026

No findings