> For the complete documentation index, see [llms.txt](https://portal-docs.kaia.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://portal-docs.kaia.io/english/epoch-1-rewards.md).

# Epoch #1 Rewards

Epoch #1 will conclude on December 25, 2024 at 3:00 PM (UTC+9). A two-week review will follow to ensure points earned align with the intended service purpose. Points earned through inappropriate methods will be revoked, so the final reward amount may differ slightly from your displayed estimate.

**Reward Distribution**

Now comes the most exciting part! Rewards will be distributed over six installments from **January 7 to June 7**, with payments made on the 7th of each month. The distribution breakdown is as follows:

* **Installments 1–4**: 15% each
* **Installments 5–6**: 20% each

Participants can claim their rewards anytime, with the final claim period ending on June 30, 2025. For those who find monthly claims inconvenient, feel free to claim all your rewards in one go after the sixth installments have been distributed.

For existing FNSA long-term stakers, the 10 million KAIA allocated under the “[KAIA On-chain Contributor Rewards Guidelines](https://finschia.medium.com/guidelines-for-kaia-reward-criteria-4cf462b594ab)” will be combined with the point rewards for distribution.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/0*3nG__tt9KiYRVfNT" alt="" height="625" width="700"><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://portal-docs.kaia.io/english/epoch-1-rewards.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.
