Deploy a Strategy
Deploying sends your strategy to Synchronicity, where it runs automatically. This page covers what to check before you deploy, what happens during the process, and what to do after.
Before you deploy
Make sure:
- Your strategy is saved. The toolbar shows a save indicator if you have unsaved changes.
- All nodes are connected. Unconnected nodes are flagged during validation.
- All required fields are filled in: market, order type, size, and any exit conditions.
- Your wallet is connected. The Deploy button shows a connect prompt if it isn’t.
The deploy process
- Click Deploy in the floating toolbar.
- A confirmation modal appears. Review the strategy name (pre-filled from your last save) and edit it if needed. Add an optional description.
- Click Deploy to submit.
The builder runs validation before sending anything. If it finds configuration errors, they appear in the modal with a description of what needs fixing.
Once validation passes, the builder auto-deploys any required oracles first. A progress indicator shows each oracle’s status as it registers. When all oracles are ready, the strategy goes live.
After deployment
Once your strategy is accepted, it appears in the strategy dashboard on the left with a status of Active.
From there:
- The strategy runs continuously, evaluating its conditions and acting when they’re met.
- You can monitor progress and open positions from the dashboard.
- You can click into the strategy to view it in read-only mode on the canvas.
Redeploying a strategy
To update a deployed strategy, cancel it first, make your changes, then deploy again. There is no in-place edit for active strategies. See Cancel or Stop a Strategy for how to stop a running strategy before redeploying.
Troubleshooting deployment
“Indicator node has no conditions configured”: Open the flagged Indicator node, add at least one condition, and try deploying again.
Deploy button is disabled: Either your wallet is not connected or the strategy has unsaved changes. Save first, then connect your wallet.
Next steps
Once deployed, read Monitor a Live Strategy to track what your strategy is doing.