> 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/revenuesharing.md).

# 수익 분배

### 요약

* 판게아 스왑의 스왑 수수료 10%는 수익 분배 펀드에 귀속되며 oUSDT 로 스왑되어 보관됩니다.
* 수익 분배 펀드에 쌓인 oUSDT는 주기적으로 STONE 홀더에게 분배됩니다.
* STONE 홀더는 STONE을 스테이킹해야 수익을 분배받을 수 있으며, 스테이킹 STONE 수량 및 기간에 따라 홀더의 수익 지분이 계산됩니다.

### 수익 분배 정책

#### 1. 수익 분배 펀드 주소: [0x56AF1fc95BD6EDbcF77EdB9cCc25Db7e9dA79116](https://klaytnscope.com/account/0x56AF1fc95BD6EDbcF77EdB9cCc25Db7e9dA79116?tabId=txList)

#### 2. 수익 집계

* 집계 주기: 일 단위
* 판게아 스왑의 각 풀에 쌓인 스왑 수수료 10%는 일 단위로 수익 분배 펀드로 집계됩니다.
* 안정적인 수익 확보를 위해 수익 분배 펀드는 일 단위로 집계된 토큰을 모두 스테이블 코인(oUSDT)로 스왑하여 보관합니다.
  * 스왑 경로가 존재하지 않는 토큰의 경우, 해당 토큰으로 보유하게 됩니다.

#### 3. 수익 분배

* 분배 주기: 분기 단위
* 분배 토큰: oUSDT
* 분배 방식
  * 매 회차 동안 집계된 총 수익(oUSDT)을 계산합니다.
  * 해당 회차에 쌓인 수익은 STONE 스테이커들에게 모두 분배되며, 각 스테이커는 아래와 같이 수령받을 수 있는 수익이 계산됩니다.
  * 1회 차 분배는 23년 1분기가 종료된 후 23년 4월에 진행될 예정입니다. (22년 12월 누적 수익 함께 분배 예정)

<figure><img src="/files/9mgfoX8whYgyeJElZFwB" alt=""><figcaption></figcaption></figure>

$$
T = 해당,회차에\L \cdot (P\_c - P\_a) \ amountX = L \cdot (\frac{1}{P\_c} - \frac{1}{P\_b})
$$


---

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