# Identity Verification User Flow

The identity verification process is divided into two steps: **issuance** and **proving**. Once a user has credentials issued, they can prove facts about themself.

## Issuance

A user can obtain their credentials by visiting <https://silksecure.net/holonym/diff-wallet> For a smoother experience, it's recommended to use the custom URLs provided in:

{% content-ref url="/pages/0fHiLJGaCcklYcnGZ93N" %}
[Integrating Human ID](/for-developers/start-here.md)
{% endcontent-ref %}

## Proving

Once a user has a Human ID, they can generate proofs of unique personhood, with more proof types planned for the future. To do so, they simply visit <https://silksecure.net/holonym/diff-wallet>, where they will receive a soulbound token confirming whether their address belongs to a unique person.


---

# 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.holonym.id/for-users/how-to-use-holonym.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.
