# Authenticating

## About

Authentication is a process to continue taking part in the Humanode consensus protocol. The protocol requires periodically to pass biometric verification to check liveness behind the address. In case your node goes offline for more than 1 epoch, you should make authentication as well.&#x20;

## How to do it

Your node should be already running, synced with the network and the [Enrolling](/docs/bioauth/enrolling.md) is done.

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/aBWLbQxyoYyL1gvzRHF6" alt=""><figcaption></figcaption></figure>

Click on **AUTHENTICATE** tab.

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

Then you will be prompted to pass the biometric verification.

<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/c7TaUqKo9gaQjlybK6zh" 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/authenticating.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.
