# 放貸

在去中心化金融（DeFi）領域中，有許多方式可以參與各種第三方協議來獲得額外的代幣獎勵，其中一種方式就是在借貸協議成為貸方。當您將您的代幣貸出給借款人時，他們有責任支付所借金額的利息，身為貸方，您將獲得此利息，作為提供資金給借款人的回報。

### 資產池 <a href="#zi-chan-chi" id="zi-chan-chi"></a>

資產池提供者可以通過存款賺取利息，並可以隨時提取資產。資產池中的資產將被借款人借走，借款人已經存入足夠的抵押品作為擔保品，並且借款人也將會隨著時間支付利息。

### sCoins (Scallop 市場貨幣) <a href="#scoins-scallop-market-coins" id="scoins-scallop-market-coins"></a>

與 Compound 的抵押代幣類似，Scallop也將協議上的債權進行代幣化，並命名為 sCoins (Scallop Market Coins)。sCoins 具有不斷增加的價值，是您將代幣存入資產池並有權領取存入資產的證明。sCoins 允許建立倉位，而無需與標的資產互動，並可用於創建包括債務本的衍生產品。Comment本協議重申，"資產池"和"sCoins"僅是部署在區塊鏈網絡上的自動化智能合約，由用戶直接操作調用其中的函數 (這使得他們能夠與其他用戶互動，或者以多方點對點方式進行交易或其他活動)。原始部署智能合約的實體並無進一步控制或與之互動的權力，該實體僅作為用戶的技術工具提供者，不提供任何形式的證券產品或受監管服務，也不託管任何用戶資產。


---

# 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/lending.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.
