Quickstart
This quickstart covers the baseline Gate0 + Gate1 user journey: research, strategy, backtest, deploy, and monitor.
Prerequisites
- Platform contract artifacts are available from
trade-nexus. - CLI client is available from
trading-cli. - You have environment configuration for Platform API access.
Workflow Path
- Research market opportunities.
- Create or update a strategy.
- Run backtests against a selected dataset.
- Start and monitor deployment.
- Track portfolio and order outcomes.
API and CLI Mapping
| Workflow | API Lane | CLI Lane |
|---|---|---|
| Research | Platform API research operations | trading-cli research ... |
| Strategy | Platform API strategies operations | trading-cli strategy ... |
| Backtest | Platform API backtests operations | trading-cli backtest ... |
| Deploy | Platform API deployments operations | trading-cli deploy ... |
| Portfolio/Orders | Platform API portfolios and orders operations | trading-cli portfolio ... / trading-cli order ... |
Next Steps
- Detailed CLI flow: CLI Common Workflows
- Contract boundaries: Platform API Contract
- Troubleshooting: Troubleshooting