# 11.3 不正検知とアカウント制御

* **不正行為の検知**
  * 同一店舗での過剰BIND（制限：4時間に1回）
  * チェックイン位置と決済データ位置の不一致
  * 過去30日間の獲得量スキャンによる異常検出<br>
* **ペナルティ**
  * 出金・NFT送付を一時保留
  * 調査後に資産没収・BAN・ランク降格<br>
* **ユーザーへの通知**
  * 不正フラグ時はアプリ内通知＋メールで告知
  * 正常復帰すれば即時解除

👉 「健全に遊ぶユーザーは不利益を受けない」設計です。


---

# 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/ja/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.
