# NNS Validator

The NNS and its neurons form the heart of this ecosystem, enabling activities such as voting and DAOs. Our platform offers various criteria related to verifying and earning points through NNS participation. Let's explore how to do this:

#### Neuron Requirement

To begin, you must have an active neuron. If you don't have one, you can stake ICP to create a neuron. However, we don't recommend doing this solely for verification purposes, as our criteria are designed to recognize more established participation.

For those with existing neurons, please follow these steps before verifying criteria:

* Log in to the NNS at <https://nns.ic0.app/neuron>
* After logging in, you'll see your neurons displayed.<br>

  <figure><img src="/files/hlSsPhBvuzDtnvmzkzxl" alt=""><figcaption></figcaption></figure>
* Click on the neuron you wish to use for verification. \
  \
  Note: A single neuron can verify multiple criteria, but each criterion allows verification by only one Neuron ID.
* &#x20;Navigate to the "Hotkeys" section and click "Add Hotkey". <br>

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

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

* You must add two Canister/Principal IDs:\
  The BlockID Canister ID: **3c7yh-4aaaa-aaaap-qhria-cai** (Fixed address)
* Your wallet Principal ID (the wallet you're logged in with): \<You can see when login to BlockID>

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

After successfully adding these Canister/Principal IDs, return to BlockID to begin verification. These verification steps will require your Neuron ID, so be sure to copy it beforehand.

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

By following these steps, you'll be prepared to verify your NNS participation and potentially earn points within our ecosystem. This process not only confirms your involvement but also ensures secure and authenticated interaction between your neuron and our platform.

<br>


---

# 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.icto.app/block-id/for-verifiers/nns-validator.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.
