# Introduction

Bonzo Finance is an open source, non-custodial lending protocol built on the Hedera network, leveraging open source Aave v2 to enable lending and borrowing of digital assets found across the Hedera ecosystem to and from liquidity pools. Asset suppliers receive interest-bearing aTokens in exchange for their deposits.

Liquidity is a critical metric for Bonzo Finance, as it represents the protocol's capacity to handle core operations: facilitating borrowing and allowing the redemption of aTokens for underlying supported assets. Insufficient liquidity can severely impair the protocol's functionality.

The protocol's liquidity can be gauged at any given moment through its utilization ratio — the proportion of each asset's supply pool that is currently being borrowed.

This "liquidity risk" section explains Bonzo Finance's liquidity risk by:

1. Analyzing the historical availability of assets in Bonzo Finance
2. Identifying periods of liquidity scarcity

It's important to note that illiquid assets often suffer from valuation discounts due to the challenge of finding counterparties, especially in newer DeFi ecosystems, such as Hedera's.

By studying historical utilization rates, Bonzo Finance can help assess the protocol's liquidity risk level. This understanding allows for the implementation of effective risk management strategies, including:

1. Tailoring the borrow interest rate model to the Hedera DeFi ecosystem's unique characteristics
2. Establishing alternative sources of aToken liquidity that align with Hedera's ecosystem

These measures aim to ensure Bonzo Finance maintains robust liquidity, supporting its operations and growth within Hedera's DeFi ecosystem.


---

# 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.bonzo.finance/bonzo-risk-framework/liquidity-risk/introduction.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.
