# Node Management

For DHC node, there are two type of roles which called "Owner" and "Voter".

* Owner is the person running the node, which can be the project owner, KOL, community leader, etc.
* Voter is the person who delegates his/her tBOL to the node for farming tBOL staking rewards.

User can choose to be a node owner or a node voter or both.

{% content-ref url="node-management/for-dhc-voter" %}
[for-dhc-voter](https://docs.bool.network/user-guide/beta-testnet/node-management/for-dhc-voter)
{% endcontent-ref %}

{% content-ref url="node-management/for-dhc-owner" %}
[for-dhc-owner](https://docs.bool.network/user-guide/beta-testnet/node-management/for-dhc-owner)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.bool.network/user-guide/beta-testnet/node-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
