Orderbook design
Orderly uses a central limit order book (CLOB) — the same type of system used by major centralized exchanges. Orders are submitted and matched off-chain, while matched trade data is uploaded for on-chain settlement.- Transparency: The public orderbook shows aggregate prices and quantities. Matched trade data becomes publicly observable after it is included on Orderly L2.
- Authentication: Order requests are signed using a Trading Key, and the request signature is verified before matching.
- Speed: A high-performance off-chain matching engine provides low-latency execution.
Omnichain approach
Unlike most DEXes that run separate order books per chain, Orderly brings all orders from all supported chains into a single shared order book. This unifies liquidity across chains. The system has three layers: Asset Layer (Asset Vaults) — on each supported chain- Where your funds reside. You interact with this layer when registering, depositing, and withdrawing.
- A ledger that records settlement data on Orderly L2. Matched trade data becomes publicly observable after L2 inclusion. Users do not interact with this layer directly.
- Where trade execution happens. Includes the matching engine, risk engine, and other services. You interact with this layer when managing orders.