# Adding a Validator Node on GAN CHAIN

Becoming a validator on GAN CHAIN is a straightforward process all you need is an NFT from the node sale and an SS58 address (which you should’ve already created). This guide walks you through registering your validator node on the GPU.net dashboard.

What You Need to Become a Validator\
\
Before getting started, ensure you have both of the following:

1. An H160 (EVM-compatible) wallet that holds the NFT from the Node Sale.
2. 1. This wallet (e.g., MetaMask) must hold the Validator Node NFT purchased during the Node Sale.
   2. It’s used to authenticate your ownership and sign registration transactions on the dashboard.
3. An SS58 address (created using the Polkadot{.js} extension in the previous step)
4. 1. This is a Substrate-based address, generated using the\
      [Polkadot{.js} extension](https://polkadot.js.org/extension/).
   2. It is where your validator node will be linked for on-chain activity.

## Step-by-Step: Registering Your Validator Node

### Step 1: Log In to the GAN CHAIN Dashboard

* Go to [ https://dashboard.gpu.net](https://dashboard.gpu.net)
* Connect your H160 wallet (the one holding your Validator NFT).
* Make sure the wallet is on the correct network and your NFT is visible.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXccOCkFzUsJy42W-d7rOBvfu8OfRqd-G3fE0-nEa0KNv4uvKJBRQ2ViPz9cqjnrO2UEldNKmdzsPUcejfMj6fsgpm9V-nFFuaGOlrB-Zmj6j-PU73c3oLWomMQ_dKl-y28_zlYKTQ?key=LNNHMRwXwk5RrR4_kalmnQ" alt=""><figcaption></figcaption></figure>

### Step 2: Add Your SS58 Address

* Navigate to the Validator tab on the dashboard.
* Paste your SS58 address into the provided field.
* Click Submit.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdk0M9rBX8cEJOry-9bUdH8c4cm0rQDuOdhyezw0liOLQt56Sn_-tYWIIsI-0gWNAkuuAoYcPmGhHUsQyZg5gKr2Ur7nAQTXrOMG_gBi4g1Us0Gr4ZMNut2WDjVarf3Mcp25129zw?key=LNNHMRwXwk5RrR4_kalmnQ" alt=""><figcaption></figcaption></figure>

### Step 3: Sign the Transaction

* Your connected H160 wallet will prompt you to sign the registration transaction.
* Confirm and authorize the action to complete the registration.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdCXQKMR1cwlksNF9X7Nk6liVfWOWbUenywdM90cMPZPdfRJaKtl9yPjJocHbBkPWuWX5O64ihGzWkVdhQkQY5nJ08FFC-xqs6EPt4LYjHF6NI-0r2pzTOTOIiKhY6WdO73gzw_Pg?key=LNNHMRwXwk5RrR4_kalmnQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.gpu.net/gan-chain-l1/validator-node-setup/adding-a-validator-node-on-gan-chain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
