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

# Legal and Compliance

### Regulatory Status

HUMB operates under multiple regulatory frameworks across key jurisdictions:

| Jurisdiction                   | Entity                               | Status                     |
| ------------------------------ | ------------------------------------ | -------------------------- |
| EU (Lithuania)                 | HUMB UAB (Kodas 306756840)           | VASP Registered            |
| St. Vincent and the Grenadines | HUMB LLC                             | Token issuer               |
| India                          | HUMB Global Healthtech India Pvt Ltd | FIU Registered             |
| India                          | HUMB Trading India Pvt Ltd           | Incorporated               |
| Canada                         | HUMB Inc (BC1531035)                 | MSB Registered (C10001427) |
| Indonesia                      | PT HUMB Peduli Indonesia             | Incorporated               |
| Nigeria                        | HUMB Africa Limited                  | Incorporated               |
| EU                             | MiCA Registration                    | Application filed          |
| EU                             | LEI Certificate                      | 984500DI4B9F1D0E0446       |

**KYC and AML Procedures**

HUMB implements strong Know Your Customer (KYC) and Anti Money Laundering (AML) procedures, including:

1. Mandatory identity verification for all users.
2. Transaction monitoring and suspicious activity reporting.
3. Regular compliance audits.
4. A dedicated AML Officer (Robert Ruda).
5. KYC checks run through SumSub, and customer assets are held in custody with Liminal.

**Healthcare Data Standards**

H2P is designed as a healthcare access and incentive protocol that keeps medical data off-chain:

1. PHI is never stored on-chain.
2. Only consent hashes, access permissions, and audit proofs exist on-chain.
3. FHIR-compliant data models for healthcare interoperability.
4. Support for regulator audit access.


---

# 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://humb-io.gitbook.io/humb.io-docs/legal-and-compliance.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.
