> For the complete documentation index, see [llms.txt](https://docs.runealpha.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runealpha.xyz/cn/guides/create-rune.md).

# 创建符文

**步骤一: 填写符文信息**

确保没有创建 **Ticker**

<figure><img src="/files/YgIVrma0f3wpJ1BkSi9m" alt="" width="563"><figcaption></figcaption></figure>

**步骤二: 选择etching(蚀刻)类型**

RuneAlpha 提供2种蚀刻

**类型 1:** 市场上限将被**锁定**和**加载**，并且您将在启动符文时指定每个地址的token计数

注意选择小数

<figure><img src="/files/jSoMro6opBRl6QlfbD5U" alt="" width="563"><figcaption><p>固定限额</p></figcaption></figure>

**类型2:** 公平铸币(如 **$COOK** 蚀刻)，创建者规定每笔交易可以铸造多少代币以及矿工可以交易的区块数量

<figure><img src="/files/hVeVb6G1IcGCighJtfYZ" alt="" width="563"><figcaption><p>公平铸币</p></figcaption></figure>

每个模块在10分钟内完成，认为它有一个合理的时间。

**步骤 三: 选择 sats/vB** (Gas) **然后处理**

<figure><img src="/files/KVW86zPFeo5CiIBP9bTT" alt="" width="563"><figcaption></figcaption></figure>

请在执行交易前查看**风险警告**


---

# 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://docs.runealpha.xyz/cn/guides/create-rune.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.
