> For the complete documentation index, see [llms.txt](https://docs.creek.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creek.finance/mainnet-user-guide/how-to-stake-and-reddem.md).

# How to stake and reddem

### How to stake

1. Go to the Stake page

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

2. Enter the amount of XAUm you want to stake. Each 1 XAUm mints 100 GR + 100 GY.

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

3. Done!&#x20;

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

Review the output:

* **GR Minted**: Stable value tokens (used as collateral for GUSD)
* **GY Minted**: Volatility tokens (10x–30x leveraged gold exposure, no liquidation)
* **Revenue Share**: 35% of protocol revenue distributed to GR holders, 35% to GY holders *\[screenshot]*

Approve and confirm. GR and GY will appear in your wallet immediately. No lock-up period.

### How to Redeeming GR + GY back to XAUm

On the Stake page, select the **Redeem** tab.&#x20;

1. Enter equal amounts of GR and GY (100 GR + 100 GY = 1 XAUm).&#x20;

<figure><img src="/files/44HgqPMo2eDASUzv8FZ0" alt=""><figcaption></figcaption></figure>

2. Done!

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

Review the output:

* **XAUm Received**: Amount of XAUm to be returned
* **Redemption Fee**: Currently 0% (governance can adjust up to 1%) *\[screenshot]*

Approve and confirm. XAUm is sent to your wallet immediately.


---

# 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.creek.finance/mainnet-user-guide/how-to-stake-and-reddem.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.
