> For the complete documentation index, see [llms.txt](https://docs.yei.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yei.finance/products/yeilend/withdraw.md).

# Withdraw

Follow these steps to smoothly process your fund withdrawals:

1. **Access the Dashboard** as above.
2. **Select the Asset:View “Your Supplies”, and choose the asset you wish to Withdraw,** and click “**Withdraw**”.
3. **Specify the Amount:** You can enter the amount manually or use the max option to select the amount you wish to withdraw.

   <figure><img src="/files/GlRhHTeccytegcipzrXa" alt=""><figcaption></figcaption></figure>
4. **Review Terms:** Before finalizing, review the Remaining supply, Gas Fee, and Health Factor associated with the asset.

   <figure><img src="/files/ZMX231OtuTBr2RqE6oRp" alt=""><figcaption></figcaption></figure>
5. **Confirm Transaction:** Click the "Withdraw Asset" button to complete the supply process.

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

**Note:** Be mindful that withdrawals can impact your Health Factor and might increase the risk of liquidation.

#### **Liquidity Considerations**

Ensure there is sufficient liquidity within Yei Finance that isn't currently being borrowed. If liquidity is insufficient, you may have to wait until more funds become available or until other borrowers repay their loans.

#### **Potential Risks**

In extreme market conditions, such as when the pool's utilization hits 100%, you may find yourself unable to withdraw your deposits immediately.


---

# 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.yei.finance/products/yeilend/withdraw.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.
