# 选择网络与代币

部署游戏时，你需要选择一个区块链网络和一个 BEP-20 / ERC-20 代币。本章帮助你做出最佳选择。

***

## 网络对比

| 特性               | BSC            | Ethereum     | Base   | HyperEVM |
| ---------------- | -------------- | ------------ | ------ | -------- |
| **状态**           | ✅ 已上线          | ✅ 已上线        | 🔜 待开放 | 🔜 待开放   |
| **Gas 费**        | 极低（\~$0.00005） | 较高（视 Gas 价格） | 低      | 低        |
| **出块速度**         | \~0.4 秒        | \~10 秒       | \~1 秒  | \~2 秒    |
| **原生代币**         | BNB            | ETH          | ETH    | HYPE     |
| **随机数模式**        | Oracle         | Prevrandao   | Oracle | Oracle   |
| **Four.meme 检测** | ✅ 支持           | ❌            | ❌      | ❌        |

### 推荐选择

* **大多数用户**：选择 **BSC**，Gas 费极低，部署速度最快
* **追求安全性**：选择 **Ethereum**，可使用 Prevrandao 模式（暂无需信任 Oracle）

***

## 代币选择

### 支持的代币类型

MemeDice 支持任意标准 BEP-20 / ERC-20 代币，包括但不限于：

* **Meme 代币**：DOGE、SHIB、PEPE 等
* **稳定币**：USDT、USDC、BUSD 等
* **项目代币**：任何项目方发行的 BEP-20 / ERC-20 代币
* **Four.meme 代币**：通过 Four.meme 平台发射的代币（BSC）

### 代币安全标签

输入代币合约地址后，系统会自动检测并显示安全标签：

| 标签               | 含义           | 说明                   |
| ---------------- | ------------ | -------------------- |
| 🛡️ **安全代币**     | 平台已验证        | 代币合约经过平台审核，确认安全      |
| 💲 **稳定币**       | 价值稳定         | USDT、USDC 等与法币挂钩的代币  |
| 🟠 **Four.meme** | Four.meme 发射 | 通过 Four.meme 平台发射的代币 |
| ⚠️ **未验证**       | 未经审核         | 代币未经平台验证，请自行评估风险     |

{% hint style="warning" %}
**未验证代币警告**：使用未经平台验证的代币部署游戏时，玩家在进入游戏页面时会看到红色警告提示。请确保你了解该代币的安全性。
{% endhint %}

### 如何获取代币合约地址？

1. **BSCScan / Etherscan**：在区块链浏览器上搜索代币名称，复制合约地址
2. **DEX**：在 PancakeSwap、Uniswap 等 DEX 的交易页面中查看代币合约地址
3. **项目官网**：大多数项目会在官网公布代币合约地址
4. **Four.meme**：如果是 Four.meme 发射的代币，可在 Four.meme 平台查看

***

## 注意事项

1. **确保钱包网络正确**：查询代币信息需要钱包连接到对应的网络
2. **代币精度**：系统会自动检测代币精度（decimals），无需手动设置
3. **代币安全性**：平台不对第三方代币的安全性负责，请自行评估


---

# 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://docs.dapp.meme/chuang-jian-you-xi/xuan-ze-wang-luo-yu-dai-bi.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.
