# Interest-Rate Model

### Dynamic Interest Rate Protocol

Every market on Sendit is composed of the same interest-rate model. Sendit's interest rates are not static; they are algorithmically determined by an asset's utilization rate - the percentage of total supplied capital that is actively being borrowed.

This rate serves as a real-time indicator of market liquidity. A low utilization rate corresponds to low interest rates, reflecting a surplus of capital. Conversely, as utilization climbs, the protocol automatically increases interest rates. This mechanism dynamically balances the market by incentivizing deposits (supply) and disincentivizing borrowing (demand).

### Liquidity Safeguards

A lending protocol's primary risk is illiquidity, which occurs if utilization reaches 100%. To prevent this scenario, we employ a kinked interest rate model.

This model is defined by two slopes. After utilization surpasses an optimal target level (the "kink"), the interest rate slope increases dramatically. This ensures that the cost of borrowing becomes prohibitively expensive at very high utilization levels, protecting a buffer of liquidity for depositors.&#x20;

### Interest Rate Curve

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


---

# 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.sendit.fun/security/interest-rate-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.
