> For the complete documentation index, see [llms.txt](https://docs.level.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.level.finance/level-dao/redemption-process.md).

# Redemption Process

This redemption mechanism was implemented in [LIP-003: Governance Redemption Pool](https://dao.level.finance/proposals/0x2c567a1927a82b0c54c4b3df144eaf449f2e75bb8cd98130f4677dc35d4c3e0c) after the DAO voted in favour. This allows all LGO holders to claim Liquid Treasury assets, made up of LLP token (BTC, ETH, USDT) and LVL/USDT LP tokens. Using this redemption mechanism, LGO holders can surrender their LGO tokens against their pro-rata ownership of the Treasury Liquid Assets. LVL tokens held in the Treasury Reserve are excluded from the Liquid Assets.

A 2-day redemption window will be available on the last Monday of the month for LGO holders to redeem their LGO tokens for the Treasury Liquid Assets. Once redeemed the LGO tokens are burned.

{% hint style="info" %}
**After** redemption epoch time ended, assets will be **claimable after 24 hours**, and user have to claim on all chains which have treasury liquid assets.&#x20;
{% endhint %}

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

{% hint style="info" %}
Redeem your LGO in our [LGO Redemption Tutorial](/tutorials/dao-tutorials/lgo-redemption.md)
{% endhint %}


---

# 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.level.finance/level-dao/redemption-process.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.
