# Introduction

With the NodeSet Dashboard, verified operators can sign up for an account, identify their nodes to the network, and connect to new opportunities. The Dashboard is currently in an early state and is available in at [https://www.nodeset.io/dashboard](https://staging.nodeset.io/dashboard)

### Creating an Account

{% hint style="info" %}
&#x20;Anyone can create a NodeSet account, but only verified operators will have the correct permissions to connect their node and earn rewards.
{% endhint %}

To create an account, simply connect to the NodeSet dashboard with an Ethereum software wallet. We use the Sign In With Ethereum standard\[[1](https://docs.login.xyz/)]\[[2](https://eips.ethereum.org/EIPS/eip-4361)] for this, which allows users to sign a message with their wallet to prove identity without requiring a transaction. Currently, we support Metamask and WalletConnect, and users can associate multiple addresses with their NodeSet account or remove them later if necessary.

**We recommend using a hot wallet to ensure easy access to the dashboard.**

{% hint style="warning" %}
Do NOT use your node address to sign into the dashboard -- you will connect your node to your account in a separate step.
{% endhint %}

Once you've signed in with your hot wallet, you will be asked to provide an email for us to contact you about your account. This should be the same address you used to apply for NodeSet. If you want to use a different one instead, you must contact us to receive the correct permissions.


---

# 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.nodeset.io/nodeset-dashboard/introduction.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.
