# Redemptions

The bonds are fully-redeemable upon maturity. Upon redemption, your bonds are kept as NFTs marked as redeemed. These NFTs will have further utility in the future, for our integration with the metaverse ecosystem and open-world RPG.

## Redeeming endETH

In order to redeem a bond, which has also minted the respective value of endETH against its deposit, you must also hold the amount of endETH for which you will redeem to get back the deposit in the bond NFT. This burns the endETH and gives you back the bond principal deposit.

## Bond Fees

When a user redeems their bond deposit, it will account for any bond fee which was set by the depositor originally during the bonding process. Users will get back their original deposit minus the bond fee.


---

# 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://docs.enderprotocol.io/protocol-concepts/redemptions.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.
