> For the complete documentation index, see [llms.txt](https://rangersprotocol.gitbook.io/rangersprotocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rangersprotocol.gitbook.io/rangersprotocol/node-manangement-platform/console-and-delegate.md).

# Console & Delegate

## Console

The first tag of the navigator bar is the miner console, which shows all Proposal and Verification node addresses. Once you finish the application process, your wallet address could be found here.&#x20;

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

## Delegate

Users can conduct RPG delegated staking and enjoy affordable and effortless mining. Under Delegate, all Validators are presented to users for RPG delegation.

Let’s begin by explaining the column titles:

* Validators: the name of the verification node
* Stake: The number displayed shows the amount of RPG that is staked with the respective validator.
* APR: Daily Reward/Input Volume\*365
* Commission: Commission charged on rewards set by the validator
* Minimum: The minimum delegate threshold set by the validator
* Settlement Epoch: The settlement epoch is 10h, and the smart contract will automatically settle the global round every 10h.

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

### Detailed Approaches&#x20;

Users can undelegate at any time after staking, and the principal and rewards will arrive at the end of the settlement cycle. The below information is the delegate approaches for example:

1. Click the Validator name to get into the detail page

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

2. Click the “Delegate” button when you see the Node Status is online

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

3. &#x20;Input the amount and confirm

<div><figure><img src="/files/4xXWOzHE10TmLNJu0IdZ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/0BL0oBPxE45wbhkK7txa" alt=""><figcaption></figcaption></figure></div>

4. Check the history&#x20;

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

5. If you need to undelegate your RPG, please click the “Undelegate” button

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

<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://rangersprotocol.gitbook.io/rangersprotocol/node-manangement-platform/console-and-delegate.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.
