> 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-activation-guide.md).

# Node Activation Guide

{% hint style="info" %}
By staking the Node Key NFT and activating a Miracle Node, holders contribute to the platform's network and earn ongoing MPT rewards.
{% endhint %}

### Step 1. Navigate to the Node Page

> Click on <mark style="color:$primary;">**NODE**</mark> the top navigation bar

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

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

***

### **Step2.** Connect Wallet

> Click the <mark style="color:$primary;">**Connect Wallet**</mark> button to connect your wallet

<figure><img src="/files/4nFtQZH7xfUheu9GtYI2" alt=""><figcaption></figcaption></figure>

***

### **Step3.** Activation

> Click the <mark style="color:$primary;">**Activation**</mark> button
>
> * <sup><sub><mark style="color:$primary;">Owner Node Key<mark style="color:$primary;"><sub></sup> <sup><sub> </sup><sup><sub>section: You can check the types and quantities of Node Key NFTs currently held in your connected wallet.<sub></sup>
> * <sup><sub><mark style="color:$primary;">Node Activated<mark style="color:$primary;"><sub></sup> <sup><sub> </sup><sup><sub>section: The number of nodes that have already been activated is displayed for each section.<sub></sup>

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

***

### **Step4.** Node Dashboard

> Click on <mark style="color:$primary;">**Node Dashboard**</mark> to view your node activity and earnings<br>
>
> * <sup><sub><mark style="color:$primary;">Wallet Address<mark style="color:$primary;"><sub></sup><sup><sub>: Displays the connected wallet.<sub></sup>
> * <sup><sub><mark style="color:$primary;">License Key<mark style="color:$primary;"><sub></sup><sup><sub>: Displays the activated node license key (Running).<sub></sup>&#x20;

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

{% hint style="warning" %}
If a Node Key NFT is unstaked, node operations will be deactivated, and the license will be revoked.&#x20;

To reactivate, the Node Key NFT must be staked again, and a new license key must be issued to restart operations.
{% endhint %}

🎉 Congratulations! Your Node is Now Active.

You can now monitor your active nodes and rewards in the Node Dashboard.


---

# 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-activation-guide.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.
