# FAQs

## What are the tokens minted by Unitas?

* In the first phase, Unitas will mint the following tokens:

| Unitas token | Representation                 |
| ------------ | ------------------------------ |
| USD1         | represents value peg to 1 USDT |
| USD91        | represents value peg to 1 INR  |
| USD971       | represents value peg to 1 AED  |
| USD84        | represents value peg to 1 VND  |

## What are the fees for minting and burning

Please refer to [here](/unitas-protocol-v1/how-unitas-protocol-works/for-users/minting-and-burning-fees.md)

## What are the supported networks?

* Unitas is launched on Ethereum mainnet only
* L2 and alternate L1s are being considered for future versions

## What wallets are supported by Unitas protocol?

Currently we support **Metamask** and **WalletConnect**

## Metamask wallet related questions

Please refer to [here](/unitas-protocol-v1/faqs/metamask-wallet-related.md)

## What is a blockchain transaction hash?

* A blockchain transaction hash (also called a transaction ID) is a unique set of characters assigned to every transaction.
* Blockchain explorers like [etherscan.io](http://etherscan.io/) or [ethtx.info](http://ethtx.info/) can be used to review a transaction. The transaction hash is best sent by copying/pasting from your wallet or a block explorer.


---

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