# Verifying ePassport

You can verify your ePassport using Holonym's Private Passport Verifier to increase Sybil resistance score. Verification is free.

To perform the ePassport verification using your NFC passport, follow the steps below:

1. Navigate to <https://silksecure.net/holonym/diff-wallet>.
2. Click the "ePassport" card.
3. Follow the steps to download the Private Passport Verifier mobile app.
4. Open the Private Passport Verifier app. Follow the steps to enter your information. Then scan your NFC passport.
5. After scanning, you will be redirected to <https://silksecure.net/holonym/nfc-handoff>.
6. At this page, a zero-knowledge proof is generated. This zero knowledge proof conceals your private information while proving that you are a unique person.
7. Enter your wallet address. Click submit. When you click submit, your address will receive a soul-bound token (SBT) attesting to your uniqueness.&#x20;

Note that you can only receive one SBT per NFC passport.


---

# 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://zeronym-docs.holonym.id/for-users/how-to-verify-epassport.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.
