# Interest Rate Curves

Interest rate curves for all markets can be found on [Anthias' Risk Dashboard](https://risk.anthias.xyz/).

**Example:** [cbBTC](https://risk.anthias.xyz/moonwell/core/base/markets/cbbtc) on Base.

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

***

## Definitions

### **Base**

The base interest rate in a lending and borrowing protocol. It's the minimum interest rate that borrowers pay and lenders receive.

* **Effect on IR Curves:** In an interest rate curve, the Base is the starting point. As demand for borrowing increases or decreases, the actual interest rate moves away from this base rate according to preset rules or algorithms.

### **Kink**

The point at which the interest rate model changes slope.&#x20;

* **Effect on IR Curves:** At the kink, the behavior of the interest rate curve changes. Below this point, the platform aims to encourage borrowing with lower rates. Above this point, the rate increases more steeply to discourage additional borrowing and to encourage repayment.

### **Multiplier**

The multiplier in interest rate models is a factor that determines how steeply the interest rate increases with utilization rate.

* **Effect on IR Curves:** The multiplier affects the slope of the interest rate curve. A higher multiplier means that interest rates increase more rapidly as the utilization rate approaches and surpasses the kink.

### **Jump Multiplier**&#x20;

The jump multiplier is an additional factor that comes into play when the utilization rate surpasses the kink.

* **Effect on IR Curves:** This multiplier causes a significant jump in interest rates beyond the kink point, creating a steep increase in rates to prevent liquidity shortages and manage risk.

<figure><img src="/files/5eNCCZn5iC9Uc0OoNxjX" 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.moonwell.fi/moonwell/protocol-information/interest-rate-curves.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.
