> 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/zhang-hu-zhu-ce-yu-deng-lu.md).

# 账户注册与登录

#### 1. 如何注册 ChainBitX 账户 <a href="#h_01k2brcp9hp7x8pw9v2s95jj35" id="h_01k2brcp9hp7x8pw9v2s95jj35"></a>

如果您还没有 ChainBitX 账户，可以按照以下步骤快速注册：

**第 1 步：打开 ChainBitX 平台**

* 选项 1：下载并打开 ChainBitX 应用（支持 iOS 和 Android）
* 选项 2：访问 ChainBitX 官方网站并点击右上角的“注册”按钮\
  （首页也提供用于快速下载 APP 的二维码。）

**第 2 步：选择注册方式**

* 使用手机号码或电子邮件地址注册
* 我们建议使用您常用的手机或邮箱以便接收验证码和平台通知

**第 3 步：设置登录密码**

* 使用包含大小写字母、数字和特殊字符的密码，长度至少 8 个字符
* 避免使用容易被猜到的信息，如生日或电话号码

**第 4 步：完成验证码验证**

* 输入发送到您手机或邮箱的验证码
* 验证成功后，注册完成并将自动登录

***

#### 2. 如何登录您的 ChainBitX 账户（已有用户） <a href="#h_01k2brcp9t37kwyym93svygdyv" id="h_01k2brcp9t37kwyym93svygdyv"></a>

如果您已有 ChainBitX 账户，请按照以下步骤登录：

**第 1 步：前往登录页面**

* 打开 ChainBitX 应用或访问 ChainBitX.com
* 点击右上角的“登录”按钮

**第 2 步：输入账户信息**

* 输入您注册时使用的手机号码或电子邮件地址
* 输入您的登录密码并提交

**第 3 步：完成登录验证**

* 如果您已启用双因素认证（2FA），请输入动态验证码
* 验证成功后，您将进入平台主界面

***

#### 3. 温馨提示 <a href="#h_01k2brcp9z6ydgep8k0q0nt0k0" id="h_01k2brcp9z6ydgep8k0q0nt0k0"></a>

* 确保您绑定的手机号码或邮箱保持可用，以便接收验证码和账户通知
* 启用双因素认证（2FA）以提升账户安全性
* ChainBitX 不会要求您提供密码或验证码 — 当心钓鱼诈骗
* 如果忘记密码，请使用“忘记密码”功能重置并保护您的账户

#### 联系客服 <a href="#h_01k2br5vfzwcnxeqrjxyra9943" id="h_01k2br5vfzwcnxeqrjxyra9943"></a>

如果您遇到任何需要进一步帮助的问题，请通过以下方式联系我们：

* 网站： <https://chainbitx.com/>
* 支持邮箱： <info@chainbitx.com>
* Telegram 群组：  <https://t.me/chainbitx>
* 官方推特： <https://x.com/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/zhang-hu-zhu-ce-yu-deng-lu.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.
