# 多方铸造

此类代币的操作类似于基本代币，不同之处在于所有者可以为任何地址设置限额来允许其铸造新代币，而无需将所有权转移到该地址。此类代币对于需要多铸造地址的去中心化自治组织（DAO）或GameFi等项目特别有用。

### 所有者指南

要为某个地址设置铸造限额，请单击“设定铸造者限额”按钮。

![](/files/l5Gtfs1zp4TI25D3jrVx)

在弹出窗口中，输入相应的铸造者地址和限额来适当地设置权限。您也可以单击“设为无限”以授予无限限额，或单击“设为零”以撤销该特定地址的铸造权限。

![](/files/1RQ5cFLlS1phrKFTcJIv)


---

# 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/multimint.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.
