# Orderbook

<figure><img src="/files/4rIeAxMs7i71Ggoi9QSk" alt="Orderbook block showing bid and ask liquidity for the selected Hyperliquid market."><figcaption><p>Orderbook block showing bid and ask liquidity for the selected Hyperliquid market.</p></figcaption></figure>

The Orderbook block shows current bid and ask liquidity for the selected Hyperliquid market.

Use it before submitting orders to understand spread, depth, visible liquidity, and whether your size is likely to move through multiple levels.

## Display modes

You can choose between two layouts:

* **Stacked** for a compact vertical view.
* **Side by side** for separating bids and asks horizontally.

You can display size as:

* **Base asset**, such as HYPE.
* **Quote asset**, such as USDC.

## Reading liquidity

Larger visible orders are emphasized with brighter color and a `|` before the price. Your own resting orders are marked with a dot after the price.

Customize price grouping when you need either a precise view near the spread or a broader view of liquidity zones.

## How it connects to order types

* Use [Market orders](/order-types/market-orders.md) only after checking whether the visible depth can support your size.
* Use [Limit orders](/order-types/limit-orders.md) when you want to place at a specific level.
* Use [Chase orders](/order-types/chase-orders.md) when you want maker-only execution near the best bid or ask.
* Use [Burst orders](/order-types/burst-orders.md) when you want to split aggressive execution into batches.


---

# 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.proliquid.xyz/terminal-sections/orderbook.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.
