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