# 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: 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.klayswap.com/product/apr-and-apy/staking.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.
