> For the complete documentation index, see [llms.txt](https://docs.mangata.finance/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mangata.finance/welcome/guides/trading/withdraw-tokens-from-mangata-x.md).

# Withdraw Tokens from Mangata X

{% hint style="danger" %}
**NEVER** withdraw assets directly from Mangata X to centralized exchanges. You need to transfer your assets to corresponding network first (for example Kusama Network for KSM) in order to transfer funds to centralized exchanges.&#x20;
{% endhint %}

1. **`Withdraw`** function allows you to bridge tokens to other parachains from Mangata X.

<figure><img src="/files/nlYj6Ud299P7viuRJFfi" alt=""><figcaption></figcaption></figure>

2. Click select chain to see which destination chains are available to withdraw from Mangata X.

<figure><img src="/files/uAwpWFfsk9R3UXaWyEFI" alt="" width="393"><figcaption></figcaption></figure>

3. Select the token you want to withdraw from Mangata X.

<figure><img src="/files/rBtIzu6jCFUwqoo1RR2a" alt="" width="398"><figcaption></figcaption></figure>

4. Click withdraw. After you sign the transaction, your balance should appear on the corresponding chain.

<figure><img src="/files/qPsyuFZ6Xx3y3p7tAMWa" alt="" width="397"><figcaption></figcaption></figure>

{% hint style="info" %}
If you cannot see your token balances on the UI, please make sure that:

* The account you are connected to the App is the same account with balance.
* Disabled ad-block, as it is reported to cause errors in some cases
* You have updated the metadata on your wallet.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mangata.finance/welcome/guides/trading/withdraw-tokens-from-mangata-x.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
