# Minting HODL

### Why should I mint HODL tokens?

As mentioned in [Explaining HODL](/hodl/explaining-hodl.md) , supported cryptocurrencies need to be minted into HODL tokens in order to participate in DeOrderBook's ecosystem.

At launch, DeOrderBook supports `$USDC` and `$wBTC`.

### Are there any fees collected for minting HODL tokens?

No, there are no fees collected for minting HODL tokens. However, users should ensure they have enough `$ETH` in their wallet to cover any transaction costs.

### How do I mint HODL tokens?

NOTE: This guide will assume users are using Metamask and swapping `$USDC` for `$uHODL` tokens.

Minting is done at a 1:1 ratio, so users will receive the exact same number of HODL tokens as the amount of supported currency they have chosen to use.

1. Visit the DeOrderBook website at [www.deorderbook.com](http://www.deorderbook.com) .
2. Connect your supported wallet to the platform. At the time of writing, DeOrderBook supports Metamask and Wallet Connect. For ease of explanation, this tutorial will use Metamask.
3. On the DeOrder page, select an amount of supported cryptocurrency you'd like to use for minting HODL tokens. In the below example, 1000 `$USDC` is being used to mint 1000 `uHODL`.

<figure><img src="/files/Lm9xYMcrdaMrFt0DRRdg" alt=""><figcaption></figcaption></figure>

Press 'Mint uHODL', and approve the transaction on your wallet. Wait for the transaction to go through, but be warned this may take a little while depending on how clogged the network is!

4. A success message will be shown when the minting transaction has succeeded.

<figure><img src="/files/PqvW7uFsokHDpyRTVuCu" alt=""><figcaption></figcaption></figure>

5. Now that uHODL tokens have been minted, users a ready to [place a DeOrder](/deorders/placing-a-deorder.md).


---

# 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.deorderbook.com/hodl/minting-hodl.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.
