# Staking

KSP 보유자는 Staking을 통하여 KSP 보상과 투표권을 얻게 됩니다. 투표권 수량은 KSP 스테이킹 수량과 기간에 따라 정해지게 됩니다.

**스테이킹 기간에 따라 획득하는 vKSP 수량**  &#x20;

<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개</td><td>     8개월</td><td>     12개월</td><td>   12개월+α</td></tr><tr><td>1vKSP</td><td>2vKSP</td><td>4vKSP</td><td>8vKSP</td></tr></tbody></table>

### Staking KSP 보상 APR & APY

스테이킹 참여자는 일일 KSP 인플레이션의 일정량을 vKSP 지분율에 따라 보상 받습니다.

#### APR = DailyKSP \* Staking 분배율 \* KSP가격\*(투표한vKSP/총 vKSP)/(스테이킹KSP\*KSP가격)\**100\**&#x33;65

* **Staking KSP보상 APY = ((1+APR / 365) ^ 365 - 1) \* 100**
* 스테이킹대상 DailyKSP 분배수량 = (일일 분배 KSP ) \* Staker KSP 분배율
* 예시
  * 83642957 Block 기준 총 vKSP(146,457,051)
  * 1KSP 12+α 개월 스테이킹시 APR \
    \= (864000\*0.85\*0.4)\*(8/146457051)\*5.39/(1\*5.39)\*100\*365 \
    \= 58.57%
  * 1KSP 12+α 개월 스테이킹시 일주일간 KSP 보상 = 약 0.0016 개

### Voting APR

획득한 투표권을 활용해 KSP 보상 풀에 투표하는 경우,  거래 수수료의 50%를 풀 투표 지분율에 따라 분배됩니다.

#### APR = TradeFee(24H) \*0.5 *(투표 vKSP/총 풀투표 vKSP)/(스테이킹KSP*KSP가격)\*10&#x30;*\*365*

* 투표 풀이 KSP보상 풀일 경우 거래수수료 보상을 받습니다
* 예시

  * 83642957 Block 기준 KLAY/KUSDT 총 투표 vKSP(33,325,638)
  * KLAY/KUSDT TradeFee = $ 37,581
  * KLAY/KUSDT 12+α 개월 1개 스테이킹 기준 APR \
    \= 37581\*0.5\*(8/33325638)/(1\*5.39)\*100\*365 \
    \= 30.545%

### EcoPot APR

획득한 투표권을 활용해 EcoPot 풀에 투표하는 경우, EcoPot 블럭당 분배수량을 투표 지분율에 따라 분배됩니다.

#### APR = 1일 분배 수량*분배 토큰 가격*(투표한vKSP/총vKSP)/(스테이킹 KSP\*KSP가격)\**100\**&#x33;65

* 거래 수수료 지급과 별개로 투표한 EcoPot 투표 지분율에 따라 분배됩니다.
* 예시
  * 83642957 Block 기준 KLAYMETA 총 투표 vKSP(36,798,084)
  * KLAYMETA 일일분배량 = 1,822 META
  * 1META = $ 0.6
  * KLAYMETA 12+α 개월 1개 스테이킹 기준 APR \
    \= 1822\*(8/36798084)\*0.6/(1\*5.39)\*100\*365 \
    \= 1.609%


---

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