# Fraud Prevention Measures

<details>

<summary>Authentication Controls</summary>

* Multi-factor authentication (MFA) for every login.
* OTP verification for all critical actions, including deposits, withdrawals, and account changes.

</details>

<details>

<summary>Account Lockout Mechanisms</summary>

* Automated detection of multiple failed login attempts triggers progressive account lockouts (e.g., 5, 10, and 15 minutes).
* Suspicious activity alerts notify account holders of unauthorized attempts.

</details>

<details>

<summary>Enhanced Screening for Vulnerable Individuals</summary>

While InstaPay does not currently implement age-specific controls, ongoing fraud detection ensures that all users are protected from scams and unauthorized access.

</details>


---

# 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://guide.insta-pay.ch/customer-protection-framework/fraud-prevention-measures.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.
