> For the complete documentation index, see [llms.txt](https://exbit-1.gitbook.io/exbit-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://exbit-1.gitbook.io/exbit-docs/yong-hu-zhu-ce.md).

# 用户注册

欢迎使用 EXBit 数字资产交易平台。EXBit 账户是您进入区块链数字资产世界的重要入口，也是开启安全、高效交易旅程的起点。无论您是初次接触加密资产的个人投资者，还是希望进一步拓展数字资产配置的进阶用户，EXBit 均致力于为您提供专业、稳定、便捷的交易服务。

本部分将引导您完成从访问平台到成功开通账户的全流程，涵盖注册渠道、方式、安全设置及实名认证等关键环节。

#### 1. 注册 EXBit 账户

**1.1 注册渠道**

请通过以下官方渠道创建您的账户，以确保安全：

* **官方网站**：访问 <https://www.ex520.com>
* **官方 App**：在 iOS 或 Android 官方应用商店搜索并下载“EXBit”。

> **安全警告**：切勿通过非官方链接、第三方下载站或未知来源的安装包获取 App，以防个人信息被盗或资产受损。

**1.2 注册方式**

您可以选择以下任意一种凭证作为登录账户名：

* 电子邮箱地址
* 手机号码（需能接收短信验证码）

**1.3 注册信息设置**

在注册页面，请按步骤完成以下操作：

1. 选择您的所在国家或地区；
2. 输入邮箱或手机号，获取并填写验证码；
3. 设置登录密码（建议使用含大小写字母、数字及特殊字符的高强度组合）；
4. 仔细阅读并勾选同意《服务条款》与《隐私政策》；
5. 通过图形验证码或滑动拼图等安全验证。

**1.4 账户注册重要须知**

* **唯一性**：同一邮箱或手机号仅能注册一个 EXBit 账户。
* **立即增强安全**：
  * 开启 **双重身份验证（2FA）**，推荐使用 Google Authenticator 等动态口令工具（其安全性高于短信验证码）。
  * 设置 **防钓鱼码（Anti-Phishing Code）**，此后平台发送的官方邮件均会包含此码，助您辨别伪造邮件。
* **密码习惯**：请勿在多个平台重复使用相同密码，以防范撞库攻击。

完成上述步骤后，您即可使用注册凭证登录 EXBit。

#### 2. 完成身份认证（KYC）

为履行反洗钱（AML）合规义务，并为您解锁更高服务权限，EXBit 在您达到特定操作额度前，要求完成实名认证（KYC）。

**2.1 认证后可解锁的核心功能**

* 法币充值及提现
* 提高每日/每月提币额度上限
* 使用全部交易产品及理财工具
* 参与平台福利与推广活动

**2.2 身份认证流程（三步）**

1. **基础信息填写**：如实提供法定姓名（与证件一致）、国籍、出生日期。
2. **身份证明文件上传**：提交由政府签发的有效证件照片（如身份证正反面、护照个人信息页、驾驶证等）。
3. **人脸识别**：根据系统提示完成实时活体验证，确保为本人操作。

**2.3 审核时间**

* 提交后通常仅需数分钟即可完成初审，全部审核一般在 **数分钟至 24 小时** 内完成，具体时长取决于资料清晰度及队列情况。如有需要，平台可能通过邮件联系您补充额外信息。

**2.4 完成认证的附加价值**

完成 KYC 不仅是合规要求，更有助于：

* 提升账户安全等级与可信度；
* 在遗忘密码或账户异常时，加速身份验证与恢复流程；
* 确保风控触发时平台能与您有效沟通。

> **提示**：若遇登录异常、账户冻结或密码遗失，已认证账户通常可享受优先处理通道。

**最终声明**：本指南内容如有调整，以 EXBit 官网最新公布版本为准。

**EXBit 团队**


---

# 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://exbit-1.gitbook.io/exbit-docs/yong-hu-zhu-ce.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.
