# Withdraw

<figure><img src="/files/3dgLV0wu42s4UNWNXPFy" alt=""><figcaption></figcaption></figure>

**XOXNO Lending and Borrowing** lets users withdraw their deposited tokens (including any earned interest) whenever there’s enough available liquidity in the system. However, the amount you can withdraw depends on two main factors:

1. **Available Liquidity**: There must be enough unused tokens in the reserve to cover your withdrawal.
2. **Collateral Balance**: If you’ve borrowed assets, your collateral must remain strong enough to support your borrow position. This means you need to maintain a healthy **collateralisation ratio** (the value of your collateral compared to your borrowed assets).

If you’ve borrowed tokens, withdrawing your collateral can increase the risk of **liquidation**. Liquidation happens if your **health factor** (a measure of the safety of your collateral) drops too low. To avoid this, make sure your account stays above the **liquidation threshold** (the point where the platform may sell off your collateral to cover your debt).

Careful management of your borrowing and withdrawals is key to avoiding liquidation and staying safe while using XOXNO. Always monitor your collateral and health factor to ensure you remain within safe limits.


---

# 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.xoxno.com/xoxno-ecosystem/lend-and-borrow/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.
