> For the complete documentation index, see [llms.txt](https://docs.pooltogether.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pooltogether.com/pooltogether/guides/withdrawing-usdc-from-binance.md).

# Withdrawing USDC from Binance

Binance is a Centralized Exchange (CEX) where you can buy tokens using multiple fiat currencies in various payment methods. To purchase cryptocurrencies on Binance, you must first complete their Identity Verification and 2 Factor Authentification process.&#x20;

### Withdraw USDC to Polygon

**Step 1**: On the [Binance](https://www.binance.com/) home page, navigate to **Wallet** -> **Overview**&#x20;

**Step 2**: Click [**Withdraw**](https://www.binance.com/en/my/wallet/account/main/withdrawal/crypto/USDC) on the top lef&#x74;**.**&#x20;

**Step 3**: Fill in the information as stated below.

{% hint style="danger" %}
If you input the wrong information or select the wrong network when making a transfer, your assets will be permanently lost. Please, make sure that the data is correct before making a transfer.
{% endhint %}

**Select coin:** Select USDC

**Send to**: Paste your Polygon wallet address into the Address field and select **`MATIC`**` ``Polygon` as Network

**Withdraw Amount**: Enter the withdrawal amount. You will be able to see the corresponding transaction fee and the final amount you receive.&#x20;

![](/files/aEcynJVHz8bVqMemwDOD)

**Step 4**: Click **Withdraw** to proceed.

**Step 5**: You need to verify the transaction. Please follow the on-screen instructions.

{% hint style="info" %}
**NOTE**: Binance will deduct a fee for the withdrawal.
{% endhint %}

Done! You have now withdrawn $USDC from Binance to Metamask. Your assets will arrive in your wallet shortly, ready for [use in the PoolTogether App](/pooltogether/using-pooltogether.md).


---

# 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.pooltogether.com/pooltogether/guides/withdrawing-usdc-from-binance.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.
