# EVM 多链通用操作说明（必读）

#### 💡 **为什么教程是通用的？**

* 教程截图可能以 **BSC (BNB** **Smart** **Chain)** 为示例，方便演示（交易速度快，Gas 费低）。

实际操作中：

* **界面一致**：Base、IoTeX、X Layer 等链上的发币界面与 BSC 完全相同。
* **功能一致**：发币、空投、归集等逻辑完全相同。
* **唯一区别**：需要在钱包中切换网络，并准备对应链的 Gas 代币（如 BNB、IOTX、ETH）。

#### ⚙️ **核心步骤：切换网络（关键）**

1. **选择目标网络**：在页面 选择 BSC、IoTeX、Base 或 X Layer
2. **连接钱包：**&#x70B9;击右上角 **Connect Wallet**
3. **自动刷新与状态同步**：
   * 当前链标识自动更新
   * Gas 代币符号自动更新（如 BNB → IOTX / ETH）

#### 🌐 **选择您的链：一键进入专属入口**

| 链名称                | 状态   | 入口链接                                          |
| ------------------ | ---- | --------------------------------------------- |
| 🔶 BNB Chain (BSC) | ✅ 稳定 | [进入 BSC 中心页](https://bsc.ciaotool.io/)        |
| 🟠 IoTeX           | ✅ 稳定 | [进入 IoTeX 中心页](https://iotex.ciaotool.io/)    |
| 🔵 Base Chain      | ✅ 稳定 | [进入 Base 中心页](https://base.ciaotool.io/)      |
| ⚫ X Layer          | ✅ 稳定 | [进入 X Layer 中心页](https://xlayer.ciaotool.io/) |

> 新链上线后，CiaoTool 会自动添加工具中心页，无需等待教程更新。

**💬 如遇到问题？加入社群实时咨询**：<https://t.me/ciaotool>

* **Email**：<support@ciaotool.io>
* **官网**：[https://ciaotool.io](https://ciaotool.io/)
* **X（Twitter）**：<https://x.com/CiaoTool>
* **Medium**： <https://medium.com/@ciaotool>
* **Blog**：<https://www.ciaoailiquidity.com/zh/blog>
* **YouTube**：<https://www.youtube.com/@CiaoTool>
* **WhatsApp**：<https://whatsapp.com/channel/0029VbAuLrVAojYxRNw95W1J>

{% hint style="danger" %}
CiaoTool 致力于提供便捷的工具服务，但不构成任何投资建议。平台内容可能根据产品迭代进行调整，敬请用户自行判断并留意更新。
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://ciaotool.gitbook.io/docs/start/evm-duo-lian-tong-yong-cao-zuo-shuo-ming-bi-du.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
