# Whale Borrow Concentration

**Overview**

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

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

**How can I use it?**

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

Knowing the biggest borrowers of a protocol can help users make more informed decisions as a lender or borrower.

For example, if you are a lender, you may want to carefully evaluate the creditworthiness of the biggest borrowers before deciding whether to lend to them. On the other hand, if you are a borrower, knowing who the biggest borrowers are can help you gauge the level of competition for loan funds and adjust your borrowing strategy accordingly.

Overall, knowing the biggest borrowers from a lending protocol, and their share of all loans, can provide valuable information that can help you make more informed decisions and manage your financial risks more effectively.


---

# 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-borrow-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.
