> For the complete documentation index, see [llms.txt](https://docs.bouncebit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bouncebit.io/user-guides/cedefi-v3/how-to-withdraw-redeem-your-lct.md).

# How to Withdraw/Redeem Your LCT

Requested tokens will be available to claim after 1 day. Pending withdrawals cannot exceed 10 at one time.

This guide will walk you through on how to withdraw and redeem your assets on BounceBit.

**Disclaimer**: This guide assumes you have BBTC or BBUSD on BNB Smart Chain or Ethereum Network and want to redeem it for BTCB/WBTC/FDUSD/USDT. If you haven't yet, please follow this guide:

{% content-ref url="/pages/7Fuc5pycSsOIvE31NZSm" %}
[Bridging](/user-guides/bridging.md)
{% endcontent-ref %}

First of all you need to decide on which chain you choose to redeem on. Redemption is only available on either BNB Smart Chain or Ethereum. n:

1. Navigate to [portal.bouncebit.io/convert/wrapper](https://portal.bouncebit.io/convert/wrapper) and click on the "Unwrapper" tab.&#x20;

<figure><img src="/files/rOwljB6Qy5WKb93cGoKY" alt="" width="375"><figcaption></figcaption></figure>

1. Specify the amount you want to redeem

<figure><img src="/files/j1sHONZ27DHQo2JdGaFZ" alt="" width="375"><figcaption></figcaption></figure>

1. Click on "Request Withdrawal" and confirm the transaction in your wallet
2. Congratulations you have successfully initiated withdrawal! The assets will be claimable within 1 day.
3. To claim click on "Claim" in the "Claim" tab.


---

# 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.bouncebit.io/user-guides/cedefi-v3/how-to-withdraw-redeem-your-lct.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.
