# What is liquidity?

**Liquidity** refers to the availability of assets in a trading pool that enables smooth and instant transactions.

**I**t's about how quickly you can convert your crypto into cash or another crypto without causing big price changes. High liquidity means you can trade easily, while low liquidity means it might be harder to buy or sell without changing the price a lot.

A **liquidity pool** is a smart contract holding funds that facilitate trades between different tokens. When users provide liquidity to a pool, they deposit tokens (e.g., $USDT, stablecoins or other assets) into this pool.

This pool then allows traders to buy and sell assets quickly without the need for an order book, reducing slippage and making the trading experience seamless.

People who provide these assets to the liquidity pool are called **liquidity providers (LPs)**. They earn a small fee from each trade that happens in the pool as a reward for their contribution. This helps make trading smoother, as there's always enough of each asset for people to swap between.

To summarize:

* **Liquidity** = How easily you can buy or sell an asset.
* **Liquidity pool** = A shared pool of crypto assets that makes trading easier on decentralized exchanges.


---

# 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.tradoor.io/tradoor-user-guide-v2/add-liquidity-on-tradoor/what-is-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.
