> For the complete documentation index, see [llms.txt](https://docs.deorderbook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deorderbook.com/hodl/explaining-hodl.md).

# Explaining HODL

### What are HODL tokens?

Upon entering the world of DeOrderBook, users need to first mint HODL tokens from the supported cryptocurrencies held in their wallet. At launch, DeOrderBook supports `$USDC` and `$wBTC`.\
\
Different cryptocurrencies mint different HODL token types. `$USDC` mints `uHODL` tokens, while `$wBTC` mints `bHODL` tokens.

Think of HODL tokens like tickets you'd get when you enter a carnival. Just as you'd use those tickets to play different games or claim prizes at the end, HODL tokens enable you to get your collateral onto DeOrderBook and start earning!

### What can be done with HODL tokens?

#### Earn Yield

HODL tokens can be directly staked onto the platform for a basic APR, or can be used to place much more lucrative [DeOrders](https://github.com/DeOrderBook/deorderbook-docs/blob/main/hodl/broken-reference/README.md).

#### Earn Rewards

As DeOrders mature, users earn `$DOB`: the platform's native governance token.\
\
[Locking $DOB](/usddob/locking-usddob.md) back onto the protocol generates two types of rewards for users:\
\
\- a proportionate share of the protocol's fees according to its revenue-sharing scheme\
\- a proportion of [BULLET tokens](https://github.com/DeOrderBook/deorderbook-docs/blob/main/hodl/broken-reference/README.md)

Shares of protocol fees are paid out in HODL tokens, which are directly redeemable for cold hard crypto!

#### Redeem

Users can redeem HODL tokens for their related cryptocurrencies. `$USDC` can be redeemed with uHODL tokens, while `$wBTC` can be redeemed with bHODL tokens.\\


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.deorderbook.com/hodl/explaining-hodl.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
