# Mint, Burn, and Claim

{% hint style="danger" %}
This version of Horizon Academy has been deprecated! To find the latest version, please visit: [English V2](https://academy.horizonprotocol.com/)
{% endhint %}

Staking on Horizon Genesis is very simple and consists of 3 actions: Mint, Burn, and Claim.

## Mint

Mint is when you create, or borrow, zUSD, a zAsset stable coin tied to the value of the US Dollar, by staking HZN as collateral. zUSD can be used to trade for other zAssets in Horizon Exchange. (Note that zUSD is pronounced zee-USD.)

![Horizon Genesis - Mint Page](/files/RY7N3xBYMpE0tpxp1T0Z)

Minting zUSD by staking HZN is similar to the concept of taking a mortgage out on your home. For example, if you own a home, you can use the home as collateral and take out money from the bank. At this point, the bank owns part of your home. To fully own your home again, you would need to pay back the money to the bank. The minting and burning mechanism in Horizon is used for this. Minting is putting down HZN as collateral to “borrow” zUSD. You then need to burn, or “return”, the zUSD to get access to your HZN again. Therefore, the zUSD is always borrowed money, also known as debt.

## Burn

Burn is when you return, or pay back, some of the borrowed zUSD during minting to balance out your C-ratio.

![Horizon Genesis - Burn Page](/files/XuLwdBSVRlseQXOphRvK)

## Claim

Finally, Claim is when you claim your rewards for providing collateral to the protocol, which are distributed weekly.

![Horizon Genesis - Claim Page](/files/1NOe1c6NoZ5oeRV7E0Dh)

Note that all Staking Rewards (in HZN) from your claimed rewards are locked for one year from the date that the rewards are claimed.


---

# 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://academy.horizonprotocol.com/english/horizon-genesis/staking-on-horizon-genesis/mint-burn-and-claim.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.
