# Interest Rate Models

### Overview

Tectonic adapted a variable interest rate model, popular with other DeFi Money Market protocols in the market (such as Compound and Aave), where the rates are largely determined by the supply and demand of assets, represented by its Utilization rate.

Furthermore, the computation of interest rates is separated into two stages, **Standard model** and the **Jump (Kink) model**, to further incentivize / disincentive supplying and borrowing activity.

### Parameter Initialisation

Parameters described in the following sections will be set by Tectonic’s team at the start, by taking into account the competitive positioning of Tectonic with regards to other lending protocols in the market.&#x20;

All the lending parameters will be subjected to the community’s voting once the Tectonic’s governance process is established.

Specific parameters like collateral ratios for each token can be found in the [Supported Tokens](/docs/protocol/money-market-parameters.md) section


---

# 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://tectonic.gitbook.io/docs/protocol/interest-rate-models.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.
