> For the complete documentation index, see [llms.txt](https://xai-foundation.gitbook.io/xai-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xai-foundation.gitbook.io/xai-network/kn/about-xai/xai-2/undefined-2.md).

# 네트워크 보상

이전 도전과제 달성 주장에 따른 네트워크 보상은 대략 한 시간마다 다음 도전과제가 만들어질 때 주어집니다. 총 네트워크 보상 수량은 지난 도전과제 이후 현시점까지 흐른 초 단위 시간과 발행 일정을 근거로 계산됩니다. 정확한 계산법은 다음 공식을 따릅니다.

((일일 발행 속도)/(하루 86400초)) \* (지난 도전과제 이후 지금까지 흐른 시간(초 단위)) = 도전과제 총 네트워크 보상

각 도전과제에 대한 총 네트워크 보상은 발행 일정에 따라 고정되어 있지만, 운용 중인 센트리 키와 참여 중인 센트리 키 간 네트워크 보상 분배는 XAI 및 esXAI 총 공급량, 해당 도전과제에 운용되고 있는 키의 수, 해당 키들의 보상 티어 등 여러 요인에 의해 결정됩니다.

총 공급량을 알아내고자 할 때는 다음을 유의하세요.

1. XAI와 esXAI의 총합은 절대로 2,500,000,000개를 넘어설 수 없습니다. Xai 생태계의 역동성을 감안한다면, 운용 센트리 키당 월별 토큰 보상을 정확하게 예측하는 것은 불가능합니다.
2. 가스는 100% 모두 소각됩니다. 그러므로 공급량이 항상 팽창하리라고는 결코 말할 수 없으며, 때에 따라서는 공급량 수축이 일어날 수도 있습니다.

운용 중인 키 수량을 알아내고자 할 때는 다음을 유의하세요.

1. 센트리 키의 총 수량. Xai 재단은 센트리 키를 50,000개 이상 판매하지 않을 것입니다. 이를 전부 판매하는 데엔 2\~3년이 걸릴 것으로 예상됩니다. 각 센트리 키의 가격은 시간이 지남에 따라 증가할 것입니다.
2. 센트리 키당 월별 esXAI 수량은 센트리 노드에 의해 운용되고 있는 키 수량과 이 키들의 보상 티어에 따라 변동될 것입니다.

센트리 키의 보상 티어를 알아내고자 할 때는 다음을 유의하세요.

1. 각 센트리 키는 1%의 확률로 도전과제에 참여하게 됩니다. 따라서 일부 센트리 키는 해당 도전과제에서 보상을 발생시키지 않을 것입니다.
2. 센트리 키가 도전과제에 참여하게 될 확률은 스테이킹에 의해 상승할 수 있습니다. (스테이킹 설명 참조)
   1. v1 스테이크를 가진 지갑의 경우, 지갑 상 스테이킹되지 않은 키에 적용될 수 있는 보상 티어는 (a) 지갑 상 스테이킹되지 않은 모든 키의 스테이킹 용량과 (b) v1 스테이크 중 낮은 값으로 결정됩니다.
   2. 풀에 스테이킹된 키의 경우, 이 풀의 보상 티어는 풀에 스테이킹된 모든 키에 적용됩니다. 풀의 보상 티어는 (a) 풀의 esXAI 스테이킹 용량과 (b) 풀에 스테이킹된 esXAI 중 낮은 값으로 결정됩니다.

도전과제에 참여하는 모든 센트리 키는 네트워크 보상을 비례 배분하여 균일하게 나눠 가집니다.

{% hint style="info" %}

* Read more about how the total supply affects daily emissions in the section [XAI & esXAI Emissions & Burning](/xai-network/kn/about-xai/xai-2/xai-and-esxai-emissions-and-burning.md).
* Sentry key owners should prepare to stake their rewards to maintain or improve their monthly rewards.
  {% endhint %}


---

# 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://xai-foundation.gitbook.io/xai-network/kn/about-xai/xai-2/undefined-2.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.
