FREE TODAY · $9/MO TOMORROW
A machine-learning crypto trading bot you actually run yourself.
Rio executes, reconciles and monitors orders across your exchanges — with process health, order-lifecycle tracking and live logs in one dashboard.
Live simulation
The bot running, right now
https://rio-frontend-demo.vercel.app/#/dashboard
Sandbox instance — simulated funds only, no real orders are placed.
Runtime health
Uptime, memory, CPU and event-loop lag so delays are explainable.
Order lifecycle
Submitted, executed, cancelled, rejected and reconciliation counts.
Exchange monitoring
API health and error tracking across every connected venue.
Live logs
Streaming log events over WebSocket while strategies run.
Open source
Point Rio at your own self-hosted server
Rio talks to any instance you run yourself. Clone the public repository, start the server, and add it as a server profile in the app.
git clone https://github.com/toniton/ml-crypto-trading cd ml-crypto-trading python -m pip install -r requirements.txt python -m main # http://127.0.0.1:8000