Deployment

After a backtest looks good, deploy the strategy to paper trading. Deployment happens in the dashboard — there is no podium deploy CLI for the kickoff MVP.

What Deployment Does

  1. Locks the exact code + config version (hash-based) that will trade.
  2. Creates a virtual portfolio seeded with paper capital.
  3. Schedules the strategy into the daily strategy-ticks cron (after the market-data refresh).
  4. Begins recording daily portfolio snapshots, decisions, and governance events.
Read the full Deployment & Paper Trading guide — daily ticks, monitoring, reconciliation, and the deployment lifecycle.