# Withdraw

## **Withdrawing Liquidity**

Depositors can reclaim their supplied tokens—including any accrued interest—provided there is sufficient unborrowed liquidity in the underlying asset pool. The withdrawal amount depends on both the availability of the base tokens and the depositor’s active borrow status. When using periphery contracts, users can withdraw in alternative assets directly, bypassing the need for manual conversions. This streamlined approach offers flexibility for reorganizing a portfolio without excess overhead.

## **Collateral Considerations**

If a borrower chooses to withdraw while holding a debt position, it’s crucial to maintain a healthy collateral ratio. Reducing one’s supply of collateral can lower the level of overcollateralization and edge the account closer to liquidation. To avoid forced liquidations, users should ensure that the remaining collateral remains above the protocol-defined threshold once the withdrawal is complete. Maintaining this buffer helps preserve market stability, minimizing the risk of liquidation and protecting both the borrower and the system at large.


---

# 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.more.markets/more-markets/editor/interactive-blocks-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.
