# DEX Pool Concentration

**Overview**

This indicator quantifies the percentage of liquidity provided by the largest addresses (whales) into crvUSD liquidity pools. By assessing the proportion of liquidity stemming from these major holders, it offers essential insights into the dependence of a pool on whales to provide liquidity depth.

The indicator calculates the total amount of liquidity contributed by the identified whale addresses in crvUSD pools. It then divides this amount by the total liquidity in the pools to derive the percentage of liquidity provided by these large addresses.

**How can I use it?**

<figure><img src="https://lh7-us.googleusercontent.com/DsVP4hTzFa0CApD6LCfLc62Fva0zs2zPCd1Tsf8mbcURXoM4maaQsoPCVgtCqepIqRmVywWM3H_BIIReGvD0hLsWJz0Z6_MnNoNhFLdP_f8gMAYiN8gV7oVP3DaeYo9MIeH-djKjG5IJbHz8kK63Lj0" alt=""><figcaption></figcaption></figure>

Knowing the extent to which a liquidity pool relies on whales can help market participants, including traders, investors, and liquidity providers, understand the potential risks and stability of the pool. High reliance on whales might signal vulnerability to sudden liquidity withdrawals or changes in the behavior of large holders, possibly leading to increased price impact and price volatility.


---

# 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://resources.defirisk.intotheblock.com/crvusd/dex-pool-concentration.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.
