# Fund Your Wallet

If you already have USDC in your Web3 wallet, feel free to skip to the next step on [<mark style="color:green;">**Buying Player Tokens**</mark><mark style="color:green;">.</mark>](/getting-started/buying-player-tokens.md) If not, follow on!

## Buying USDC on Transak

Coming soon...

## **Buying USDC on an Exchange**

If you have USDC on a Cryptocurrency Exchange such as Binance or Coinbase, or would prefer to buy USDC directly from there, sending those tokens to your ScoutX wallet is extremely simple.

Most crypto exchanges will have an option to purchase crypto through debit/credit cards, bank transfer, or intermediary custodian services (i.e. Paxos). In either scenario, you may be asked to either deposit currency in or buy the cryptocurrency directly. If you deposit, you will have to navigate to the exchange pair that allows you to buy USDC. If you buy directly, ensure you are buying USDC.

Once bought, navigate to your wallet so you can withdraw the USDC to an external wallet. For the wallet address, ensure to enter either your Web3 Polygon wallet or the address we provide for you:

{% hint style="danger" %}
Some exchanges do not support Polygon withdrawals, refer to the table below to see how you can get funds from some popular exchanges into your wallet for ScoutX.
{% endhint %}

<table><thead><tr><th>Exchange Name</th><th data-type="checkbox">Supports USDC Trading</th><th data-type="checkbox">Supports Polygon Withdrawals</th></tr></thead><tbody><tr><td>Binance</td><td>true</td><td>true</td></tr><tr><td>Coinbase</td><td>true</td><td>false</td></tr><tr><td>FTX</td><td>true</td><td>true</td></tr><tr><td>KuCoin</td><td>true</td><td>true</td></tr><tr><td>Gemini</td><td>true</td><td>false</td></tr><tr><td>Huobi</td><td>true</td><td>false</td></tr><tr><td>Gate.io</td><td>false</td><td>false</td></tr><tr><td>Crypto.com</td><td>true</td><td>true</td></tr></tbody></table>

If your exchange does not support Polygon withdrawals. You can withdraw the USDC via the Ethereum network (ERC20) to your external Web3 Wallet. Once done, visit this guide to learn how to [**bridge your USDC from ERC20 to Polygon**](https://consensys.net/blog/metamask/how-to-bridge-tokens-from-ethereum-to-polygon-with-metamask/)**.**&#x20;

{% hint style="info" %}
Note that this method of transfer via ERC20 and bridge will incur transaction fees in the ERC20 network.
{% 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://litepaper.scoutx.io/getting-started/fund-your-wallet.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.
