# Withdraw

To withdraw funds from your Polymarket account:

1. Go to your [Portfolio](https://polymarket.com/portfolio).
2. Click **Withdraw**.
3. Enter the **recipient address**.
4. Select the **token**, **amount**, and **network (chain)**.
5. Click **Withdraw** to confirm the transaction.

After the withdrawal is processed, your funds will be sent to the specified address.

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

{% hint style="danger" %}
Always verify the **recipient address**, **network**, and **token** before confirming. Withdrawals sent to the wrong address or chain **cannot be recovered**.
{% 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://polymarketguide.gitbook.io/polymarketguide/basics/funding/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.
