What Is a CLOB? Central Limit Order Books in Crypto, Explained

A CLOB is a central limit order book: a live list of buy and sell orders sorted by price, matched using price-time priority. It is the exchange model behind almost every stock exchange and centralized crypto exchange.

Quick Answer

CLOB stands for central limit order book. It is a continuously updated ledger of every open buy order (bid) and sell order (ask) for a market, ranked by price and then by the time each order arrived. When a bid and an ask overlap on price, the exchange matches them and a trade prints. It is the classic exchange model: Nasdaq, the NYSE, Binance, and Coinbase all run on order books.

How does a CLOB work?

An order book has two sides. The bid side holds buy orders, each with a price a trader is willing to pay and a size. The ask side holds sell orders, each with a price a trader is willing to accept. The best bid (highest buy price) and best ask (lowest sell price) sit at the top of the book, and the gap between them is the spread.

Matching follows price-time priority. Better prices get filled first: the highest bid and the lowest ask are next in line. When two orders share the same price, the one that arrived earlier is filled first. A trader who wants immediate execution sends a market order, which sweeps the book from the best price outward until it is filled. A trader who wants a specific price posts a limit order, which rests in the book until someone trades against it or it is cancelled.

Order book depth: the part that matters for traders

Depth is the total size resting at each price level. A book with thick depth near the current price can absorb large orders without the price moving much. A thin book means even a modest market order walks through several levels and moves the price, which is slippage.

Reading depth is how professional traders find real support and resistance. A large cluster of bids below the price is a floor that has to be eaten through before price can fall further. A large cluster of asks above the price is a ceiling. This is order-book thinking, and it is the same lens CLOBr applies to Solana liquidity.

Where do CLOBs live in crypto?

Every major centralized exchange runs a CLOB. When you place a limit order on Binance, Coinbase, or Bybit, it joins a central order book matched by the exchange's engine. That model is fast and precise, but it depends on a trusted operator holding the book and your funds.

On-chain, order books are harder to run because every order placement and cancellation is a transaction. Solana's speed and low fees made on-chain CLOBs viable where they were impractical elsewhere:

  • Phoenix: a fully on-chain limit order book on Solana, built to be crank-less so orders match without a separate settlement bot.
  • OpenBook: a community-run on-chain order book that forked from Serum after the FTX collapse, still used as a shared liquidity layer by other Solana venues.
  • Serum: the original Solana on-chain CLOB and a cornerstone of early Solana DeFi. It relied on FTX-linked infrastructure and was effectively shut down after FTX collapsed in November 2022. OpenBook is its community successor.

Most Solana trading volume, though, does not flow through order books. It flows through automated market makers (AMMs) like Raydium and Orca, and through concentrated-liquidity systems like Meteora's DLMM. That is why understanding both models matters.

CLOB vs AMM: what is the difference?

A CLOB matches orders that humans and market makers post. An AMM replaces the order book with a pool of tokens and a pricing formula, so you trade against the pool rather than against another trader. Neither is strictly better; they make different tradeoffs.

CLOB (order book)AMM (liquidity pool)
Who you trade withAnother trader or market makerA pool of pooled liquidity
Price settingExplicit bids and asksA formula (often x * y = k)
Who provides liquidityMarket makers posting quotesAnyone can deposit into the pool
Best forPrecise pricing, deep major marketsPermissionless long-tail tokens
WeaknessNeeds active market makersSlippage and impermanent loss

For a deeper side-by-side that adds concentrated liquidity to the comparison, see DLMM vs AMM vs Order Books.

Why does order-book thinking still matter on Solana?

Even where the venue is an AMM, the questions a trader asks are order book questions. Where is the liquidity? How much can be sold before price breaks a level? Where does buying dry up? An AMM pool answers those questions too, it just encodes the answers in the shape of the pool rather than in a list of orders.

Concentrated liquidity makes this even clearer. When liquidity providers pack capital into narrow price ranges, those ranges behave like resting orders: a dense band below price acts as support, a dense band above acts as resistance. Reading that shape is exactly like reading order book depth, which is why the skill carries over.

How CLOBr applies order-book analysis to Solana

The name CLOBr comes from "central limit order book." The idea is to give Solana traders the order-book view that AMMs hide. CLOBr aggregates concentrated liquidity from Meteora, Orca Whirlpools, and Raydium CLMM, plus constant-product pool depth, plus Jupiter DCA and limit orders, and buckets it all into price levels.

The result reads like a depth chart: buy walls (support) below price, sell walls (resistance) above it, and the gaps in between where price can move fast. In CLOBr terms a liquidity wall is order liquidity at least 3x the constant-product depth in its price bucket and at least 3x the neighboring buckets toward price. A buy wall is support, a sell wall is resistance.

See aggregated liquidity for any token

Frequently Asked Questions

What does CLOB stand for?

CLOB stands for central limit order book. It is a shared, continuously updated list of limit orders (bids and asks) that an exchange matches by price and then by time of arrival.

Is a CLOB better than an AMM?

Neither is universally better. CLOBs give precise pricing and deep liquidity for major, actively market-made pairs. AMMs let anyone create a market for any token without market makers, which is why long-tail Solana tokens live on AMMs. Most traders end up using both, often without noticing, because aggregators route across them.

Does Solana have a CLOB?

Yes. Phoenix is a fully on-chain central limit order book on Solana, and OpenBook is a community-run on-chain order book that succeeded Serum. Solana's speed and cheap transactions make on-chain order books practical, though most volume still flows through AMMs and concentrated liquidity.

What happened to Serum?

Serum was the original on-chain CLOB on Solana and central to early Solana DeFi. Because it depended on FTX-linked infrastructure, it was effectively shut down after FTX collapsed in November 2022. The community forked it into OpenBook, which continues to operate.