# 什麼是sKCS?

sKCS 是流動性質押代幣，當你在sKCS合約中質押KCS時會得到sKCS。 sKCS 代幣在存款時被鑄造，並在贖回時被燒毀。他們充當收據，允許你之後將她們交換回你的質押的KCS和質押獎勵。

同時，sKCS 代幣可以像使用KCS 一樣使用，在去中心化金融產品中賺取收益。

:smile:**那麼sKCS的價格如何決定呢？**

KCS：sKCS 初始比例是1:1，只要分配了質押獎勵，該代幣的價格就會不斷上升。

:clap:KCS 到sKCS 的兌換比例( ExchangeRate ) 為：

&#x20;             <mark style="color:red;background-color:red;">**ER = (Tstaking + Tbuffer + Tpending X ( 1 - r ) - Tbox) / N**</mark>

:tada:鎖定在sKCS 合約管理的KCS 來自下面幾個部分：

&#x20;  *1)Tstaking:* sKCS 合約已經質押到 KCC Staking 的KCS 總數\
&#x20;  *2)*&#x6C92;有質押到 KCC Staking，還在sKCS 合約賬戶上的KCS 總數，包含下面幾個部分：

&#x20;      :clock1:***Tfee:*** sKCS 合約裡面的屬於sKCS 協議的佣金的KCS 的總數\
&#x20;      :clock2:***Tbuffer:*** sKCS 合約裡面屬於全體用戶的，但還沒有質押到KCC Staking 的KCS 總數（由於KCC Staking 質押需要整數個KCS，那些還無法質押到KCC Staking 的KCS， 比如0.5 個，會暫時放在buffer 內）\
&#x20;       :clock3:***Tdebt:*** 申請了將sKCS 兌換回KCS之後用戶還沒有withdraw 的的KCS 總數。

&#x20;       :clock3: ***Tpending**:*&#x73;KCS 合約在 KCC Staking 中還未Claim 的Pending Rewards 對應的KCS 數量\
&#x20;       :clock4:***Tbox:*** 用戶在申請將sKCS 兌換回KCS 時，未及時處理的贖回申請總數。

我們系統中還有以下參數：

***N:*****&#x20;** sKCS 的發行總量\
\&#xNAN;*&#x20;**r:*** 是sKCS 協議收取用戶收益的佣金費率

<mark style="color:red;">**簡單來說，sKCS的價格= total\_staked / tokens\_minted**</mark>

sKCS代幣地址：後期補充 sKCS 價格信息：[$sKCS](https://coinmarketcap.com/currencies/skcsio/)&#x20;


---

# 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.skcs.io/zhong-wen-fan-ti/ru-men-zhi-nan/shen-mo-shi-skcs.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.
