> For the complete documentation index, see [llms.txt](https://nebula-18.gitbook.io/nebula/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nebula-18.gitbook.io/nebula/tech-overview/nebula-technology-overview/interest-rate-model/example-scenarios.md).

# Example Scenarios

#### **Scenario 1: Low Utilization**

* **Pool Size:** $1,000,000
* **Borrowed:** $300,000
* **Utilization Ratio:** 300,000 ÷ 1,000,000 = 30%
* **Interest Rate:** 3% (low due to underutilization).
* **Result:** Encourages borrowing activity to increase utilization.

#### **Scenario 2: High Utilization**

* **Pool Size:** $1,000,000
* **Borrowed:** $950,000
* **Utilization Ratio:** 950,000 ÷ 1,000,000 = 95%
* **Interest Rate:** 15% (high to attract more liquidity providers).
* **Result:** Encourages liquidity providers to deposit more funds.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://nebula-18.gitbook.io/nebula/tech-overview/nebula-technology-overview/interest-rate-model/example-scenarios.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.
