# sCoin

### **sCoin 是什麼?**

Scallop 是一個去中心化的貨幣市場，讓使用者可以借貸多種加密貨幣。當使用者在 Scallop 的借款資金池存入代幣，他們將獲得 sCoin 作為存款證明 (例如:  sSUI 代表 SUI 的存款，sUSDC 代表 USDC 的存款)

sCoin 的主要功能:

* 計息: sCoin的價值會隨時間增加，反映存款所獲得的利息。
* 匯率: sCoin 與標的資產的關係由匯率決定。匯率表示 sCoin 可以兌換多少基礎資產，存款所產生的利息持續被添加回標的資產，使得匯率隨時間增長。

sCoin 的價格計算是根據它的標的資產價格，以下是 sCoin 價格計算的簡單概念:

當您首次將代幣(標的資產)存入Scallop時，您獲得的 sCoin 取決於當下的匯率。然而隨著時間推移，匯率會因為利息累積而上升。 舉例來說，如果 sSUI的匯率從 1 提升至 1.03 ，代表現在每個 sSUI 能換回更多SUI。

假如現在 1 SUI 的價格是 $1 USD，而 sSUI 的匯率是 1.03，則sSUI的價格將會是 1.03: sSUI price = 1\*1.03 = $1.03

重要的是需了解，sCoin 的價格與標的資產的價格存在相關性，並且匯率會隨著時間上升並累積利息。因此，持有 sCoin 不僅代表對基礎資產的所有權，還代表了所獲得的利息。

您能夠在Scallop平台上看到您擁有的 sCoin 之種類與數量。

<figure><img src="/files/TbivQkvBIn05Qr239had" alt="" width="375"><figcaption><p>Scallop mini錢包中的 sCoins</p></figcaption></figure>


---

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