# Low risk model

## Objective

The low risk model is intended for low risk collaterals. It aims to maintain utilisation between 60% and 80%.

* Bluechip NFTs
* Capital efficient

## Graph view

<figure><img src="/files/HDiOgvNxRrZxslXZzXLl" 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.
{% endhint %}

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

## Table view

<table><thead><tr><th width="234">Utilisation rate</th><th>Borrow APR</th><th>Supply APR</th></tr></thead><tbody><tr><td>0%</td><td>5.00%</td><td>0%</td></tr><tr><td>5%</td><td>8.75%</td><td>0.44%</td></tr><tr><td>10%</td><td>12.50%</td><td>1.25%</td></tr><tr><td>15%</td><td>16.25%</td><td>2.44%</td></tr><tr><td>20%</td><td>20.00%</td><td>4.00%</td></tr><tr><td>25%</td><td>23.75%</td><td>5.94%</td></tr><tr><td>30%</td><td>27.50%</td><td>8.25%</td></tr><tr><td>35%</td><td>31.25%</td><td>10.94%</td></tr><tr><td>40%</td><td>35.00%</td><td>14.00%</td></tr><tr><td>45%</td><td>38.75%</td><td>17.44%</td></tr><tr><td>50%</td><td>42.50%</td><td>21.25%</td></tr><tr><td>55%</td><td>46.25%</td><td>25.44%</td></tr><tr><td>60%</td><td>50.00%</td><td>30.00%</td></tr><tr><td>65%</td><td>57.50%</td><td>37.38%</td></tr><tr><td>70%</td><td>65.00%</td><td>45.00%</td></tr><tr><td>75%</td><td>72.50%</td><td>54.38%</td></tr><tr><td>80%</td><td>80.00%</td><td>64.00%</td></tr><tr><td>85%</td><td>110.00%</td><td>93.50%</td></tr><tr><td>90%</td><td>140.00%</td><td>126.00%</td></tr><tr><td>95%</td><td>170.00%</td><td>161.50%</td></tr><tr><td>100%</td><td>200.00%</td><td>200.00%</td></tr></tbody></table>


---

# 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.honey.finance/lending-protocol/interest-rates/protocol-math-solana/low-risk-model.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.
