> 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/apply-and-calculator.md).

# Apply & Calculator

## Apply

The Apply session has powerful and logical functionalities, which could help you get a node, become a validator and become a miner. These three steps are separated from each other, which means users can terminate anytime once they accomplish step one.

&#x20;

### Get A Node <a href="#pq18wdf8oyg6" id="pq18wdf8oyg6"></a>

1. Enter your node name
2. Select the rental period
3. Remember to Top up in order to make the transaction feasible
4. Click “Rent Now” and finish the payment process

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

5. Now you have a node

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

&#x20;

### Become A Validator <a href="#uxq5gn2b5t9d" id="uxq5gn2b5t9d"></a>

6. Click “Step 2” and select the Node from the drop box
7. Input your Staking amount, and it should be greater than 400 RPG
8. Copy and paste the address into the bottom input field

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

{% hint style="info" %}
Tips: Block synchronization takes about 1 day. Upon completion, the node starts receiving verification rewards.
{% endhint %}

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

&#x20;

### Become A Miner <a href="#e34weg5nnbka" id="e34weg5nnbka"></a>

9. Click “Step 3”  and select the Node from the drop box
10. To become a miner, users need to pay 10 RPG as a service charge

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

11. Congratulations, you are already a mine owner, go to the Delegate page and check it out.

## Calculator

The calculator helps the user to understand the revenue after staking, showing the future revenue on a daily, monthly and yearly basis. In addition, the user can also see the trend of income over the year. More specifically, the user can find out the highest return scenario by inputting different amounts.&#x20;

&#x20;

The Proposal Node and Verification Node stand for two systems to calculate the proceeds from staking.

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

Under both systems, users could input the Staking Amount, which should be no less than 2000 or 400, into the box on the left.

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

After inputting the Staking Amount, the line graph will show the annual gain, with 10 coordinates on both the X and Y axes, representing time and the respective gains.

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

The data demonstrated:

* Daily Possible Income
* Monthly Possible Income
* Yearly Possible Income
* Yearly Reward Rate

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


---

# 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/apply-and-calculator.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.
