# Liquidity

**Liquidity** indicates how easily you can buy or sell shares in a specific market without causing a sudden jump in price. It reflects the amount of money flowing through that trade.

* **Higher liquidity:** Typically leads to **lower slippage**. This allows you to enter or exit large positions quickly at a price very close to the current market rate.
* **Low liquidity:** Increases **execution risk**. In these markets, buying or selling even a small number of shares can push the price significantly against you, making it harder to trade efficiently.

***Example:** The "50+ bps decrease" market has **$142M in volume**, meaning it has **high liquidity**. You can trade large amounts here quickly with very **little slippage** (extra cost).*

***

### FAQs

<details>

<summary>What is Liquidity in a prediction market?</summary>

Liquidity indicates how easily you can buy or sell shares in a market without causing a large price movement.

</details>

<details>

<summary>Why is Liquidity important for traders?</summary>

Higher liquidity allows traders to enter and exit positions more efficiently, with less slippage and better price stability.

</details>

<details>

<summary>What happens in high-liquidity markets?</summary>

High-liquidity markets typically have lower slippage, allowing large trades to be executed close to the current market price.

</details>

<details>

<summary>What are the risks of low-liquidity markets?</summary>

In low-liquidity markets, even small trades can move the price significantly, increasing execution risk and trading costs.

</details>

<details>

<summary>How can I identify a liquid market?</summary>

Markets with high trading volume, such as one with $142M in volume, generally indicate high liquidity and better execution conditions.

</details>


---

# 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.whales.market/whales-prediction/glossary/liquidity.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.
