# How to mint $BITU

Prerequisites:

1. Only whitelisted wallets and users are allowed to mint $BITU.
2. An EVM wallet that supports the BNB Chain network, you can add the network using [ChainList.org](https://chainlist.org/chain/56).
3. Ensure that you have the supported assets in your wallet, such as:

* $BTCB (BEP20 Token Smart contract address [0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c](https://bscscan.com/token/0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c))

4. Ensure there is sufficient $BNB in your wallet to pay for transaction fees.

{% hint style="info" %}
How to be whitelisted?

Fill out the Application Form:<https://bitu-protocol.typeform.com/Minters>
{% endhint %}

Enter the BitU Dapp: <https://app.bitu.io/>

* Step 1: Connect your wallet and choose BNB chain. Currently, only the BNB chain is supported. Ensure it has balances of the supported collateral assets, such as **BTC** (using BTCB on BNB Chain).

<figure><img src="/files/QQoZJaQrhFCzmz2pbW48" alt="BITU Minting"><figcaption><p>BITU Minting</p></figcaption></figure>

<figure><img src="/files/PzEAaas5hXJ72xIifrfi" alt="Connect your wallet"><figcaption><p>Connect your wallet</p></figcaption></figure>

Connect with MetaMask:

<figure><img src="/files/9CFz9kGc8alxvOMcdRSy" alt="Metamask connection"><figcaption><p>Metamask connection</p></figcaption></figure>

* Step 2: Select the collateral asset and amount to deposit, such as BTC. ([Swap or bridge](https://www.bnbchain.org/en/bnb-chain-bridges) BTC to receive BTCB on the BNB Chain Network)
* Step 3: Input the collateral ratio. Select "Custom" to specify a value or use the default setting, ensuring it meets the minimum requirement for the asset.

  * **Collateral Ratio**: The collateral ratio will change with the real-time price of the collateral asset, allowing users to benefit from price increases.
  * **Mint Fee**: Fees are based on the minted BITU token value and paid by the collateral asset. The fee amount reflects the current collateral market price. The Mint Fee Rate is set to 0.15%.

  See more about Mint Fees in the FAQs below.

<figure><img src="/files/D0C0RyawXybLwmjB1DMU" alt="Approve Your Asset"><figcaption><p>Approve Your Asset</p></figcaption></figure>

* Step 4: After reviewing the amount you intend to deposit, you must approve the spending of the BEP20 token. This verification is required to allow the smart contract to use your $BTCB tokens.

<figure><img src="/files/nzMM6iL8ndxG2zZwmBD8" alt="Approve Transaction" width="375"><figcaption><p>Approve Transaction</p></figcaption></figure>

* Step 5: Click the "Mint" button. This will trigger the selected wallet to pop up. Confirm the action. BitU will then validate the request and submit the transaction to the blockchain. Currently, only whitelisted users can use this feature. Gas fees must be paid with BNB, so please ensure your wallet has sufficient BNB.

<figure><img src="/files/Ln3vX0wS2VTWBeYGgHHz" alt="Mint $BITU"><figcaption><p>Mint $BITU</p></figcaption></figure>

Once the approval and mint transactions are successful, the selected collateral asset (e.g., BTCB) will be automatically swapped for the agreed-on amount of the $BITU stablecoin, and a position will be created. Any existing positions with the same collateral will be updated.

<figure><img src="/files/KjEv6QmpLu0RrfrSq8PZ" alt="BitU Minting"><figcaption><p>Check Your Position after Minting</p></figcaption></figure>

The mint transaction details:

<figure><img src="/files/cfxPbLlh3QtL6Jiap2XH" alt="Check Your Transaction on Blockchain Explorer"><figcaption><p>Check Your Transaction on Blockchain Explorer</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/how-to-mint-usdbitu.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.
