| Your First Trade on DerivaDEX | Complete the first end-to-end DerivaDEX trading workflow on testnet | You want a guided first trading success before reading task-specific docs |
| Building Your First Trading Bot | Build and run a first programmatic trading workflow | You want an end-to-end builder lesson before splitting into narrower integration tasks |
| Getting Started with ddx-python | Install the Python client, initialize it, read market state, and submit one signed order | You want the first repo-owned Python integration path before building a larger bot |
| Implementing a Moving Average Crossover Strategy | Turn mark-price updates into a first advanced directional signal and track the resulting trade path | You want the first strategy-pattern tutorial after the baseline bot lesson |
| Building a Mean Reversion Bot | Build a threshold-based reversion workflow with controlled entry and exit logic | You want an advanced strategy tutorial that emphasizes discipline over trade frequency |
| Creating an Arbitrage Monitor | Compare DerivaDEX market state with an external venue and emit persistent spread alerts | You want an advanced monitoring lesson before you automate cross-venue execution |
| Advanced Risk Management Techniques | Add one explicit risk budget and de-risking path around an existing strategy before liquidation pressure dominates the session | You want the missing advanced strategy lesson that turns signal generation into disciplined exposure management |
| Setting Up a DerivaDEX Node | Reach a healthy public-safe operator localnet baseline and capture the fixed readiness contracts | You want the first node-operations success path without treating public docs as a private runbook |
| Your First DAO Proposal | Publish a first governance proposal thread with the right public references and next-step links | You want a guided first governance contribution before narrower proposal-management tasks |
| Cast Your First Governance Vote | Follow the official governance flow from proposal context to recorded vote | You want a guided first governance action before using narrower governance procedures |
| Understanding the Trading Interface | Walk through the main trading screen and identify the key controls and account surfaces | You want a guided visual orientation to the product before trading more actively |
| WebSocket Realtime Data Tutorial | Connect to the realtime API, subscribe to feeds, and process ordered updates correctly | You want the first transport-level lesson before combining realtime with signed trading |