> For the complete documentation index, see [llms.txt](https://docs.dolomite.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dolomite.io/guide/withdrawing-from-dolomite.md).

# Withdrawing from Dolomite

Follow the steps below to withdraw your assets from Dolomite:

### Step 1 : Accessing the Balance Page

You can directly access the Balances page using this [link](https://app.dolomite.io/balances). Alternatively, you can always reach the Balances page by clicking the "Balances" tab located on the navbar at the top left of the web app.

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

### Step 2: Choose the Asset to Withdraw

To select your preferred asset for deposit, locate the minus icon *(i.e* ⊖*)*, to the right of your desired asset and the **In Wallet** column.&#x20;

<figure><img src="/files/6omWLWOHfTCDFeaKi9aP" alt=""><figcaption></figcaption></figure>

### Step 4: Enter Withdrawal Amount and Initiate Withdraw

Enter the desired withdrawal amount or click the "max" button to withdraw the full balance of the asset in your Dolomite Balance. After specifying the amount, initiate the withdrawal by clicking the "Withdraw" button.

{% hint style="info" %}
Ensure that you have enough ETH in your wallet to cover the gas fee to complete withdrawal
{% endhint %}

### Step 5: Complete Withdrawal

Confirm the transaction within your connected wallet (MetaMask, WalletConnect, etc.) to complete the transaction.

{% hint style="warning" %}
If the full supply on Dolomite of an asset you are looking to withdraw is actively being lent out, you won't be able to withdraw. However you still have a couple of options. You can wait, and considering the APR will be 100% for the asset it's very likely that new depositors will come in soon to add more liquidity for that asset. Alternatively can use that asset as collateral to borrow another asset, which you can then withdraw. You'll continue to earn 100% APR on your collateral until depositors add more of that asset.
{% 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.dolomite.io/guide/withdrawing-from-dolomite.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.
