# Withdraw

Users can withdraw their deposit **anytime** by burning their LP tokens which they obtained on deposit. In case the LP tokens are staked, they will first need to be **unstaked** before they can be withdrawn.

To prevent arbitrage, a small fee is charged on withdrawing from tokens whose **liquidity ratio < 1.** An additional fee is also charged when the NLR (Net Liquidity Ratio) < 1. This is done to prevent the protocol from becoming insolvent.

To circumvent this, users are allowed to withdraw in other tokens whose **liquidity ratio > 1**, thus eliminating the withdrawal fees. Detailed explanation in [Withdrawal Fees](/mantis-scroll/fees/withdrawal-fees.md)


---

# 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.mantissa.finance/functionality/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.
