Trading Bots
The platform exposes 20 distinct bot types, each backed by its own route module in api/routes/. All of them run through the shared decision/risk pipeline described in ML Models & Strategy Layer — a bot type selects entry/exit logic and risk posture, it does not bypass the shared consensus or risk gate.
| Category | Bot types |
|---|---|
| Systematic entry | DCA (dollar-cost averaging), Grid, Momentum, Breakout |
| Adaptive / AI-driven | Antifragile, AI Adaptive |
| Event-driven | Cascade, Cross-Exchange, Funding |
| Arbitrage | Funding arb, Pairs arb, Basis arb |
| Signal / notification-only | Signal-only, Alert-only |
| Microstructure | Absorption |
| Portfolio-level | Smart Rebalance, Volatility Harvester, Factors |
| Operational | Bot Management, Signal Approval |
Shared safety layer
Every bot type is subject to the platform's risk gate — see Risk Management — including drawdown limits, volatility gates, and leverage caps. A bot cannot bypass the shared calibration and edge-decay tracking layer described in Architecture Overview.