On-Chain Order Book

Architecture

An On-Chain Order Book is a data structure maintained entirely within a smart contract or a verifiable ledger, recording outstanding buy and sell orders for a derivative instrument. This design choice prioritizes auditable transparency over raw transaction speed compared to off-chain systems. The state transitions of this book are governed by immutable protocol logic.