# Point of Verification (POV)

#### **Key Features of a POV in Blerify:**

1. **Credential Verification:**
   * POVs allow the verification of the authenticity of digital credentials, ensuring they were issued by a **trusted issuer** and have not been tampered with.
2. **Interoperability:**
   * POVs are designed to be compatible with international standards like **W3C Verifiable Credentials** and **ISO 18013-5**, ensuring they can work across different ecosystems and with various types of credentials.
3. **Flexible Configuration:**
   * Blerify offers a highly configurable solution for POVs, allowing organizations to define:
     * **Types of credentials** that can be verified.
     * **Trusted issuers** whose credentials will be accepted.
     * **Encryption methods** and **signature formats**.
     * **Zero-Knowledge Proofs (ZKPs)** to protect user privacy.
4. **Easy Integration:**
   * Blerify provides **SDK libraries** and **API interfaces** to integrate POVs into existing web or mobile applications. This makes it easy to implement credential verification in different environments.
5. **User Privacy:**
   * POVs are designed to respect user privacy, allowing **selective disclosure** of information. This means the user only shares the information necessary for verification, rather than revealing all the data in the credential.


---

# 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://docs.blerify.com/blerify-overview/user-centric-identity/point-of-verification-pov.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.
