> For the complete documentation index, see [llms.txt](https://docs.mansafi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mansafi.xyz/compliance/identity-verification.md).

# Identity Verification

The mechanics of verifying who holds an account, and of meeting cross-border obligations when payments cross a threshold.

***

## How verification runs

Identity is checked once, at account creation, through MansaFi's verification provider — Persona or an equivalent regulated vendor.

1. Submit a photograph of a government-issued ID
2. Complete a liveness capture — a short selfie video matched against that photo
3. Most cases clear within minutes; some route to a human reviewer

Enhanced verification, needed for raised limits or a Business account, adds:

* Proof of address, such as a recent utility bill or bank statement
* For Business accounts, ordinary KYB material: incorporation records and beneficial ownership

***

## Tiers and ceilings

| Tier     | Daily ceiling | What it requires                                   |
| -------- | ------------- | -------------------------------------------------- |
| Basic    | Up to $2,500  | Government ID, liveness check                      |
| Enhanced | Up to $25,000 | Basic, plus proof of address                       |
| Business | Negotiated    | KYB documentation, beneficial ownership disclosure |

Anything beyond the Business tier is handled individually and generally involves direct compliance review.

***

## Meeting the Travel Rule

The Travel Rule obliges financial institutions to pass originator and beneficiary details alongside transfers above a jurisdictional threshold — $3,000 in the United States. Three mechanisms cover it:

1. **Screening.** Before an above-threshold payment settles, the recipient address is checked against sanctions and risk lists via Chainalysis or TRM Labs.
2. **Institution-to-institution exchange.** Where the receiving institution is itself regulated and needs Travel Rule data, that information passes directly between compliance systems — never onto the public chain.
3. **Encrypted figure, disclosed identity.** The amount stays encrypted on-chain throughout. Travel Rule obligations concern identity rather than sums, and the two are treated as separable: compliance data moves through compliance channels, and the ledger never carries a plaintext figure.

***

## What draws a second look

* Payments above your tier's ceiling
* Payments involving an address flagged by sanctions or risk screening
* Patterns resembling structuring — several payments landing just under a reporting threshold

Flagged payments may be held for manual review. If that happens to something you sent, you will be told in-app.

***

## Continue

* [Regulatory Posture](/compliance/regulatory-posture.md)
* [Proving a Payment](/privacy/proving-a-payment.md)


---

# 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://docs.mansafi.xyz/compliance/identity-verification.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.
