# Central Limit Order Book

### What is Central Limit Order Book ?

A Central Limit Order Book (CLOB) is a market mechanism where all buy and sell orders are centralized into a single order book. These orders are organized by price and time of placement, fostering a transparent and efficient trading environment.

<figure><img src="/files/tn9e4TIAj2tp8d5Lsb1O" alt=""><figcaption></figcaption></figure>

## Why Use CLOB for Onchain Prediction Markets?

#### **Transparency and Trust**

With all orders publicly displayed, participants can rely on the fairness and transparency of the market. Order book visibility ensures that users can make informed decisions without concerns about third-party manipulation. Trust is crucial in prediction markets, where participant confidence is key.

#### **High Security**

Leveraging blockchain technology ensures that data and transactions are secure from attacks and fraud. Transactions are executed automatically via smart contracts, reducing the risk of third-party interference.

#### **Accurate Pricing**

CLOB facilitates precise order matching on the order book, unlike Automated Market Maker (AMM) models. This results in significantly lower price slippage for orders.

**Low Transaction Fees**

The automation and transparency of blockchain technology help minimize intermediary costs, resulting in lower transaction fees for users.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.predicthub.io/mechanics/central-limit-order-book.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
