# 11.1 Data Protection & Encryption

SyFu is designed with **the highest priority on safeguarding users’ payment data and digital assets**.\
By leveraging encryption and decentralized technologies, we maintain strict security standards at all times.

***

#### **Security Architecture**

* **MPC Wallet**
  * Private keys are split and distributed; never exposed, even during recovery.
* **Spending Wallet**
  * A smart-account wallet separated for in-game use.
  * Optimized for speed and safety via off-chain conversion.
* **Data Encryption**
  * Only minimal data is collected (merchant name, amount, date/time).
  * Always encrypted; never used externally without consent.


---

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