> For the complete documentation index, see [llms.txt](https://docs.metopia.app/metopia.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metopia.app/metopia.app/withdraw-funds.md).

# Withdraw Funds

1\) The withdrawal of funds is accessible through **Account "Overview"** or by **clicking on "Withdraw" section** of the Dashboard menu. Here is an example how to navigate yourself:

Withdraw button in the Account "Overview":

<figure><img src="/files/0kX4PCHdGlyGUAR2dJTU" alt=""><figcaption></figcaption></figure>

"Withdraw" section in the Dashboard Menu:

<figure><img src="/files/7G1JPCoZIuo1zzqWbFpn" alt=""><figcaption></figcaption></figure>

2\) **Select the Balance** you wish to withdraw from and **enter the amount** of funds. If you have set up a wallet address in the "Wallets" section prior to the withdraw, your external wallet address will appear automatically. The wallet address can also be entered manually.

**Click "Withdraw"** to receive the selected amount of funds in your external wallet.

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

The status of your withdrawal can be found in "History" section of the Dashboard Menu. You can keep track of the transaction on a blockchain explorer by clicking on transaction ID.

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


---

# 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.metopia.app/metopia.app/withdraw-funds.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.
