> For the complete documentation index, see [llms.txt](https://docs.slerf.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slerf.tools/solana-basic/wallet-security-prompt.md).

# 钱包安全

**保护私钥**：SlerfTools只在本地计算并用于签署交易，绝不收集或上传您的私钥或敏感信息。

**小额钱包推荐**：如果有暴露明文私钥的地方，建议使用小额钱包进行操作，避免存放大额资金。

**安全复制私钥**：复制私钥时，请打乱顺序并分段复制，以防止剪贴板数据被恶意软件监控。

**官方不索要私钥**：SlerfTools绝不会要求您提供私钥信息，请保持警惕

**保持警惕**：请始终警惕诈骗、网络钓鱼链接和下载任何程序。团队成员绝不会直接向您发私信或要求您加入另一个电报群。切勿向任何人提供或出示您钱包的私钥。

如果您的钱包已被泄露，最好的方法是立即将您的资产转移到新钱包。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.slerf.tools/solana-basic/wallet-security-prompt.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.
