# 借贷

## 借贷风险

CashCow的借贷不是信用贷，所以需要存入一定的资产后，才能进行借款。您可以存入不同的资产来赚取利息，也可以借出池中任意种类的资产来满足您的金融需求和获得区块奖励。当然，【质押资产】或者【借出资产】的价格会发生波动，系统为了避免债务和坏账，将会冻结质押资产并进行折价出售。

## 借贷款利率和计算公式

存借款挖矿APY计算公式：

存款挖矿APY=当前市场存款每块产出CC&#x46;*\*CCF价格 / 市场总存款价值 \**&#x31;0512000&#x20;

借贷挖矿APY=当前市场借款每块产出CCF\**CCF价格 / 市场总借款价值 \**&#x31;0512000 （10512000为BSC链每年出块数量）

利率浮动公式：&#x20;

借款当借出率小于拐点时，利率公式为：基础利率+ 利率乘数\**借出率*&#x20;

*当借出率大于拐点时 ，利率公式为：基础利率+ 利率乘数* \*拐点 +（借出率-拐点 ）\* 放大利率乘数

利息计算公式为：&#x20;

存款利息（(supplyRatePerBlock \**28800 + 1）^ 364 - 1) \**&#x31;00%&#x20;

借款利息（(borrowRatePerBlock \**28800 + 1）^ 364 - 1) \**&#x31;00%

## 利率模型

![](/files/-Mdm7VTIAT3w7BVI9oKG)


---

# 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-zh-cn.cashcow.finance/jin-rong-mo-xing/cun-jie-kuan-wa-kuang-apy-ji-suan-gong-shi.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.
