# Withdraw

## How to Withdraw (Step-by-Step)

1. Open the PolyCop bot and tap **Wallet** from the main menu.
2. Select **Withdraw USDC**, **Withdraw USDC.E**, or **Withdraw USDT** depending on which token you want to withdraw.
3. Enter your personal **Polygon** wallet address and the amount you wish to transfer out.
4. Confirm the transaction.

{% hint style="info" %}
Withdrawals use Polymarket's official system — **no gas fees required**. You do not need to hold POL.
{% endhint %}

## Supported Withdrawal Tokens

| **Token** | **Network** |
| --------- | ----------- |
| USDC      | Polygon     |
| USDC.E    | Polygon     |
| USDT      | Polygon     |

## Withdraw to Polymarket Directly

If you prefer to manage withdrawals directly on the Polymarket website, you can import your PolyCop wallet into MetaMask and connect it to Polymarket:

1. In the bot, go to **Wallet** → tap **Export Keys** to get your private key.
2. Import the private key into **MetaMask**
3. Go to [Polymarket.com](https://polymarket.com/), log in with MetaMask using the imported account.
4. Use Polymarket's native interface to withdraw or manage your funds.

<figure><img src="/files/b9FhtZ4RZjmtKcv43wCS" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
See the [Wallet](/getting-started/wallet-setup.md#login-to-polymarket-with-your-polycop-wallet) page for detailed step-by-step instructions on importing to MetaMask and connecting to Polymarket.
{% 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.polycop.ai/getting-started/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.
