Skip to main content

Guide catalog

Use this page to pick the task guide that matches the work you already know you need to do.

Choose by goal

If your goal is to…Start here
integrate request signing, encryption, lifecycle handling, or session-key automationAPI integration guides below
handle trading-risk operations or migrate an existing CEX workflow while already knowing the productTrading operations guides below
verify an operator-backed localnet environment before deeper node workNode operations below
execute one governance action cleanlyGovernance guides below
build application or contract integrations on top of the public DerivaDEX surfacesIntegration and composability guides below
contribute code or public docs through the public repo surfaceOpen source contributions guides below
run a public institutional diligence pass without confusing public facts with private onboarding materialInstitutional diligence below

API integration

GuideUse it for
How to Sign DerivaDEX Requests with EIP-712Produce valid client signatures for request submission
How to Encrypt Requests for the OperatorSubmit restricted requests with the operator encryption contract
How to Implement High-Frequency Trading StrategiesStructure a low-latency strategy around acknowledgements, ordered state, and bounded recovery instead of one misleading latency metric
How to Handle API Rate Limits EffectivelyRespect request tiers, burst pressure, and reconnect throttling without creating retry storms
How to Optimize WebSocket Connection PerformanceKeep realtime clients efficient by reducing subscription churn and preserving ordered state handling
How to Track an Order Through Its LifecycleCorrelate order submission with fills, cancels, and account updates
How to Handle Order Sequencing vs ExecutionKeep sequencing receipts separate from execution and finality state
How to Integrate Session KeysDelegate request signing safely with session credentials
How to Handle API Errors and RecoveryRecover cleanly from rate limits, auth failures, and request rejections
How to Debug SafetyFailure ResponsesClassify SafetyFailure variants correctly before rebuilding the request
How to Monitor Trading Activity ReliablyBuild resilient monitoring around market and account events

Trading operations

GuideUse it for
How to Optimize Your Trading SetupArrange the trading workflow so market context, order-entry controls, and risk checks stay visible before you scale activity
How to Migrate from Binance or Bybit to DerivaDEXCut over a Binance- or Bybit-style client by remapping account, lifecycle, and reconciliation assumptions first
How to Use Advanced Order Types EffectivelyChoose order style and protection settings without accidentally colliding with tick, size, or solvency guards
How to Manage Risk During High VolatilityReduce exposure and operate safely during fast markets
How to Handle Liquidations and Margin CallsRespond when maintenance thresholds or forced-risk flows are in play

Node operations

GuideUse it for
How to Verify Operator Localnet ReadinessConfirm mode, contracts, shared dependencies, and readiness signals before deeper node debugging or owner-specific procedures
How to Troubleshoot SGX Attestation IssuesDiagnose identity, attestation, and registration-report failures without confusing SGX prerequisites with later application symptoms
How to Handle Node Downtime and RecoveryRestore a drifted or unhealthy operator-backed environment using the documented baseline and readiness model
How to Set Up Node Monitoring and AlertingMonitor readiness, progression, dependency health, and storage pressure for operator-backed environments
How to Update Node Software SafelyRoll out one controlled node software change, validate readiness, and decide whether to continue or roll back
How to Optimize Node PerformanceTurn public readiness, progression, dependency, and storage signals into concrete tuning actions

Institutional diligence

GuideUse it for
How to Run a Public Institutional Diligence ReviewWalk one institutional or market-maker diligence pass across the current public contract before escalating for anything private or deployment-specific

Governance

GuideUse it for
How to Submit a Governance ProposalMove one governance idea into the current public proposal path with the right references and identifiers
How to Create a Governance Forum PostStart proposal discussion on the official governance forum with the right structure and links
How to Vote On-Chain Using the UICast a governance vote from the current proposal surface and verify the recorded result
How to Delegate Voting PowerDelegate DDX voting power safely and verify the new delegate relationship
How to Participate in Security Council ElectionsFollow the current public election path for council seats without guessing the active vote route
How to Propose New Asset ListingsFrame a listing request with the right market, pricing, and governance references before treating it as an active proposal

Integration and composability

GuideUse it for
How to Integrate DerivaDEX Liquidity into Your DAppDrive a product UI or service from public market depth, pricing, and reconciliation flows without confusing them with contract execution
How to Build on Top of DerivaDEX Smart ContractsBind the right ABI to the right address and keep contract interactions separate from API-driven market state
How to Access Realtime Platform DataConsume WebSocket updates with correct bootstrap, acknowledgement, ordering, and reconnect handling

Open source contributions

GuideUse it for
How to Contribute to ddx-pythonMake a focused public Python-client or devtools contribution with the right local proof
How to Contribute Public DocumentationImprove the public docs surface without breaking route ownership or Diataxis boundaries

After a task guide

Next routeUse it for
ReferenceExact enums, formulas, limits, and event fields behind the procedure
ExplanationWhy the mechanism exists and how it fits the wider system
GlossaryShared definitions for sequencing, margin, pricing, and liquidation language

Boundary rule

How-to guides assume you already know the goal. If you still need a first guided lesson, start with Tutorials. If you only need factual lookup, move directly to Reference.
Last modified on April 13, 2026