> 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).
