> For the complete documentation index, see [llms.txt](https://miracleplay.gitbook.io/miracleplay_2.0apex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://miracleplay.gitbook.io/miracleplay_2.0apex/miracle-node/node-actication-reward.md).

# Node Actication Reward

{% hint style="success" %}
This guide explains how node activation rewards (xMPT) are structured and how to claim them properly.
{% endhint %}

{% embed url="<https://apex-earn.miracleplay.gg/node-dashboard>" %}

### **Step 1.** Reward Reference Date&#x20;

{% hint style="warning" %}
**Reward reference date** is determined based on your **Miracle Node activation timing**.
{% endhint %}

> 1. The **reference date** is set to **00:00 UTC on the 1st day of the month** in which the node is activated.
> 2. Node reward claim levels are updated in 30-day intervals from the reference date.

\
**Example: Reward Reference Date**

<table data-full-width="false"><thead><tr><th width="193.06146240234375">Node Actication Date</th><th width="314.840576171875">Reference Date</th></tr></thead><tbody><tr><td>February 2</td><td>February 1</td></tr><tr><td>February 28</td><td>February 1</td></tr><tr><td>March 5</td><td>March 1</td></tr></tbody></table>

### **Step 2. Reward Breakdown**

> 1. xMPT represents the pre-claim MPT reward amount.
> 2. The reward claim follows a 4-month unlocking schedule.

<table data-full-width="false"><thead><tr><th width="155.48565673828125">Month</th><th>Claim Availability Date (00:00 UTC)</th><th>xMPT Quantity Conversion</th></tr></thead><tbody><tr><td>Month 1</td><td>Reference Date + 30 days</td><td>xMPT → 25% MPT</td></tr><tr><td>Month 2</td><td>Reference Date + 60 days</td><td>xMPT → 50% MPT</td></tr><tr><td>Month 3</td><td>Reference Date + 90 days</td><td>xMPT → 75% MPT</td></tr><tr><td>Month 4+</td><td>Reference Date + 120 days</td><td>xMPT → 100% MPT</td></tr></tbody></table>

**Example:** If your monthly reward is 1,000,000 xMPT, you can claim:\
\
**Reference Date: February 1**

<table><thead><tr><th width="199.4000244140625">Month (Level)</th><th width="150.2667236328125">Claim %</th><th>Claimable From</th></tr></thead><tbody><tr><td>Month 1 (Level #1)</td><td>25%</td><td>March 3, 2025 (Reference Date + 30 days)</td></tr><tr><td>Month 2 (Level #2)</td><td>50%</td><td>April 2, 2025 (Reference Date + 60 days)</td></tr><tr><td>Month 3 (Level #3)</td><td>75%</td><td>May 2, 2025 (Reference Date + 90 days)</td></tr><tr><td>Month 4 (Level #4)</td><td>100%</td><td>June 1, 2025 (Reference Date + 120 days)</td></tr></tbody></table>

\
**Example** (Feb 15 Start): First Month’s Accumulated Rewards (Feb 15 - Feb 28)\
: The rewards from this example will be 100% claimable starting on June 1

| Activation Date | Month 1 (25%) | Month 2 (50%) | Month 3 (75%) | Month 4 (100%) |
| --------------- | ------------- | ------------- | ------------- | -------------- |
| **Feb 15**      | **March 3**   | **April 2**   | **May 2**     | **June 1**     |

📌 If you don’t claim within 4 months, unclaimed rewards will be auto-claimed.\
📌 Once a portion of MPT is claimed, the rest is allocated to the DAO.

> 1. **Month 1 → 250,000 MPT (Partially Available)**
> 2. **Month 2 → 500,000 MPT (Partially Available)**
> 3. **Month 3 → 750,000 MPT (Partially Available)**
> 4. **Month 4 → 1,000,000 MPT (Fully Unlocked)**

***

### **Step 3. Key Rules to Remember**

> 1. Rewards are updated daily (between 00:10 - 00:20 UTC)

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

<table><thead><tr><th width="210.0390625">UI Element </th><th>Description</th></tr></thead><tbody><tr><td><strong>Monthly Reward Packet</strong></td><td>The accumulated rewards for the current month</td></tr><tr><td><strong>Reward Percent</strong></td><td>The percentage of rewards currently claimable MPT<br>(25%, 50%, 75%, 100%)</td></tr><tr><td><strong>xMPT Quantity</strong></td><td>The total amount of accumulated xMPT rewards</td></tr><tr><td><strong>Level</strong></td><td>the percentage of MPT available for claiming (e.g., Level #1 – 25%)</td></tr><tr><td><strong>Claim Button</strong></td><td>Becomes active when there are claimable rewards</td></tr></tbody></table>


---

# 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://miracleplay.gitbook.io/miracleplay_2.0apex/miracle-node/node-actication-reward.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.
