# Measuring Liquidity

### Un**derstanding Liquidity in Cryptocurrency Markets**

Liquidity is pivotal in cryptocurrency trading, defined as the ability to buy or sell large quantities of an asset without significantly impacting its price. In centralized exchanges (CEX), key indicators of liquidity are the spread percentage and order book depth.

This overview will guide you through self-assessment of liquidity using platforms like CoinGecko and CoinMarketCap. We will also introduce more comprehensive ways to analyze liquidity over time, linking to the dashboards and insights provided to our clients. For a deeper understanding, please refer to our page on liquidity generation.

### Analyzing Liquidity in Different Exchange Models

#### Decentralized Exchanges (DEX):

* In Automated Market Maker (AMM) DEXs, like PancakeSwap and Uniswap, liquidity is regulated by the exchange's algorithm.
* Price impact or slippage, determined by liquidity amount and trade size, is calculated by the exchange before executing a trade.
* The price impact of a trade, for instance, a $1000 order, is a measure of liquidity. Lower price impacts denote higher liquidity.

<figure><img src="/files/Lye1nrEg2NSCiZGzeRdX" alt="" width="375"><figcaption></figcaption></figure>

#### **Centralized Exchanges (CEX)**

* In CEXs, liquidity is typically managed by market makers placing limit buy and sell orders in the order book.

### A**dvanced Liquidity Measurement Techniques**

For more sophisticated analysis, akin to methods used by hedge funds, consider delving deeper into the resources and tools we offer our clients. These advanced techniques provide a more nuanced understanding of market liquidity and its implications.


---

# 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.enflux.io/product-docs/educational/measuring-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.
