# Prevention of Unauthorized Transactions

<details>

<summary>Explicit User Authorisation</summary>

* Every deposit, withdrawal, or transfer requires user authorization via OTP sent to the registered phone number or email.
* This ensures no transaction occurs without the explicit consent of the account holder.

</details>

<details>

<summary>User Authorisation - Video</summary>

Check below

</details>

{% embed url="<https://drive.google.com/file/d/1zjr3oXvRVfwdsCEIcZtZLb2TBlY8-mH_/view?usp=sharing>" %}

<details>

<summary>Geolocation and VPN Monitoring</summary>

* Users are required to share their live location when accessing the platform.
* Geo-coordinates, device details, and IP addresses are analyzed to detect inconsistencies or VPN usage.
* Abnormalities such as sudden IP changes or time zone discrepancies trigger alerts and flag accounts for further review.

</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/prevention-of-unauthorized-transactions.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.
