# 域名与定价

每个部署的游戏都会获得一个专属子域名 `xxx.dapp.meme`。本章介绍域名规则和定价。

***

## 域名规则

| 规则       | 说明                                    |
| -------- | ------------------------------------- |
| **最小长度** | 3 个字符                                 |
| **允许字符** | 小写字母 `a-z`、数字 `0-9`、连字符 `-`           |
| **不允许**  | 大写字母、空格、特殊字符、中文                       |
| **保留域名** | 部分域名为系统保留，无法注册（如 `www`、`api`、`app` 等） |

***

## 定价规则

域名长度越短，价格越高。基础部署费由所属网络的实时GAS费决定，短域名需要额外支付溢价。

<table><thead><tr><th>域名长度</th><th width="304.3125">费用</th><th>说明</th></tr></thead><tbody><tr><td><strong>≥5 字符</strong></td><td>基础部署费</td><td>最经济的选择</td></tr><tr><td><strong>4 字符</strong></td><td>基础部署费 + 0.5 BNB / 0.2 ETH</td><td>适中</td></tr><tr><td><strong>3 字符</strong></td><td>基础部署费 + 1 BNB / 0.5 ETH</td><td>最贵，稀缺资源</td></tr></tbody></table>

{% hint style="info" %}
具体的费用金额会根据网络不同而有所差异，部署页面会实时显示当前费用。费用以目标网络的原生代币支付（BSC 用 BNB，Ethereum 用 ETH）。
{% endhint %}

***

## 域名可用性检查

在输入子域名时，系统会自动实时检查域名可用性：

* ✅ **绿色提示**：域名可用，可以注册
* ❌ **红色提示 — 已被占用**：该域名已被其他游戏使用
* ❌ **红色提示 — 系统保留**：该域名为系统保留域名，无法注册
* ❌ **红色提示 — 太短**：域名长度不足 3 个字符

***

## 域名示例

| 输入          | 游戏地址                  | 费用等级        |
| ----------- | --------------------- | ----------- |
| `mydice`    | `mydice.dapp.meme`    | 基础费         |
| `pepe`      | `pepe.dapp.meme`      | 基础费 + 4字符溢价 |
| `bnb`       | `bnb.dapp.meme`       | 基础费 + 3字符溢价 |
| `cool-game` | `cool-game.dapp.meme` | 基础费         |

***

## 注意事项

1. **域名不可更改**：部署后无法修改子域名
2. **域名不可转让**：域名与游戏合约绑定，无法单独转让
3. **费用不可退还**：部署费在交易确认后不可退还
4. **先到先得**：域名按先到先得原则分配


---

# 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/yu-ming-yu-ding-jia.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.
