> For the complete documentation index, see [llms.txt](https://legacy-docs.polymarket.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.polymarket.com/getting-started/depositing-usdc/from-an-exchange/coinbase.md).

# Coinbase

{% hint style="info" %}
Coinbase has temporarily put a hold on deposits over the Polygon network. View the [Other Exchanges](/getting-started/depositing-usdc/from-an-exchange/manual-deposits.md) tutorial to learn how to deposit funds.&#x20;
{% endhint %}

## Visual Guide

1\) Sign up for [Coinbase](https://www.coinbase.com/) using their app or website

2\) Add a payment method to your account and send money or send crypto to your wallet address. [Learn more](https://help.coinbase.com/en/coinbase/getting-started)

3\) Trade your money or crypto for USDC. [Learn more](https://help.coinbase.com/en/coinbase/trading-and-funding/buying-selling-or-converting-crypto/how-do-i-buy-digital-currency)

4\)  Log in to Polymarket and click `Deposit` on the top of the page

5\) Select `Exchange/Other` > `Polygon` and copy your address

![](/files/LIF7Q9jhyuY7Ae4XXSRo)

5\) Open Coinbase and select `Send`&#x20;

![](/files/iK7of3pxwmqAHu1q8OAn)

6\) Select USDC, enter the amount of USDC you want to send, and paste the address that you copied from Polymarket

![](/files/C7x2rWbUL2ZveykNJqZv)

7\) Switch your network from Ethereum to Polygon

{% hint style="info" %}
Sending USDC over the wrong network could mean losing your funds. Be sure to choose the Polygon network. When in doubt, send a small amount first.&#x20;
{% endhint %}

![](/files/1qGjJwzNFN73H3L6SNJu)

8\) Click `Send Now`. You will receive your funds in a few minutes!


---

# 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://legacy-docs.polymarket.com/getting-started/depositing-usdc/from-an-exchange/coinbase.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.
