> For the complete documentation index, see [llms.txt](https://perle.gitbook.io/perle-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://perle.gitbook.io/perle-docs/tokenomics/verify-your-humanity-with-veryai.md).

# Verify Your Humanity with VeryAI

Perle uses [VeryAI](https://very.org/) to verify that every airdrop claimant is a real, unique human, not a bot or duplicate account. This is not traditional KYC. No government ID, personal documents, or sensitive data is required. Instead, you will complete a quick palm verification using your smartphone camera.

**Here is how it works:**

1. When prompted in the claim flow, you will be directed to VeryAI's palm verification.
2. Open the [VeryAI](https://very.org/) app or follow the in‑browser prompt on your phone.
3. Hold your palm in front of your phone's camera and follow the on‑screen instructions.

[VeryAI](https://very.org/) creates a privacy‑preserving biometric signature from your palm scan. No raw biometric images are stored. The system only records an encrypted signature to confirm you are a unique human.

Once verified, your Proof of Personhood status is linked to your claim and you can proceed.

The entire process takes less than five minutes. VeryAI's palm recognition is non‑invasive, works on any standard smartphone camera, and is backed by over a decade of biometric research with more than 28 million scans completed globally. Your privacy is protected by design; no personal data leaves your control.

<br>


---

# 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://perle.gitbook.io/perle-docs/tokenomics/verify-your-humanity-with-veryai.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.
