# 11.1 データ保護と暗号化

SyFuは、**ユーザーの決済データと資産を安全に守ること**を最優先に設計されています。\
暗号化や分散型技術を活用し、常に高いセキュリティ基準を維持します。

***

### セキュリティ設計

* **MPCウォレット**
  * 秘密鍵を分散管理し、復元時にも露出しない<br>
* **スペンディングウォレット**
  * ゲーム用に分離されたスマートアカウント型ウォレット
  * オフチェーン変換で高速かつ安全に利用可能<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/data-protection.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.
