# Security

**Summary**

* Private keys are safeguarded with industry-standard encryption. They are not accessible on our server, database, website, or any other platform.
* In contrast to centralized exchanges, Yoyo Market users retain access to their private keys. You can import these keys into Metamask, providing you with complete control over your funds whenever you need it.
* Always regard your wallet as a **hot wallet**, prioritizing security and vigilance.

**How does it work**

Gaining access to your private key involves a multi-layered security approach. Three distinct "keys" are required:&#x20;

* Secret Key: This key is securely stored within Telegram.
* Encryption Key: Safely stored in the backend, this key adds an extra layer of security.
* Encrypted Private Key: Stored in the database, this key can only be decrypted with both the secret key and the encryption key.

This multi-key system minimizes the risk of a single point of failure. For added security, it's worth noting that even if someone gained access to the backend, they wouldn't instantly have access to all wallets. They would need to employ complex man-in-the-middle attacks due to the additional layers of protection in place. Your assets remain well-protected.


---

# 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://yoyo-market.gitbook.io/yoyo-market-documentation/overview/security.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.
