> For the complete documentation index, see [llms.txt](https://docs.honey.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.honey.finance/lending-protocol/interest-rates/protocol-math-solana/high-risk-model.md).

# High risk model

## Objective

The high risk model is tailored for high risk collaterals. It aims to maintain optimal utilisation between 40% and 60%, while attempting to minimise the risk of 100% utilisation.&#x20;

* Novel assets
* Volatile assets
* Protect lenders

## Graph

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

{% hint style="info" %}
The spread between the borrow rate and the supply rate is due to capital inefficiency.

The less supplied funds are being utilised, the less supplied funds earn interest. As more of the supplied funds earn interest, the spread between interest paid by borrowers and earned by lenders tightens.t
{% endhint %}

{% hint style="warning" %}
These values do not factor in admin fees. Higher the admin fees result in lower supply APRs.
{% endhint %}

## Table

| Utilisation rate | Borrow APR | Supply APR |
| ---------------- | ---------- | ---------- |
| 0%               | 10%        | 0%         |
| 5%               | 17.5%      | 0.88%      |
| 10%              | 25%        | 2.50%      |
| 15%              | 32.5%      | 4.88%      |
| 20%              | 40%        | 8.00%      |
| 25%              | 47.5%      | 11.80%     |
| 30%              | 55%        | 16.50%     |
| 35%              | 65%        | 21.88%     |
| 40%              | 70%        | 28%        |
| 45%              | 72.5%      | 32.63%     |
| 50%              | 75%        | 37.50%     |
| 55%              | 77.5%      | 42.63%     |
| 60%              | 80%        | 48.00%     |
| 65%              | 107.5%     | 69.88%     |
| 70%              | 135%       | 94.50%     |
| 75%              | 162.5%     | 121.88%    |
| 80%              | 190%       | 152%       |
| 85%              | 217%       | 184%       |
| 90%              | 245%       | 220.5%     |
| 95%              | 272.5%     | 258%       |
| 100%             | 300%       | 300%       |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.honey.finance/lending-protocol/interest-rates/protocol-math-solana/high-risk-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
