Operations¶
Runbooks for running the bot in production: deploying, stopping it fast, tuning the process environment, and fixing what breaks.
| Runbook | Use it to |
|---|---|
| Production deploy | Run the production overlay, TLS, migrations, and day-to-day commands. |
| Kill switch | Stop new trading immediately — at coin, profile, or account scope. |
| Environment variables | Configure the process-level .env (ports, database, retention). |
| Troubleshooting | Diagnose common symptoms and follow step-by-step playbooks. |
New to the bot? Start with Get started; this section assumes a running deployment.