# Withdraw assets

To withdraw an asset, navigate to the **Dashboard** and select the asset you wish to withdraw.

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

This will initiate the **asset details** screen, then click "Withdraw."

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

Select the desired amount and submit the transaction.

Be sure there is enough (unborrowed) liquidity in the protocol in order to withdraw. Should this not be the case, you would need to wait for more liquidity to be provided by depositors, or from borrowers repaying their loans for you to be able to withdraw the initial desired amount.

You can withdraw your collateral-enabled assets, as long as:

1. Those funds are not actively being used to borrow against.
2. The withdrawal would not cause a liquidation on your loans.


---

# Agent Instructions: 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.radiant.capital/radiant/project-info/markets/deposit/deposit-1.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.
