# 铭文

<figure><img src="/files/xj2Jn9fadVHX0rL1jxQd" alt=""><figcaption></figcaption></figure>

该代币模板源自比特币网络上的BRC-20代币标准，该标准以其相对公平的代币分配模式而闻名。使用此代币模板，您可以体验BRC-20代币的铭文铸造过程。

### 铸造费用

代币部署者可以设定一个可选的铸造费用（EBEN），铸造者需要每次支付这个费用才能铸造代币。如果这个费用没有设定，则该代币可免费铸造。

100%的铸造费用都会被直接燃烧。

### 常见问题

#### 代币部署者有什么特权？

没有，除了可以在部署时设定一些属性外，代币部署者没有其他额外的特权。

#### 为什么我的“铸造”按钮是灰色且不可点击的？

有几个因素可能会导致这个情况。例如代币的最大供应量可能已达到，或者您的钱包可能已达到铸币次数限制，或者您的钱包中没有足够的 EBEN 来支付这次铸币费。

#### 我在代币浏览界面中看到有个“权威的”属性，这是什么意思？

对于相同的代币符号，只有第一个部署的代币会拥有这个“权威的”属性。这意味着如果你部署了一个铭文代币，而它的符号之前已经被其他人使用了，那么你的代币将无法拥有这个属性。


---

# 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.benswap.cash/zhong-wen/features/sep-20-factory/inscriptions.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.
