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

# iSEI Redemption Guide

## Why redeem iSEI?

> Silo is winding down. All users must withdraw their funds and unbond their iSEI before **December 31, 2025**.&#x20;

This statement comes directly from Silo’s official announcement.

For full details, please refer to their official post:\
[**https://x.com/Silo\_Stake/status/1988340968131588266**](https://x.com/Silo_Stake/status/1988340968131588266)

***

## How to redeem?

This guide explains how to redeem iSEI back to SEI. There are two available methods.

<details>

<summary><strong>Method 1: YeiSwap</strong><br><sub><strong>Swap on a DEX (fastest, depends on liquidity)</strong></sub></summary>

{% hint style="info" %}
Make sure to have Sei token in your wallet to pay for the transaction.
{% endhint %}

Visit [YeiSwap](https://swap.yei.finance/) to convert assets into SEI directly on Sei.

* Go to [YeiSwap](https://swap.yei.finance/).
* Connect your wallet.
* Select iSEI → SEI.

<figure><img src="/files/LEjoALnZ9LK9dM8iHSFL" alt="" width="563"><figcaption></figcaption></figure>

* Review the rate and confirm the swap.
* Verify the SEI amount in your wallet.

</details>

<details>

<summary><strong>Method 2: Silo</strong><br><sub><strong>Unbond and redeem on Silo (official method, 21 day unbonding period)</strong></sub></summary>

{% hint style="info" %}
Make sure to have Sei token in your wallet to pay for the transaction.
{% endhint %}

If swapping is not possible, or if the swap price impact is too large, you can redeem iSEI through Silo’s native unbonding process.

Submit withdrawal request and redeem on Silo.

* Visit the [Silo interface](https://app.silostaking.io/withdraw).
* Connect your wallet holding iSEI.
* Request the amount of iSEI you wish to unbond.

<figure><img src="/files/2DD4Hd6pVvbHCvNyDLJR" alt="" width="563"><figcaption></figcaption></figure>

* Confirm the redemption.
* Your SEI will unlock after the 21 day unbonding period.
* Claim once the waiting period ends.

</details>

***

## Frequently Asked Questions

### Q: What is iSEI?

A: iSEI is a liquid staking token issued by Silo. It represents staked SEI.

### Q: Why do I need to redeem iSEI?

A: Silo is winding down. According to Silo’s official website, users must withdraw and unbond their iSEI before **December 31, 2025**.

### Q: What happens if I do nothing?

A: After the deadline, Silo’s interface may no longer support redemptions. Additionally, **Yei will delist iSEI soon**.

If you do not withdraw your iSEI, your position may be **subject to forced closure after the notice period**.\
We will announce the detailed timeline on our official X account: [**https://x.com/YeiFinance**](https://x.com/YeiFinance)

### Q: Does Yei control the 21-day wait?

A: No. The unbonding period is set by Silo’s protocol.

### Q: Can I speed up unbonding?

A: No. The 21-day period cannot be shortened. Any service or person claiming they can speed it up is likely a **scam**.

***

### Notes

* The 21-day wait is part of Silo’s protocol design.
* Check YeiSwap first to see if a direct swap is possible.
* Only use official links.


---

# 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.yei.finance/guides/asset-guides/asset-guide-isei/isei-redemption-guide.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.
