Mmb
Trading bot implemented in Rust, with market making and strategy automation for any exchange or blockchain.
Install / Use
npx skills add purefinance/mmbInstalls into whichever agent you are using.
README
Welcome to mmb
Mmb is an open-source trading engine implemented in Rust
Connectors
GREEN - Connector is working properly and safe to use
YELLOW - Connector is either new or has one or more issues
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 |
|
| <img src="assets/binance-logo.jpg" alt="Binance" width="90" /> | Binance | Binance USDⓈ-M Futures | 3 | API |
|
| <img src="assets/bitmex-logo.png" alt="Bitmex" width="90" style="margin:7px 0px 0px 0px" /> | Bitmex | Bitmex | 1 | API |
|
| <img src="assets/serum-logo.png" alt="Binance" width="90" /> | Serum | Serum | 1 | API |
|
| <img src="assets/interactive-brokers-logo.png" alt="InteractiveBrokers" width="170" /> | IBKR | Interactive Brokers | 1 | API |
|
Quick Start
- Go to
example/srcdirectory - Configure your strategy in
config.toml - Provide api keys and secrets in
credentials.toml
[Binance_0]
api_key = "..."
secret_key = "..."
- Execute
cargo build - Execute
cargo run
Contributions
We welcome contributions from the community:
- Code and documentation contributions via pull requests
- Bug reports and feature requests through Github issues
Related Skills
clawhub
385.5kSearch ClawHub for skills when a requested capability is not already available; install, verify, update, uninstall, publish, or sync skills.
coding-agent
385.5kDelegate coding work to Codex, Claude Code, or OpenCode as background workers; not simple edits or read-only code lookup.
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
taskflow
385.5kCoordinate multi-step detached tasks as one durable TaskFlow job with owner context, state, waits, and child tasks.
