Order book DEX is a decentralized exchange using traditional order book model. Users post buy/sell orders specifying price and quantity. Orders match when buy >= sell price. Settlement on blockchain (self-custody, non-custodial). Variations: fully on-chain (slow, expensive), hybrid (off-chain matching, on-chain settlement), rollup (fast, cheap, still on-chain secured).