TVL: ~$1M | Type: On-chain Orderbook | Docs: clober.io
Overview
Clober is a fully on-chain central limit order book (CLOB) DEX. Unlike AMMs, Clober allows traders to place limit orders at specific price levels, with matching happening entirely on-chain. This is made practical on Monad due to its sub-second block times (~400ms). Each market is represented as a “Book” with discrete price tick levels. TheBookManager contract handles all order placement, cancellation, and matching.
Functions
getCloberBooks()
Returns all active Clober order books (markets). ReturnsgetCloberBookById()
Returns the full state of a specific Clober order book. Parameters
Returns
Clober’s on-chain orderbook is particularly efficient on Monad due to ~400ms block times. Price levels update in near real-time without requiring WebSocket feeds.