# FAQs

## How is the Mint Fee calculated?

* **Mint Fee**: Fees are based on the minted BITU token value and paid by the collateral asset. Fee amount reflects the current collateral market price.

&#x20;     Mint Fee Calculation:

$$
\text{Mint Fee} = \frac{\text{Minted BITU value} \times \text{Mint fee rate}}{\text{Asset Price}}
$$

* **Mint Fee Rate**: 0.15%.

<figure><img src="/files/c0FyffZVkk5NrJAONsRG" alt="Mint Fee Calculation"><figcaption><p>Mint Fee Calculation</p></figcaption></figure>

## How does the Collateral Ratio work in the mint process?

**Collateral Ratio**: The collateral ratio of the position after this operation

The received $BITU amount is calculated by the following:

$$
\text{Received } $BITU \text{ amount} = \frac{(① + ② - \text{Mint Fee}) \times \text{Asset Price}}{③} - ④
$$

* ①：collateral BTC amount
* ②：BTC deposit amount
* ③：collateral ratio
* ④：$BITU Minted amount

For example,

$$
\begin{align\*}
\text{Received } $BITU \text{ amount}  &= \left( 0.01 + 0.00999 - 0.000075 \right) \times \frac{66249}{180%} - 330.99 \\
&= 404.49
\end{align\*}
$$

The discrepancy in the data is due to rounding.

<figure><img src="/files/83vmqNi1o6EKkNXcAgDl" alt=""><figcaption><p>The received $BITU amount Calculation</p></figcaption></figure>

## What will happen when the asset price rises?

The collateral ratio will change with the real-time price of the collateral asset, allowing users to benefit from price increases. In such cases, users can choose to mint more BITU at the initial collateral ratio or use the minted BITU to redeem the original amount of collateral assets.&#x20;

Below is an example where users can redeem all of their collateral assets after a rise in price of BTC:

<figure><img src="/files/xRMBMZwkBpMMAnSzYJJB" alt="Redeem your asset"><figcaption><p>Redeem your asset</p></figcaption></figure>

## How to use Safe wallet to connect?

Safe wallet users need to use the official WalletConnect modal. Copy the Connect link, then paste it in the Safe wallet app's WalletConnect modal.

* Step 1: Click "Connect Wallet" to copy the connect link

<figure><img src="/files/z7Xap5LiFw9lvPtbPoZ7" alt="connect wallet"><figcaption><p>connect wallet</p></figcaption></figure>

<figure><img src="/files/wa74uFRfNHzgXkTnrCUj" alt="choose WalletConnect"><figcaption><p>choose WalletConnect</p></figcaption></figure>

<figure><img src="/files/YCDd5ENVFr8w0exiU41B" alt="click &#x22;OPEN&#x22;"><figcaption><p>click "OPEN"</p></figcaption></figure>

<figure><img src="/files/JX8zfVPh81dWPyIkN3ey" alt="copy link"><figcaption><p>copy link</p></figcaption></figure>

* Step 2: Open Safe wallet to paste the connect link

<figure><img src="/files/QJMEmeZE8BUAWPk5rVPt" alt="click to paste link"><figcaption><p>click to paste link</p></figcaption></figure>

<figure><img src="/files/PlYSWoSEVonJOmcaCLhs" alt="paste link"><figcaption><p>paste link</p></figcaption></figure>


---

# 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.bitu.io/bitu/user-guides/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.
