Testing

Paper Trading Checklist Before Enabling Live Orders

A deployment checklist for proving a bot is operationally safe in demo or paper mode before any live-order switch is enabled.

Bitcoin chart used during a small execution test
Hands-on screenshot: supervised testing helps verify order direction, sizing and state before scaling anything.

A deployment checklist for proving a bot is operationally safe in demo or paper mode before any live-order switch is enabled.

Updated 2026-09-06TestingPractical guide2 min read

In plain English

This guide explains what a test can and cannot prove. Backtests, demo environments and small live tests answer different questions and should not be treated as interchangeable.

backtestdemolive testfailure case

Infrastructure

Execution

Failure tests

Do not use “it worked once” as the live gate. The most valuable paper tests are often the failures you intentionally cause.

Before you rely on this in production

  • Historical and demo tests are not confused with live proof.
  • Failure paths are tested deliberately.
  • Restart/recovery is included.
  • Test logs are detailed enough to explain outcomes.