# 11.3 Fraud Detection & Account Control

* **Fraud Detection Examples**
  * Excessive BINDs at the same store (limit: once per 4 hours).
  * Mismatch between check-in location and payment location.
  * Abnormal earnings flagged via past 30-day scans.
* **Penalties**
  * Temporary suspension of withdrawals / NFT transfers.
  * After investigation: possible asset confiscation, BAN, or rank demotion.
* **User Notifications**
  * Fraud flags trigger in-app and email alerts.
  * Restored immediately once behavior is validated as normal.

👉 The system is designed so that **honest players are never penalized**.


---

# 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/fraud-control.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.
