A wiki entry, structured for language models.
Read the markdown.
Hummingbot
Open-source framework specialized in market making and CEX/DEX arbitrage. Strong live execution; lighter on backtesting and not agent-native.
Hummingbot is an open-source framework specialized in market making and CEX/DEX arbitrage. Live execution is strong; backtesting is lighter and it is not agent-native.
The go-to when the strategy is market making rather than directional.
Score breakdown
| Criterion | Score |
|---|---|
| Execution | 4 / 5 |
| Safety | 3 / 5 |
| Lifecycle | 3 / 5 |
| Agent-native | 2 / 5 |
| Openness | 5 / 5 |
| Weighted total | 3.35 / 5 |
Per the methodology. Estimates from public docs and code, not paid placements.
Related
- Freqtrade The most-used open-source crypto bot: build, backtest, hyperopt, dry-run, and run live, with an ML module (FreqAI). Now supports Hyperliquid. Not agent-callable out of the box.
- NautilusTrader High-performance event-driven engine (Rust core, Python API). Backtest and go live on the same code. Production-grade, but you wire the agent layer yourself.