> For the complete documentation index, see [llms.txt](https://docs.replete.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.replete.fi/core-functions/withdraw/how-to-withdraw.md).

# How to withdraw?

To **withdraw** supplied assets the **fastest and easiest** way is to navigate to the **web interface (dApp)**. Select the assets you wish to withdraw, the amount and submit the transaction.

Withdrawing all supplied assets requires a user to settle all their debts and accrued interest. For collateral-enabled assets the withdraw transaction will fail if the Health Factor drops below 1.

{% hint style="warning" %}
If you have active borrow positions, withdrawing can cause your Health Factor to drop.
{% endhint %}

Most withdraw instances on the dApp triggers the Chain Abstracted Liquidity Widget interface, where major protocol features are displayed.

<figure><img src="/files/h92bvoWldVYpCwhtUF9c" alt=""><figcaption><p>Liquidity Widget Repay tab.</p></figcaption></figure>

***

### Connecting wallet and selecting network

To learn how to connect your wallet and selecting a network please either refer to [How to supply?](/core-functions/supply/how-to-supply.md) or [How to borrow?](/core-functions/borrow/how-to-borrow.md)

***

### Select assets to withdraw

Users wishing to withdraw their supplied collateral can do so either through the Liquidity Widget directly or by navigating to the Dashboard. The Dashboard offers an overview of assets supplied, helping users to manage their supplied positions.

<figure><img src="/files/0Eh2gIdxk0pKEdcpdz9W" alt=""><figcaption><p>Example of Dashboard supply section.</p></figcaption></figure>

In order to withdraw, a user can click on the withdraw button on the supply section, this will trigger the Liquidity Widget to the withdraw tab with the assets selected to withdraw.

<figure><img src="/files/KyZps7UrI137yQ93jcqm" alt=""><figcaption><p>Example of Liquidity Widget Withdraw Tab.</p></figcaption></figure>

Enter the amount you wish to withdraw and click withdraw. This will prompt your browser wallet to sign a withdraw permit after which a withdraw transaction can be submitted.

{% hint style="warning" %}
While signing the permit message, do not permit more than you wish to withdraw.
{% endhint %}

After your transaction has reached finality, the dashboard will display the information accordingly.

With collateral-enabled assets, withdrawing can impact your Health Factor. [Opting out](/core-functions/supply/collateral-opt-out.md) of using your supplied assets as collateral is an option if you prefer to keep them separate from your debt positions.

***

### Tool tips & settings

If you are well versed in web3, you can also toggle the settings button to have additional features to write and execute the contracts.

<figure><img src="/files/jGpZX5SAPiGyOSU5BfQM" alt=""><figcaption><p>Settings and tooltips example.</p></figcaption></figure>

Utilize the tooltips to get a better understanding of what they do. Some settings are best left as is, as they can result in the loss of funds if they are not properly used.

***

### Learn more

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Supplying</strong></td><td>Learn more about supplying from any connected chain.</td><td></td><td><a href="/files/3WdrNHdNCEPUhof1rECz">/files/3WdrNHdNCEPUhof1rECz</a></td><td><a href="/pages/FjR6Uc1Bd8QRSluPrLTb">/pages/FjR6Uc1Bd8QRSluPrLTb</a></td></tr><tr><td><strong>Borrowing</strong></td><td>Learn more about borrowing to any connected chain.</td><td></td><td><a href="/files/6bXwEbhcSeuSzr22r64V">/files/6bXwEbhcSeuSzr22r64V</a></td><td><a href="/pages/hdffH1MijvSKXSTmoOaB">/pages/hdffH1MijvSKXSTmoOaB</a></td></tr></tbody></table>


---

# 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.replete.fi/core-functions/withdraw/how-to-withdraw.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.
