# Minting and burning fees

## Current fee settings

| Token  | Minting fee | Burning fee |
| ------ | ----------- | ----------- |
| USD1   | 0%          | 0%          |
| USD91  | 0.5%        | 0.5%        |
| USD971 | 0.1%        | 0.25%       |
| USD84  | 0.5%        | 0.5%        |

### Notes

1. The above fees do not include gas fee.
2. Currently these fee settings are fixed and will be reviewed periodically to see if any update is needed.
3. USD971 minting and burning fee are different because the conversion frictions between AED and USD in practice are quite different. To be more specific, converting USD to AED is almost frictionless, but  converting AED back to USD the fees or the margins are not that ignorable. So, setting both of them at 0.25% would be too high for minting USD971 while setting both of them at 0.1% would make burning of USD971 too cheap to generate some fair fee revenues for the protocol. &#x20;


---

# 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://wiki.unitas.foundation/unitas-protocol-v1/how-unitas-protocol-works/for-users/minting-and-burning-fees.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.
