> For the complete documentation index, see [llms.txt](https://shadownode.gitbook.io/shadow-node-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shadownode.gitbook.io/shadow-node-white-paper/managed-nodes-setup.md).

# Managed Nodes Setup

This section goes over how users opting to earn with Staking v2 can set up a managed node to start earning rewards as a Node Contributor.\
\
1\) Head over to <https://app.shadownode.org/buy-node> and connect your wallet.

<br>

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

2\) With your wallet connected, you can check if your holdings are sufficient for you to qualify for Staking v2. If your holding amount exceeds 0.25% of the total supply then you can proceed ahead.

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

3\) During this step, you will have to choose if you want to set up a managed or unmanaged node. In our case, we are opting for a managed node since we do not want to bother with any technical configuration process.&#x20;

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

4\) At this point you will have to pay to have the Node rented out for a year. This will incur a flat rate of 0.3 ETH. If you click on "Pay Now" you will be asked to deposit your funds into a unique ETH address against which your payment will be verified. Once you have manually deposited the correct Ethereum amount into the provided wallet address you can continue to verify.

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

5\) The following message will greet you once your payment has been verified. You can now continue to the dashboard but it will remain inactive until the Node setup process is complete. The process is expected to take 3-6 hours.

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

6\) The following dashboard is what users can expect to be greeted by once their node is successfully up and running. Users will be able to view their earnings so far at the top right corner.

<figure><img src="/files/UbRiZ5UizIYokr0n8CvQ" 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://shadownode.gitbook.io/shadow-node-white-paper/managed-nodes-setup.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.
