# ¿Cómo funciona un POV en Blerify?

1. **Solicitud de verificación:**
   * Cuando un usuario presenta una credencial digital (por ejemplo, una licencia de conducir móvil), el POV solicita la verificación de la credencial.
2. **Validación de la credencial:**
   * El POV verifica:
     * El **firma criptográfica** de la credencial para asegurarse de que no haya sido alterada.
     * El **legitimidad del emisor** (es decir, si la credencial fue emitida por una entidad de confianza).
     * El **estado de la credencial** (si ha sido revocada o no).
3. **Respuesta de verificación:**
   * El POV devuelve un resultado que indica si la credencial es válida o no, junto con cualquier información adicional que la organización pueda necesitar.


---

# 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:

```
GET https://docs.blerify.com/es/descripcion-general-de-blerify/user-centric-identity/point-of-verification-pov/how-does-a-pov-work-in-blerify.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.
