> For the complete documentation index, see [llms.txt](https://docs.chainbitx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainbitx.com/readme/an-quan-jian-yi.md).

# 安全建议

为更好地保护您的账户和资产，ChainBitX 提供多种安全功能，并建议在日常使用中遵循以下最佳做法。数字资产高度自治且不可逆转，因此加强账户保护至关重要。

***

#### 使用强密码并定期更换 <a href="#h_01k2brk151mp52zz1rrxh39fpw" id="h_01k2brk151mp52zz1rrxh39fpw"></a>

* 创建包含大写字母、小写字母、数字和特殊字符的密码，且长度至少为 8 个字符
* 避免使用容易被猜到的密码，如生日、电话号码或常见序列如“123456”
* 不要在多个平台上重复使用相同的密码
* 定期更换密码以保持长期账户安全

***

#### 启用双重身份验证 (2FA) <a href="#h_01k2brk1542j1ptfxb6vawyxn9" id="h_01k2brk1542j1ptfxb6vawyxn9"></a>

* 强烈建议通过 Google 验证器、短信验证或类似方法启用 2FA
* 如果您的密码被泄露，2FA 会增加一层额外的保护
* 请安全保存您的 2FA 备份密钥，以免在更换或丢失设备时无法访问账号

***

#### 警惕钓鱼链接和假冒客服 <a href="#h_01k2brk157gd8b83q016ckbb63" id="h_01k2brk157gd8b83q016ckbb63"></a>

* 不要点击来自未知来源的链接，尤其是通过电子邮件、短信、社交媒体或聊天群收到的链接
* ChainBitX 不会通过私信要求您提供密码、验证码或私钥
* 如果有人自称是客服与您联系，请通过官方网站或应用核实其身份
* 谨慎加入官方社区，并仅通过已验证的渠道加入以避免诈骗

***

#### 仅通过官方渠道访问 ChainBitX <a href="#h_01k2brk15bcxgf4qxgnkpepgm9" id="h_01k2brk15bcxgf4qxgnkpepgm9"></a>

* 仅从 ChainBitX 官方网站或合法应用商店下载应用
* 避免从第三方网站下载 ChainBitX 客户端，以防止恶意软件和账户被盗
* 在登录前始终核实网站域名，以避免钓鱼网站
* 将官方网站加入书签以减少误入欺诈页面的风险

***

#### 温馨提示 <a href="#h_01k2brk15f4j3hs5kpmab1ysq8" id="h_01k2brk15f4j3hs5kpmab1ysq8"></a>

ChainBitX 致力于提供安全可靠的交易环境，但真正保护您账户的关键在于您自身的习惯和警觉性。

定期检查您的账户设置，确保启用所有可用的安全功能。保持对网络安全风险的警惕，以避免因一时疏忽造成不可逆的资产损失。

您的安全是我们的首要任务。感谢您对 ChainBitX 的信任与配合。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.chainbitx.com/readme/an-quan-jian-yi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
