> For the complete documentation index, see [llms.txt](https://docs.bsc.lista.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsc.lista.org/user-guide/collateral-debt-position/withdraw-collateral.md).

# Withdraw collateral

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F60fXF9rALi6luWHVkkGg%2Fuploads%2Fub8H8qdawlnDA1QRNa7y%2FWithdraw%20Collateral.mp4?alt=media&token=c25d60e7-3e67-4f98-8805-310e25e43b58>" %}

{% hint style="info" %}
**Longer vs instant withdrawal**

Before withdrawing, please ensure your outstanding loan is repaid to avoid liquidation of your collateral.

\
**BNB**

BNB takes 7–15 days to be withdrawn, while withdrawing BNB LSTs (Eg. slisBNB) is immediate.

slisBNB is the interest-bearing BNB staking asset and allows you either exchange it for BNB on major DEXs or hold and keep getting BNB Staking rewards that accumulate in slisBNB over time. The longer you hold, the more BNB you'll get when exchanging BNB LSTs to BNB.

The minimum amount to withdraw is 0.1 BNB.
{% endhint %}

To withdraw your collateral:

1. Head over to your Lista DAO CDP dashboard [here](https://lista.org/cdp/dashboard?utm_source=gitbook\&utm_medium=article\&utm_campaign=withdraw-collateral).

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

2. Select which collateral type you would like to withdraw, and click "Withdraw".
3. Input the amount of collateral you would like to withdraw, and click "Withdraw".

<figure><img src="/files/9KEM67YYMNJMfIXamyAS" alt=""><figcaption></figcaption></figure>

4. Confirm the transaction in MetaMask and you are done.

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


---

# 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.bsc.lista.org/user-guide/collateral-debt-position/withdraw-collateral.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.
