# EVM Multi-Chain Universal Operation Guide (Must Read)

### 💡 **Why is the tutorial universal?**

* Most screenshots may use **BSC (BNB Smart Chain)** for demonstration purposes (faster transactions and lower gas fees).

In actual usage:

* **Same Interface:** The token creation interface on Base, IoTeX, and X Layer is identical to BSC.
* **Same Functions:** Token launch, airdrops, fund collection, and other operations follow the same logic.
* **Only Difference:** You need to switch networks in your wallet and prepare the corresponding gas token (such as BNB, IOTX, or ETH).

### ⚙️ **Core Step: Switching Networks (Important)**

* **Select Target Network:** Choose BSC, IoTeX, Base, or X Layer on the platform.
* **Connect Wallet:** Click **Connect Wallet** in the top-right corner.
* **Automatic Refresh & Sync:**
  * The current chain indicator updates automatically.
  * The gas token symbol updates accordingly (e.g., BNB → IOTX / ETH).

### 🌐 **Choose Your Chain: Enter the Dedicated Portal**

| Chain Name         | Status   | Access            |
| ------------------ | -------- | ----------------- |
| 🔶 BNB Chain (BSC) | ✅ Stable | Enter BSC Hub     |
| 🟠 IoTeX           | ✅ Stable | Enter IoTeX Hub   |
| 🔵 Base Chain      | ✅ Stable | Enter Base Hub    |
| ⚫ X Layer          | ✅ Stable | Enter X Layer Hub |

{% hint style="info" %}
When new chains are launched, CiaoTool will automatically add the corresponding tool hub page — no need to wait for tutorial updates.
{% endhint %}

💬 **Need help? Join our community for real-time support:** <https://t.me/ciaotool>

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

{% hint style="danger" %}
**Note:** CiaoTool is committed to providing convenient tooling services but does not offer any form of investment advice. Platform content may change with product iterations. Users are advised to exercise judgment and stay informed about updates.
{% 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/en/quick-start/evm-multi-chain-universal-operation-guide-must-read.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.
