> For the complete documentation index, see [llms.txt](https://docs-new.klayswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-new.klayswap.com/book-en/product/apr-and-apy/staking.md).

# Staking

KSP holders will obtain KSP rewards and voting rights through staking. The number of voting rights is determined according to the amount and period of KSP staking.

**Quantity of earned vKSPs according to the staking period**

<table data-header-hidden><thead><tr><th width="177"></th><th width="150">     4개월</th><th width="150">     8개월</th><th>   12개월</th></tr></thead><tbody><tr><td>4-months</td><td>     8-months</td><td>     12-months </td><td>   12-months +α</td></tr><tr><td>1 vKSP</td><td>2 vKSP</td><td>4 vKSP</td><td>8 vKSP</td></tr></tbody></table>

### Staking KSP Reward APR & APY

Staking participants are rewarded with a certain amount of daily KSP inflation according to their stake in vKSP.

**APR=DailyKSP∗Staking distribution ratio∗(retained vKSP/total vKSP)∗365∗100**

* **Staking KSP reward APY = ((1+APR / 365) ^ 365 - 1) \* 100**
* DailyKSP allocation amount for staking = (Daily KSP distribution ) \* Staker KSP distribution rate
* example \
  \- Total vKSP based on 83642957 Block (146,457,051) \
  \- APR of 1 KSP 12+a month staking \
  \= (864000\*0.85\*0.4)\*(8/146457051)\*5.39/(1\*5.39)\*100\*365 \
  \= 58.57%\
  \- 1 week KSP reward amount for 1KSP 12-months staking = about 0.016 pieces

### Voting APR

For users who vote for the KSP reward pool by using the obtained voting rights, 50% of the transaction fee will be rewarded according to their stake in the pool.\
\
**Voting APR = TradeFee(24H) ∗ 0.5 ∗ (vote vKSP / total pool votes vKSP) / KSP price ∗ 365 ∗ 100**<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-new.klayswap.com/book-en/product/apr-and-apy/staking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
