> For the complete documentation index, see [llms.txt](https://docs.indicio.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.indicio.tech/product/introduction/use-cases/biometric-verification.md).

# Biometric Verification

## ‘Bring your own biometrics’ Secure biometric data against fraud and AI deepfakes with verifiable credentials

### &#x20;Biometric verification without the risk of having to store biometric data

Biometrics were supposed to solve the problem of passwords. But if a password is stolen, it can be reset. If biometrics are stolen or faked using generative AI, they become an existential threat: You can’t reset someone’s face.

With Indicio Proven, biometric data can be bound to a verifiable credential so that verifiers do not have to store the biometric data to authenticate it.&#x20;

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

This also protects against generative AI deepfakes.

* Capture a person’s biometrics in a template during identity assurance and issue the template as a verifiable credential.
* The person presents the verifiable credential when they use biometric authentication and the verifier compares the two to make sure they match. The verifying party records validation and discards the template for simple data privacy compliance.
* No centralized biometrics database is required for authentication.
* Authenticity and integrity of biometric details are cryptographically provable.
* Provides a quick, simple, low-cost way to defend against generative AI deepfakes.
* No loss of biometric verification process benefits.
* Consent is architecturally required, making data protection compliance easy.

Bringing your own biometrics reassures public over biometric privacy and security.

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

<figure><img src="/files/yaRvybxuMO1Qc2HAWLHy" alt="" width="244"><figcaption></figcaption></figure>


---

# 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.indicio.tech/product/introduction/use-cases/biometric-verification.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.
