# 常见DeFi借贷及操作指南

## DeFi借贷

### 名词解释：

#### 超额抵押：

用户想要借贷资金，需要抵押他们的代币资产，而这些代币的价值要高于实际的贷款额。

#### 闪电贷：

允许用户在不提交抵押品的情况下先行借款，每当你在闪电贷中借入一项资产时，你必须支付贷款金额的0.09%的费用。其次你必须在借贷的同一交易中偿还贷款。

#### 超额清算：

每个平台具有自己不同的清算机制，当借贷出的资产价值大于抵押物价值一定比率时，抵押物将被清算。

###

### 现阶段主流借贷：

#### Compound：Eth

<https://app.compound.finance/>

#### Aave：Eth/Polygon/Avalanche

<https://aave.com/>

#### MakerDao：Eth

<https://makerdao.com/en/>

#### Sushi：Eth/Polygon/Harmony/OKEXchain/Avalanche/Ftm

<https://app.sushi.com/>

#### Oasis：Eth

<https://oasis.app/>

#### Venux：Bsc

<https://app.venus.io/>

#### Defibox:Eos

<https://dapp.defibox.io/>

#### Justlend: Trx

<https://justlend.org/>

#### Solend：Solana

<https://solend.fi/>

#### Cream:Eth/Polygon/Bsc/Ftm

<https://cream.finance/>

###

### 各大平台借贷apy：

平台apy通常浮动较大，部分平台推出固定借款年利率及存款复利apr

![](/files/cshZfA6Jzjksxx801udB)

###

### 平台使用：Compound

#### <https://app.compound.finance/>

连接钱包，选择左侧需要存入或者说抵押的资产，例如eth。

首次需要点选collateral开关

填写需要存入的eth数量，注意留好eth作为手续费。

确认后得到相应的balance。如果只是单纯存入，会得到相应的apy收益。apy收益包括存入的eth收益和compound平台给予的comp收益。

![compound质押1](/files/46kB5Li43m3yg2vCwcez)

![compsupply合并1](/files/mQGJsrX4GqVX2dTBFHpx)

如果需要借贷，在右侧选择要借贷的资产，首次需要打开开关。

点选borrow借出。确认后看到钱包中有了选择借贷的资产，然后你可以拿他去干任何事情，包括再次存入compound：）

![compborrow合并1](/files/HgEg9tUOZp6IlYRuJEKj)

borrow界面中apy的年化收益和supply的年化收益相反。当repay时，需要向compound额外支付的利息。额外支付的利息也由借贷目标资产利息和compound平台利息组成。

**特别需要注意，borrow时非必须不要点选max，否则会因为抵押资产的价值变动被迫清算。**

![compound清算限额](/files/oAMBIwKwp0kWpqKGH1Ll)

![compound借贷1](/files/3qMGBn9AB3WuniBZtm1I)

如果想要把存入或者抵押的eth赎回，需要先将borrow的comp归还。

在右侧点选comp，选择repay，输入要归还的数量，点击确认。

然后在左侧选择需要赎回的eth，点击withdraw,输入需要赎回的数量。点击确认，等待确认后查看钱包中的eth数量即可。此时归还给我们的eth数量将包含supply的利息。


---

# 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://dr-tool.gitbook.io/dr_tool/defi-qu-zhong-xin-hua-jin-rong/chang-jian-defi-jie-dai-ji-cao-zuo-zhi-nan.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.
