> For the complete documentation index, see [llms.txt](https://docs.icto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.icto.app/block-id/for-verifiers/nns-validator.md).

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