Overview
DerivaDEX is a derivatives exchange with off-chain sequencing and matching, self-custodied USDC collateral on Ethereum, periodic on-chain checkpoints, and governance-linked controls. Trading uses a low-latency order book. You sign requests from an Ethereum wallet, collateral remains in smart contracts, supported private requests can be encrypted before operator handling, and checkpoints anchor balances and settlement on Ethereum. You do not wait for an Ethereum confirmation on every trade acknowledgement, but settlement and withdrawal finality still tie back to on-chain state.Use this page when
| If your first question is… | Use this page because… |
|---|---|
| what DerivaDEX is at a high level | it gives the shortest current platform model |
| why the platform is neither a plain centralized venue nor a plain on-chain DEX | it frames the hybrid execution, custody, and settlement posture |
| which deeper route to take next | it points you toward trading, API, governance, and system-design routes after the overview |
What makes DerivaDEX different
Fast execution without per-trade gas costs
DerivaDEX processes trading activity off-chain for speed. That means traders do not need to wait for a blockchain confirmation or pay gas on every trade before receiving an acknowledgement.Self-custodied collateral with on-chain settlement
Your USDC collateral is held in Ethereum smart contracts rather than by an exchange custodian. Trading activity is reflected in platform state that is periodically recorded on-chain, giving users a verifiable settlement reference without forcing every trade onto Ethereum individually.Confidential order handling
Supported operator-bound private requests are encrypted on the client before operator handling. That reduces pre-execution order visibility and narrows the window where order flow can be inspected before the platform’s sequencing and execution rules apply.Built-in protections
Margin requirements, leverage limits, and other trading controls are enforced as platform rules. Those controls constrain admissibility, execution, and liquidation behavior directly; they are not optional overlays a trader can bypass.Governance and oversight
DerivaDEX combines on-chain governance with a Bermuda digital-asset regulatory operating posture. DDX holders vote on key platform decisions such as market parameters and policy changes. Use the governance and compliance route when you need the public operating posture, safety boundaries, or the current public path into governance participation.How trading works at a high level
Traders deposit USDC from an Ethereum wallet, place perpetual swap orders on the order book, and manage positions without paying gas on each trade. The exchange processes trading activity off-chain for speed, while using periodic on-chain checkpoints to anchor balances and settlement. Withdrawals return funds to the user’s wallet after the relevant state has been confirmed on-chain.What this page does not replace
| Need | Use instead |
|---|---|
| a first guided trading success path | Your First Trade on DerivaDEX |
| API-family and transport selection | API Reference and For Builders |
| governance and compliance route selection | For Governance and Compliance |
| exact limits, formulas, or contract values | Reference |
| deeper architecture rationale | How DerivaDEX Works and Why DerivaDEX Is Architected Differently |
Who DerivaDEX is for
DerivaDEX is built for multiple kinds of participants:- UI traders who want a fast trading experience without giving up control of funds
- Programmatic traders who need low-latency APIs, realtime market data, and precise trading rules
- Institutions that need clear market structure, transparent controls, and operational rigor
- Token holders and governance participants who want direct influence over key platform decisions
- Researchers, developers, and regulators who want to understand the system and its trust boundaries
Next steps
- New to the platform: Your First Trade on DerivaDEX
- Trading by API: API Reference
- Need the shortest audience router: Platform Quickstart
- Need governance, safety, or compliance context: For Governance and Compliance
- Need core terminology first: Glossary
- Want the deeper system model: How DerivaDEX Works and Why DerivaDEX Is Architected Differently
Sources
- Trading Safeties and Guards for the public reference summary of sequencing, matching, risk, liquidation, ADL, and system guarantees
- Margin Requirements for solvency and liquidation vocabulary used across the public docs surface
- Request Signing Reference for signed-action and replay-boundary terminology
- Request Encryption Reference for the public encrypted-request flow and wire-format summary
- For Governance and Compliance for the public governance and operating-context route
- Digital Assets Supervision and Regulation in Bermuda for the regulated digital-asset framework referenced in the public operating posture
- Ethereum Whitepaper for the settlement-chain and checkpointing backdrop
- Intel SGX Developer Guide for trusted-execution and attestation vocabulary