# Rate Calculation

The interest rate curve defines the interest rate for different utilization rates. The curve parameters are set by governance and can be changed over time. Typical curve parameters will involve a base rate, a primary slope, a kink, and a post-kink slope.

<figure><img src="/files/ifKEYchTSWFyWWEZl9Nl" alt=""><figcaption><p>Sample Interest Rate Curve. x axis = utilization; y axis = interest rate</p></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.granite.world/protocol-mechanics/interest-rates/rate-calculation.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.
