Skip to main content

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.

CategoryBot types
Systematic entryDCA (dollar-cost averaging), Grid, Momentum, Breakout
Adaptive / AI-drivenAntifragile, AI Adaptive
Event-drivenCascade, Cross-Exchange, Funding
ArbitrageFunding arb, Pairs arb, Basis arb
Signal / notification-onlySignal-only, Alert-only
MicrostructureAbsorption
Portfolio-levelSmart Rebalance, Volatility Harvester, Factors
OperationalBot 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.