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

# Tokens

**Native tokens**:

**HAUST** is a native token of Haust Network, allowing for compatibility with other ERC-20 tokens. It is operated by Haust Labs.

**hTokens**:

**hUSDT** is a USDT token minted in Haust Network after depositing USDT through Haustoria. The yield generated in different staking protocols will increase the USD value of hUSDT.

**hUSDC** is a USDC token minted in Haust Network after depositing USDC through Haustoria. The yield generated in different staking protocols will increase the USD value of hUSDC.

**hWETH** is a WETH token minted in Haust Network after depositing ETH or wETH through Haustoria. The yield generated in different staking protocols will increase the USD value of hWETH.

**hWBTC** is a WBTC token minted in Haust Network after depositing BTC or WBTC through Haustoria. The yield generated in different staking protocols will increase the USD value of hWBTC.

**Wrapped tokens**:

**USDT** (Tether) is a stablecoin pegged to the value of the United States Dollar. It is offered, issued and backed by the centralized entity Tether.

**USDC** (USD Coin) is a digital stablecoin pegged to the United States Dollar. USD Coin is managed by Circle.

**WETH** is a wrapped version of ETH, ERC-20 token on the Ethereum blockchain that is pegged to Ethereum(ETH). WETH is backed one-to-one with Ethereum.

**WBTC** is a wrapped version of BTC, ERC-20 token on the Ethereum blockchain that is pegged to Bitcoin (BTC). WBTC is backed one-to-one with Bitcoin.


---

# 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.haust.network/haust-ecosystem/haust-network/tokens.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.
