# 利率

## 動態利率

在 Scallop，借款利率是由靜態線性 (或分段線性) 模型來決定的。一般來說，隨著對借款的需求增加或供應減少，利率會呈上升趨勢，相反，當供應增加或借款需求下降時，利率會相應地降低。

## 可升級的協議參數

Sui 上的智能合約是可升級的，Scallop 協議包括利率模型、清算參數、Oracle 整合和資產池。這些組件將根據市場條件、戰略考量和協議優化進行定期升級和調整。隨著 Sui 鏈上治理的基礎設施逐漸成熟，治理權將通過協議代幣進行去中心化治理，逐步轉移到社區手中。

## 三線性利率模型

與 Compound 的雙線利率模型不同，Scallop 的三線性模型運作於三個獨特的階段，每個階段由不同水平的資本利用率觸發。當資本利用率接近其上限時，系統確保能為流動性提供者提供足夠的補償以應對增加的風險，同時提示借款人去減少其倉位，因應增加的借款成本。Scallop 的三線性利率模型專門設計以滿足去中心化金融領域的動態需求，優化利率穩定性並對市場情況作出反應。

## Scallop 利率模型

{% embed url="<https://docs.google.com/spreadsheets/d/1Z3uGcwG1eYm-ulVGgFpjA4USYjh8bBLxx98ZW24b3HM/edit?usp=sharing>" %}


---

# 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.scallop.io/zh/scallop-lend/interest-rate.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.
