> For the complete documentation index, see [llms.txt](https://docs.3adao.org/3a-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3adao.org/3a-protocol/protocol-documentation/lending/redemptions.md).

# Redemptions

Redemption is an action of depositing EURO3 into the Vaults of other users and withdrawing the equivalent value of collateral, minus the **redemption fee**. When EURO3 is redeemed for collateral assets, the system cancels the EURO3 debt from Vaults, and the collateral asset is drawn from their collateral.

{% hint style="info" %}
Redemption fees are sent to the vault owner&#x20;
{% endhint %}

The value of the redeemed assets is always offset by the value of the repaid EURO3 loan ***plus the redemption fees***.  Specifically, the redeemer will have to pay back to the vault owner the value of the redeemed collateral plus the redemption fee, which at launch is set at 1%.&#x20;

{% hint style="warning" %}
Redemptions don't cause financial loss to the redeemed vaults!
{% endhint %}

For most assets, the redemption fee is higher than the borrowing fee making it profitable for the vault owner to reverse the redemptions by borrowing EURO3 and buying back the collateral at no additional cost. At the same time, the borrowing fee will be paid back to the cashback pool.

{% hint style="success" %}
***Example:*** *100 EUR worth of ETH is redeemed from a vault. The redemption fee is 1%, which converts into 1 EURO3. The redeemer pays back 100 EURO3 into the vault and receives 99 EUR worth of ETH. The vault owner borrows 100 EURO3, pays 0.5% issuance fee or 0.5 EURO3 and buys back 99.5 EUR worth of ETH. They now have 100.5 worth of ETH and a loan of 100 EURO3*
{% endhint %}

**The Vaults cannot be redeemed if the** [**Health Factor**](/3a-protocol/whitelisting-criteria/risk-sensitive-parameters.md) **of the Vault is higher than minHF which is algorithmically determined by the protocol as a function of EURO3 price.**&#x20;

**Redemption fees** are paid in EURO3 and set by the DAO governance between 0.5% and 5%.&#x20;


---

# 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:

```
GET https://docs.3adao.org/3a-protocol/protocol-documentation/lending/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.
