# Loss Prevention

First of all, asset loss does not mean that the asset is lost in the blockchain but the loss of control of the asset, that is, the security information of the wallet is not safe. During the wallet creation process, the mnemonic or private key will be provided for the user to save, which will make it second-verified. After verifying, users can start to use the wallet.

Therefore, it is important to back up the wallet and keep it properly. Here, we recommend the use of physical/offline storage, which can be stored in multiple channels (must be safe channels), and do not lose or disclose your security information. In this way, even if there is an abnormal situation in your wallet, you can continue to use another wallet by importing the private key or mnemonic phrase.


---

# 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://help.tokenpocket.pro/en/security-knowledge/security-measure/loss-prevention.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.
