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

# Withdrawing Assets

{% stepper %}
{% step %}

### Initiating a Withdrawal from Your Supplied Assets

Your Udon Finance dashboard clearly displays all your active supply positions, making it easy to manage your funds.

**Locate Your Supplied Assets:** On your dashboard, navigate to the **"Your Supply"** table. This section lists all the assets you have currently supplied to Udon Finance.

![Locate Your Supplied Assets](/files/1d2e38d41222406b5d18651e90ef0eb682963026)

**Select the Asset to Withdraw:**\
Click on the specific asset from which you wish to withdraw funds. This action will typically lead you to a detailed view or trigger a withdrawal pop-up directly.

![Select the Asset to Withdraw](/files/2af2602b7fcc8b030c5d1ea51b7491f60e66698a)
{% endstep %}

{% step %}

### Understanding the Withdrawal Pop-up and Health Factor

Upon selecting an asset, a dedicated pop-up will appear, providing critical information before you proceed.

**Review Withdrawal Details:**\
The **"Withdraw" pop-up** will display important information to help you make an informed decision:

* **Remaining Supply:** The total amount of the asset you currently have supplied.
* **Health Factor (Projected):** Shows how your Health Factor will be impacted after the proposed withdrawal.
* **Withdraw Amount:** The input field where you will specify the quantity of the asset you wish to withdraw.

![Review Withdrawal Details](/files/fe1cdb6056604ad4f7aed8f4e517a4329bff239f)

{% hint style="warning" %}
If the projected **Health Factor drops below 1**, you **will not be able to withdraw** the desired amount. This indicates the withdrawal would put your loan at risk of immediate liquidation. In this case, either reduce the withdrawal amount or repay part of your outstanding loan to increase your Health Factor before proceeding.
{% endhint %}
{% endstep %}

{% step %}

### Executing the Withdrawal Transaction

Once you have reviewed the details and ensured your Health Factor remains healthy, proceed with the transaction.

**Enter Withdrawal Amount & Verify Information:**\
Input the exact amount of the asset you wish to withdraw into the designated field. Double-check all information presented in the pop-up, particularly the projected **Health Factor**, to ensure your position remains safe.

**Click "Withdraw" and Confirm in Wallet:**\
Click the main **"Withdraw"** button within the pop-up. Your connected wallet (e.g., MetaMask) will then display a separate pop-up or notification asking for your transaction confirmation. Review the transaction details and click **"Confirm"**.

![Executing the Withdrawal Transaction](/files/93408492529f59d6a3a0cf8478013d603c523587)
{% endstep %}

{% step %}

### Verifying Your Updated Supply and Wallet Balance

After successful confirmation, your dashboard will automatically update, reflecting the changes in your supplied assets and your wallet balance.

* **Dashboard Update & "Your Supply" Adjustment:** The Udon DApp will refresh to display the updated data. The quantity of the asset you withdrew will be **reduced** in the "Your Supply" table on your dashboard.
* **Check Your Wallet Balance:** The withdrawn amount of the asset will now be **returned to your connected wallet**. Verify this by checking your wallet's balance.

![Verifying Your Updated Supply](/files/818813ce2803089123997067ca42977bbaa58248)
{% endstep %}
{% endstepper %}

Enjoy the gas-free and efficient transactions powered by Chromia.


---

# 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://udonfi-1.gitbook.io/udonfi-docs/user-guide/withdrawing-assets.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.
