# Whale Supply Concentration

**Overview**

This indicator shows the historical concentration of supply in the Spark protocol. This is done by separating depositors in the following two categories:

* Whales: addresses with >1% share of deposits
* Investors: addresses with <1% share of deposits

**How can I use it?**

<figure><img src="/files/O7Mqamwr61QrSoePCCYc" alt=""><figcaption></figcaption></figure>

Lending protocols depositors have the risk of having their liquidity trapped on the protocol if all deposits are being lent out at that time.

This information helps users in analyzing the liquidity risk of not being able to withdraw if a whale withdraws their liquidity first.

It’s also important to clarify that most protocols have mechanisms in place to correct these trends with time. In the case utilization rates are driven too high, rates increase act as an incentive for either for more assets being deposited or debt repaid.


---

# 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/spark/whale-supply-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.
