> 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/shou-ye/huan-ying-shi-yong-exbit.md).

# 欢迎使用 EXBit

您好！欢迎来到 EXBit 。

无论您是刚接触数字资产的新用户，还是经验丰富的交易者，我们都希望通过这份指南，帮助您快速上手，并在每一次操作中做出明智决策。

<figure><img src="/files/aao0IGeqTCfg8eelil7k" alt=""><figcaption></figcaption></figure>

我们致力于提供透明、高效的服务体验，同时也倡导 **“安全第一，信息自主”** 的原则。

请您在开始交易前，务必仔细阅读以下核心指引：

**新手必备与平台认知**

* **平台背景核实**：建议通过官方网站及权威第三方渠道，独立核实平台当前的运营状态与合规信息。
* **账户安全设置**：请务必开启双重身份验证（2FA），并谨慎保管个人私钥与助记词，切勿向任何人透露。

**交易与资产操作指南**

* **基础操作**：查找关于充值与提现的到账时间、手续费结构以及常见处理流程。
* **进阶功能**：了解不同交易对、订单类型及专业工具的运作逻辑。

**风险提示与社区反馈**

* **市场风险**：数字资产价格波动较大，请合理评估个人风险承受能力。
* **官方渠道**：仅通过文档中心列出的官方社群和邮箱联系我们，谨防冒充客服的诈骗行为。


---

# 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/shou-ye/huan-ying-shi-yong-exbit.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.
