> For the complete documentation index, see [llms.txt](https://pangeaswap.gitbook.io/pangeaswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pangeaswap.gitbook.io/pangeaswap/guide/stonestaking.md).

# STONE 스테이킹

### 요약

* STONE 스테이커는 STONE 리워드와 판게아 스왑의 [수익 분배](/pangeaswap/guide/revenuesharing.md)의 리워드를 수령할 수 있습니다.
* STONE 리워드는 스테이킹 STONE의 개수에 비례하여 분배되며, 즉시 수령할 수 있습니다.
* 수익 분배 리워드는 스테이킹 STONE의 개수 및 기간 비례하여 할당되며, 주기적으로 분배됩니다.

### 스테이킹 정책

* 총 예상 수익률: STONE 리워드 예상 수익률 + 수익 분배 리워드 예상 수익률
  * STONE 리워드 예상 수익률: 일 단위 분배되는 STONE / 총 스테이킹 STONE 수 x 365 (%)
  * 수익 분배 예상 수익률: 이번 차수의 누적 수익/총 스테이킹 STONE($) x 365/이번 차수 경과 시간
* 스테이킹한 STONE은 언스테이킹 요청일로부터 7일 뒤 출금 가능합니다.
* STONE 스테이킹 컨트랙트: [0xde9A09ceFF3C71b7dB80A13508D6088E50f5572c](https://www.klaytnfinder.io/account/0xde9A09ceFF3C71b7dB80A13508D6088E50f5572c)

### STONE 스테이킹 전체 수량 조회 방법

* STONE 스테이킹 컨트랙트의 STONE token balance는 리워드로 분배되는 STONE 수량과 합산되어 있어, STONE 스테이킹 수량과 다릅니다. 스테이킹 수량을 확인하는 방법은 아래와 같습니다.&#x20;

1. [클레이튼파인더 접속](https://www.klaytnfinder.io/account/0xde9A09ceFF3C71b7dB80A13508D6088E50f5572c?tabId=contract\&subTabId=readContractAsProxy)
2. Contract > Read Contract (proxy) 클릭
3. 20.totalSupply() 조회
4. 조회 결과 / 10^18 = STONE 스테이킹 전체 수량

<figure><img src="/files/mgscb43227ojVqloWQbt" alt=""><figcaption></figcaption></figure>


---

# 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://pangeaswap.gitbook.io/pangeaswap/guide/stonestaking.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.
