# 11.2 Regulatory Compliance (KYC / AML)

SyFu is built for global operations and adheres to **regional financial and data regulations**.

* **KYC (Know Your Customer)**
  * Required for high-value usage and withdrawals.
  * Requires passport, proof of address, or equivalent documents.
* **AML (Anti-Money Laundering)**
  * Fraud detection algorithms monitor unusual transactions.
  * High-risk activity is immediately flagged → withdrawal hold & review.
* **PSD2 / Open Banking**
  * Data is retrieved only via official APIs (e.g., Salt Edge, other certified providers).
  * Fully compliant with international security standards.


---

# 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.syfu.io/security/compliance.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.
