# MultiMint

This type of tokens operates similarly to basic tokens, with the exception that the owner can set an allowance for any address to mint new tokens, without having to transfer ownership to the address. Such tokens are particularly useful for decentralized autonomous organizations (DAOs) or GameFi projects that necessitate numerous minter addresses.

### Owner Guide

To set minting allowance for any address, click the "Set Minter Allowance" button.

![](/files/NTZm6UwzL7YZb6W2TDUG)

In the popup window, enter the minter address and allowance to set it properly. You can also click "Set To Unlimited" to grant unlimited allowance or click "Set To Zero" to revoke the minting privilege for that particular address.

![](/files/lXlen8IdTBXA98o9h4w4)


---

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