> For the complete documentation index, see [llms.txt](https://gmd-protocol.gitbook.io/gnd-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gmd-protocol.gitbook.io/gnd-protocol/geth/minting-and-redeeming.md).

# Minting and Redeeming

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

### gETH will support the following tokens as collaterals: <a href="#id-2e74" id="id-2e74"></a>

* wstETH
* rETH
* gmdETH
* sfrxETH
* WETH and ETH
* and more potential LSDs can be considered as we continue to expand gETH

gETH can be minted and redeemed into and out of any of the afore-mentioned underlying collateral backing it.

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

### Minting and Redeeming Fees <a href="#ffcb" id="ffcb"></a>

* Minting and redeeming incurs a dynamic fee ranging from 0 to 35 bps (0–0.35%) depending on the target weight vs current weight of the collateral.
* The dynamic fees will come into play to make sure the collateral ratio is correctly weighted according to their market cap and prevalence. If a collateral is too heavily weighted, the minting fees will be higher than those of under-weighted collaterals, and vice-versa.

<br>


---

# 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://gmd-protocol.gitbook.io/gnd-protocol/geth/minting-and-redeeming.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.
