> 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/using-coinbase-pay.md).

# Using Coinbase Pay

Coinbase Pay is a payment service that allows you to buy or transfer $ETH and $USDC directly from your self-custody wallet.&#x20;

#### Supported Networks

Coinbase Pay is currently supported on Ethereum, Polygon & Avalanche.

#### Permissions

By linking your Coinbase.com account to your wallet, you’re granting it permission to:

* Send crypto from your Coinbase.com account
* Buy crypto using your payment details
* Access your account information

{% hint style="info" %}
Note: PoolTogether or your wallet will not be able to move funds without your permission.
{% endhint %}

### Buying USDC or ETH via Coinbase Pay

1. Select “[Get Tokens](https://app.pooltogether.com/deposit)” in the bottom middle of the app
2. Select “Buy with Coinbase Pay”
3. Sign in to your Coinbase account and complete the 2-step verification
4. To give your wallet permission to access your Coinbase account, select “Allow”
5. Choose the asset and enter the amount you want to purchase
6. Select a payment method from your Coinbase account
7. Click on “Preview Buy”, review the details and click “Confirm” to complete

The asset should arrive in your wallet shortly, ready to be deposited!

#### Need more help?

Please check the [Coinbase Help Center article on Coinbase Pay](https://help.coinbase.com/en/coinbase/trading-and-funding/coinbase-pay/using-coinbase-pay).<br>


---

# 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/using-coinbase-pay.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.
