> For the complete documentation index, see [llms.txt](https://docs.gpu.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpu.net/gan-chain-l1/validator-node-setup/adding-validator-in-the-explorer.md).

# Adding Validator in the Explorer

## **Generate key from rotate keys:**

Run the following command in the same machine where you are running the validator node:

```bash
docker exec -it GPUNetValidator curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9933
```

This will return a key in the 'result' field of the JSON. Save this for future use.

## **Add validator in the explorer:**

Goto the staking section of our block explorer: <https://ganscan.gpu.net/#/staking/actions>

Here you can see an option to add validator (Validator with + symbol).

Click that option and a new pop-up will come like this :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXf7Bvr52-9GwlVGCTlHXw4S7GM-RAmStV_S618nc9-EZqNEzO0HLjj3czGsLfb6MggrrIhkNoAfg47-lsDqtc-9tElE4CU1K9pgeRoK6xcK3lA0qxiKq1SxQiiKUhb07OuoSyiaKGqhvG9cjmTqVqj53pbU?key=wuGxAudeGncZZgNBBVDnVA" alt=""><figcaption></figcaption></figure>

Here you have to select your account (SS58 that you added) and the value which you want to bond, minimum currently is **1000 $GPU** i.e. the **staking amount**.

Click on next and you would be able to see the following window:

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXcVfH4ulpZwXHcubLBj-GkpbDny7dLw4hJm2tLGESuCjobiL2V7E8kdAXF90VG2xFDhrGTfGcgpi7hLV14EYGW7G2265KK4G-c_v3m5bjjduR_5bXOCM0Jw-EEUwE3-fatTw0wnH2_cxoktzogJYY-p0IGg?key=wuGxAudeGncZZgNBBVDnVA" alt=""><figcaption></figcaption></figure>

In the 'keys from rotatekeys' section paste the key that you created in the previous step. Click on 'Bond & Validate'.

Then enter your account password and select 'Sign & Submit'.

Note: After this process, you should be able to see your account in the **pending validators.** However, your validator will start making blocks and earning rewards from the next era (1 Era is 24 hours).


---

# 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://docs.gpu.net/gan-chain-l1/validator-node-setup/adding-validator-in-the-explorer.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.
