# Withdraw

If a user initiates the withdrawal process, they will lose access to any xMOZ utility and voting power.

### Withdraw <a href="#overview" id="overview"></a>

xMOZ must be 'withdrawn' to redeem equivalent MOZ.&#x20;

A user has three options to withdraw:

* Minimum withdrawal period of 15 days incurs a 50% withdrawal penalty
* Median withdrawal period of 30 days incurs a 25% withdrawal penalty
* Maximum withdrawal period of 45 days incurs a 0% withdrawal penalty

{% hint style="success" %}
Only the MAXIMUM withdrawal option will return xMOZ to MOZ at a 1:1 ratio.&#x20;
{% endhint %}

Any excess MOZ (from the minimum or median withdrawal period) is redirected to the DAO Treasury.&#x20;

Ratios calculated only after the FULL TIME has elapsed.&#x20;

Withdrawal process can be cancelled at any time without any penalty.&#x20;

{% hint style="danger" %}
SCENARIO A: If a user has 100 xMOZ and selects the minimum withdrawal duration of 15 days, after the time has expired they will be able to REDEEM 50 MOZ. The remaining 50 MOZ is sent to the DAO Treasury.
{% endhint %}


---

# 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.mozaic.finance/token/xmoz/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.
