# 보상 분배

## 1. 분배 주기

매주 목요일 09:00 KST에 분배됩니다.

{% hint style="danger" %}
메인넷 및 서버 오류 발생 시, 보상 분배 시점이 24시간 내외로 지연될 수 있습니다. 또 기본적으로 메셔팀이 보상 분배 트랜잭션을 수행하지만, \[[MFC(Mesher Finance Commission)](/service/timecapsule/mfc.md)]의 구성원 누구나 보상 분배 트랜잭션을 수행할 수 있습니다.
{% endhint %}

## 2. 지분율 계산

매주 목요일 09:00 KST 직전, 내가 차지하는 지분율에 따라 보상이 분배됩니다.

### 2.1. 스테이킹 보상

![](/files/4Ef76z249rUTyH69E4GY)

스테이킹 보상은 **MFC에서 결정할 풀별 보상 분배 비율**과 **보상 분배 직전 내 CAP NFT의 풀 지분율**에 따라 계산됩니다. 자세한 계산 방식은 \[[CAP NFT-CAP 지분율과 보상](/service/timecapsule/cap/reward.md)]을 참고해주세요.

### 2.2. 투표 보상

![](/files/HKUO8mTVAYYCFm4FBGg6)

투표 보상은 **CAP NFT가 타임캡슐 전체에서 차지하는 지분율**에 따라 계산됩니다. 자세한 계산 방식은 \[[CAP NFT-CAP 지분율과 보상](/service/timecapsule/cap/reward.md)]을 참고해주세요.

### 2.3. Tip

![](/files/wYffiAMbiyQBDgyUwisT)

만약, **유저 A와 유저 B가 ENTER 풀에 동일한 수량으로 동일한 종료 기간까지 보관**했을 때, 1주차 목요일 직전 ENTER 풀에서 차지하는 지분율이 각각 어떻게 될까요?

CAP의 풀 지분율은 보상이 분배되는 목요일 09:00 직전에 계산되므로, 유저 A, 유저 B 동일한 풀 지분율을 갖게 됩니다. 풀 지분율이 같으므로, **결과적으로 1주차 목요일에 같은 양의 스테이킹 보상을 분배**받게 됩니다.

## 3. 보관 기간과 보상 분배

![](/files/xsZ4kpQBg2Up5n8wn8no)

보관이 종료되는 마지막 목요일에는 CAP의 투표력이 0이 되어, 스테이킹 보상과 투표 보상 모두 분배되지 않습니다. 즉, 보관이 종료되는 시점의 직전 회차까지만 보상을 분배받을 수 있습니다.

## 4. 누적 보상 분배

* 투표 보상의 경우 메셔 센터 풀의 이용률에 따라 부분적으로 지급될 수 있습니다. 분배되지 않은 투표 보상은 다음 회차에 누적됩니다.
* 보상은 **내가 투표한 회차에 분배된 만큼만 수령**할 수 있습니다. 누적된 보상은 지급 가능한 시점 해당 풀에 투표한 CAP에 분배됩니다.


---

# 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.mesher.io/service/timecapsule/reward/distribute.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.
