# 资产防丢

首先，资产丢失并非指资产在区块链中丢失，而是失去对资产的掌控（即未保管好钱包的安全信息）。钱包创建过程中会提供助记词或私钥给用户进行保存，还会针对保存的内容进行二次验证，完成验证后才可以使用钱包。

因此，做好资产防丢最重要的就是做好钱包备份并妥善保管。这里，我们建议使用物理/离线保存的方式，可以多渠道（一定是安全的渠道）来保存，并且不要丢失和泄露您的安全信息。这样，即使遇到钱包异常情况，也可以通过导入私钥或助记词来继续使用。


---

# 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.tpwallet.io/cn/security-knowledge/protective-measures/assests-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.
