> For the complete documentation index, see [llms.txt](https://gitbook.humanode.io/mainnet-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.humanode.io/mainnet-guide/launcher/step-3-configuring-and-launching-the-node/running-the-node.md).

# Running the Node

After the successful configuration of the node, it's time to run your node.

You can manage the node from either the **Humanode** or **Logs** tabs.

We recommend you start the node from the **Humanode** screen and then move to **Logs** to see if the chain state sync is complete.

### Running the node and synching

After completing the **Settings,** you can go to the **Humanode** tab and press **Start the node**. You will need to accept requests if they appear.

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

Once you press the **Start the Node** button, you'll see two green lights in the top right corner "Node is running," and "RPC tunnel is running."&#x20;

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

This is a confirmation that your node has been successfully launched.  Congratulations! Now, you have to wait for the node to sync. You can check the node sync progress from the logs screen which shows the syncing status, the target block your node needs to sync to, and the current finalized block by your node.

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

This can be confirmed when the "Blockchain Sync status" in the checklist below turns green.&#x20;

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

{% hint style="info" %}
Note before moving on to the next step i.e. Become a Validator. Wait for the Node to sync.
{% endhint %}

Once the node is synced, you have to become a validator. Go to [Guide to Become a Validator](/mainnet-guide/validator/become-a-validator.md)


---

# 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://gitbook.humanode.io/mainnet-guide/launcher/step-3-configuring-and-launching-the-node/running-the-node.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.
