# Who possesses the authority to Mint or Burn my tokens?

The ability to mint tokens hinges on the token's access type. In Transferable Ownership tokens, the owner holds this privilege, while in Role-Based tokens, it's users with the 'MINTER' role who can mint new tokens. However, it's important to note that minting can only occur until the Supply Cap is reached, and this cap is unlimited in the case of Unlimited Tokens. As for burning tokens, anyone holding them has the ability to do so.


---

# 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.coinfactory.app/resources/faqs/who-possesses-the-authority-to-mint-or-burn-my-tokens.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.
