# Multi-Token Withdrawals

Theseus operates in accordance with the multi-token withdrawal flow from GMX Market (GM) Pools, where users would receive both USDC and one of the assets that Theseus is currently farming.&#x20;

{% hint style="warning" %}
Web3 wallets cannot simulate transaction outcomes for non-atomic (multi-step) transactions. Do not be alarmed when your wallet cannot predict the outcome of your withdrawal transaction.
{% endhint %}

Withdrawals from Theseus are processed in three steps as follows:

* Mozaic burns the user's MOZ-THE-LP token;
* Mozaic requests that GMX processes a withdrawal against current vault positions in GMX pools.
* GMX processes the withdrawal, and the tokens are credited to the user's wallet.

It is important to note that the actual value of a user's withdrawal will depend on both the price of MOZ-THE-LP at the time of the withdrawal and the performance of the underlying assets in the Theseus Vault.

{% hint style="info" %}
Currently, the GMX withdrawal flow does not support [<mark style="color:yellow;">Zaps</mark>](/vaults/zaps.md). Watch this space for new solutions that Mozaic is developing.  :eyes:
{% endhint %}

<figure><img src="/files/6bAmCfGoZM3Q1ExVMjuj" alt=""><figcaption><p>Mozaic Multi-Token Withdrawal UI </p></figcaption></figure>


---

# 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/vaults/theseus-vault/multi-token-withdrawals.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.
