# Enrolling

## About

Enrolling is a process to register your biometric fingerprint with the corresping address that is going to represent the address as an eligible participant in the Humanode consensus protocol. The consensus  doesn't allow an address to be in the validators list for blocks production and validation if the address isn't related to a human that has passed biometric verification.&#x20;

## How to do it

Your node should be already running and synced with the network. You session keys are already rotated.

{% content-ref url="/pages/0Rt3J5rDJgdzWcJxPvMw" %}
[Node](/docs/node/overview.md)
{% endcontent-ref %}

Make sure that your expected private key that is going to repesent you in the network is imported into keystore.

{% tabs %}
{% tab title="Launcher" %}
Check the [Node Configuration](/docs/launcher/node-configuration.md#inserting-the-mnemonic) section of the launcher configuration
{% endtab %}

{% tab title="CLI" %}
Check the [Running the node](/docs/distribution/running-the-node.md) section of manual installation.
{% endtab %}
{% endtabs %}

{% hint style="danger" %}
Keep the key secure and safety. In case of losing access to the key you won't be able to continue participation in the Humanode consensus protocol.
{% endhint %}

Scan the QR code and open the web app on your phone.

{% tabs %}
{% tab title="Launcher" %}
The QR code should appear on the dashboard.
{% endtab %}

{% tab title="CLI" %}
See the `humanode-peer bioauth authurl --help` and use that command with proper flags. Don't forget to set the `--chain` option properly.
{% endtab %}
{% endtabs %}

As a result, you should be able to see the following web page on your phone.

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

Click on **SETUP THE NODE**.

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

Click on **ENROLL**.

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

Carefully read our notes and click on **YES, I UNDERSTAND**.

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

When the biometric engine is ready you will see.

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

To pass the biometric verification make sure that there is enough light and the picture is clear. Click on **I"M READY** and pass the verification.

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

Finally, if everything is ok you will get

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

In case having errors, please check the troubleshooting page.

{% content-ref url="/pages/O18OkQAY1zOSwyAL8W9x" %}
[Troubleshooting](/docs/help/troubleshooting.md)
{% endcontent-ref %}


---

# 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://gitbook.humanode.io/docs/bioauth/enrolling.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.
