> 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/qi-yong-gu-ge-shen-fen-yan-zheng-qi-2fa-zhi-nan.md).

# 启用谷歌身份验证器 (2FA) 指南

**启用双重身份验证 (2FA)**

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

ChainBitX Google 验证器设置指南 (2FA)

Google 验证器通过生成基于时间的验证码，为您的 ChainBitX 账户增加额外的安全层。逐步指南

步骤 1：登录 ChainBitX  登录您的 ChainBitX 账户并进入个人资料。

步骤 2：打开安全设置 在个人资料菜单中点击“安全设置”。

步骤 3：选择 Google 验证器 在双重身份验证 (2FA) 选项中选择 Google 验证器。

步骤 4：安装 Google 验证器 如果您尚未安装，请从 App Store 或 Google Play 下载 Google 验证器。

步骤 5：保存您的验证器密钥 ChainBitX 将显示一个 Google 验证器密钥（备份密钥）。复制并安全保存此密钥。它对账号恢复非常重要。

步骤 6：在 Google 验证器中添加 ChainBitX 打开 Google 验证器应用并：

* 手动粘贴密钥，或
* 扫描二维码

步骤 7：验证并确认 输入：

* 发送到您邮箱的验证代码，和
* 来自 Google 验证器的 6 位数代码

点击确认。


---

# 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/qi-yong-gu-ge-shen-fen-yan-zheng-qi-2fa-zhi-nan.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.
