# Collateral Distribution Behind Borrows

**Overview**

This indicator evaluates the distribution of collateral assets used to borrow GHO, providing insights into the potential risks associated with bad debt and liquidations. These risks primarily arise from price fluctuations in the collateralized assets. When a wallet has multiple borrows, the collateral shown is directly adapted to the proportion of the user's GHO borrowed, thus offering a detailed view of risk exposure.

The indicator analyzes the types and proportions of assets used as collateral for borrowing GHO. It breaks down the collateral into its different asset classes and presents the information.

**How can I use it?**

<figure><img src="https://lh4.googleusercontent.com/w3K80ZUFZEJ-nG9C5IvzA7d975xIylktWqJd-bRAi6Uw24MmgZzLiHWqSqvlupeYe-matFKIK5qXyX5Gx6uJKho29qJ7PmmB7xH8Ve5jjvXwjQnTAlgBXvDChtUIjLHHZeLODPZP4Zsb06eHo0ToTcw" alt=""><figcaption></figcaption></figure>

By understanding the distribution of collateral assets, stakeholders can assess the potential risks tied to price volatility in those assets. If a substantial portion of collateral consists of highly volatile assets, it may signal an increased risk of liquidation or bad debt. This knowledge enables better risk management and decision-making for borrowers, lenders, and platform involved parties.

Collateralization is a common practice in decentralized finance (DeFi) to secure loans and maintain trust within the system. The choice of collateral and its distribution directly impact the risk profile of borrowing arrangements. Monitoring and analyzing this distribution allow for more strategic borrowing and lending practices, contributing to the overall stability and efficiency of the Aave platform.


---

# 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/aave-gho/collateral-distribution-behind-borrows.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.
