> 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/using-pooltogether/getting-usdc-on-polygon.md).

# Getting USDC on Polygon

PoolTogether uses USDC as its deposit token. Here are a few different ways to get USDC on Polygon:

### Decentralized Exchanges

If you already have cryptocurrency in your Polygon wallet, you can easily swap any other token for USDC on a Decentralized Exchange. Here is a list of options:

* [Uniswap](https://app.uniswap.org/#/swap?chain=polygon)&#x20;
* [Sushiswap](https://app.sushi.com/trident/swap?tokens=MATIC\&tokens=0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174\&chainId=137)&#x20;
* [Quickswap](https://quickswap.exchange/#/swap)
* [1inch](https://app.1inch.io/#/137/classic/swap/MATIC/USDC)
* [Matcha](https://matcha.xyz/markets/137/0x2791bca1f2de4661ed88a30c99a7a9449aa84174/0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee) (aggregates to find the best price)&#x20;
* [Zapper](https://zapper.fi/token/polygon/0x2791bca1f2de4661ed88a30c99a7a9449aa84174/USDC) (aggregates to find the best price)

<table><thead><tr><th width="150">Ticker</th><th width="150">Chain</th><th width="445.33333333333337">Contract Address</th></tr></thead><tbody><tr><td>USDC</td><td>Polygon</td><td>0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174</td></tr></tbody></table>

### Fiat On-Ramps

A Fiat On-Ramp is a service that allows exchanging fiat currencies (e.g., US dollars, Euros, etc.) for cryptocurrencies. Depending on your country of residence, they offer to purchase crypto directly from your bank account or credit card. Some on-ramps that offer USDC on Polygon are: &#x20;

* [Moonpay](https://www.moonpay.com/buy)
* [Ramp](https://ramp.network/buy/?defaultAsset=USDC)
* [Transak](https://transak.com/)

### Centralized Exchanges&#x20;

{% hint style="info" %}
Centralized Exchanges typically charge higher fees than Decentralized Exchanges but are easier to use for beginners.
{% endhint %}

If you don't own any cryptocurrency yet, you can use a Centralized Exchange to purchase USDC. Centralized Exchanges are custodial trading platforms that match buyers and sellers via an order book.&#x20;

The following Exchanges allow direct USDC withdrawals to the Polygon network:

* [Binance](https://www.binance.com/e)
* [Crypto.com](https://crypto.com/)


---

# 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:

```
GET https://docs.pooltogether.com/pooltogether/using-pooltogether/getting-usdc-on-polygon.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.
