> For the complete documentation index, see [llms.txt](https://docs.helalabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helalabs.com/hela-node/hela-guardian-node/hela-guardian-node-delegation.md).

# HeLa Guardian Node Delegation

Guardian Node NFT holders can delegate their NFTs to any operational node within the HeLa network. This mechanism allows users to participate in the network and earn rewards without the need to operate a physical node.

### Delegation Process

1. Access Node Management Page: Navigate to the Guardian Node section of the Hela platform and connect your wallet.
2. View NFT List: A list of all NFT tokens owned by your wallet will be displayed, including their current delegation status.
3. Select NFT for Delegation: Choose the NFT you wish to delegate from the list.
4. Choose Delegate Node: A list of available nodes and their corresponding commission fees will be presented.
5. Confirm Delegation: Select the desired node and confirm the delegation process.

Once the delegation is complete, the NFT will start generating rewards, which will be shared between the NFT holder and the delegated node operator based on the agreed-upon commission rate.

### Node Operator Commissions

Node operators can set a commission fee for delegated NFTs. This fee represents a percentage of the rewards earned by the delegated NFT. Users can compare commission rates across different nodes and select the most suitable option.

### Self-Operation

To maximize rewards, users can choose to operate their own Guardian Node. By installing and running the required software, users can list their node on the network and accept delegations from other NFT holders. Self-operated nodes have the potential to earn the full reward without sharing it with a node operator.

Note: The specific delegation mechanics, including fee structures, reward distribution, and security measures, will be outlined in detail in the platform's technical documentation.

<br>


---

# 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://docs.helalabs.com/hela-node/hela-guardian-node/hela-guardian-node-delegation.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.
