> 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/product/apr-and-apy/staking.md).

# Staking

KSP 보유자는 스테이킹을 통하여 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 개

**프로토콜 이용에 따른 풀 수수료 보상**

스테이킹 참여자는 스테이킹 APR & APY 뿐만 아니라, 추가 혜택으로 풀 이용 수수료 보상을 획득합니다. 클레이스왑은 프로토콜에서 발생한 풀 이용 수수료의 10%를 KSP로 바이백하여 스테이킹 참여자에게 분배합니다.


---

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