# Glossary

## APY

Also known as Annual Percentage Yield, APY refers to the compounded returns that you get on your investments over a period of one year. In DeFi, the value of APY changes widely based on different factors and can change quickly. It is different than APR, which means "Annual Percentage Rate" and represents the returns of an investment over one year without compounding.&#x20;

Staking APY is denominated in terms of sKCS, not USD. The calculation is based on the sKCS/KCS exchange rate 2 days ago, it is not a guaranteed or promised return or profit.&#x20;

Staking APY = (exchange price at this time - exchange price 48 hours ago)\**180\**&#x31;00%

## Pending amount

Pending amount means the sKCS unstaking is under processing, the period takes around 3-6 days to process, and you can withdraw it after that.

## Available withdraw amount

Available withdraw amount means the unstaking is settle down, the withdrawable amount is net of a 10% rewards commission fee, so that the amount will totally go to your wallet once you click the 'Withdraw' button and confirm the transaction.&#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/faq/glossary.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.
