> For the complete documentation index, see [llms.txt](https://docs.botto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botto.com/overview/quickstart/getting-some-ether-eth/coinbase.md).

# Coinbase

One way to get Ether is to create an account on Coinbase and deposit regular fiat currency (like dollars or euros) into your Coinbase account. Then, you'll be able to convert that fiat into Ether, which you can then transfer to your Ethereum wallet.&#x20;

**Create a Coinbase account**&#x20;

Visit Coinbase’s official guide on [how to set up your account](https://help.coinbase.com/en/coinbase/getting-started/getting-started-with-coinbase/create-a-coinbase-account). Make sure Coinbase services are available in your [country](https://www.coinbase.com/es/places).&#x20;

**Deposit fiat into your Coinbase account**

Once you’ve created your account, you’ll need to deposit some fiat to buy ETH.

Depending on where you are, you can fund your account in [USD](https://help.coinbase.com/en/pro/managing-my-account/funding-your-account/funding-your-account-with-usd) via bank-wire or ACH transfer, in [EUR](https://help.coinbase.com/en/coinbase/getting-started/add-a-payment-method/payment-methods-for-european-customers) or [GBP](https://help.coinbase.com/en/coinbase/getting-started/add-a-payment-method/payment-methods-for-european-customers) via SEPA transfer, deposit with a UK bank account, or debit/credit card purchase. Check the available payment methods, if any, for your specific country [here](https://www.coinbase.com/places).&#x20;

Regardless of the currency, you are depositing, the steps go as follows:

1. Go to [pro.coinbase.com/trade](http://pro.coinbase.com/trade)&#x20;
2. On the left-hand column under Wallet Balance, select the Deposit option
3. In the Currency Type field, select the currency you want to deposit (i.e. USD, EUR, GBP)
4. Select the payment method tab, then select From, then select Add Account
5. You will be redirected to Coinbase.com to complete the payment method verification process

**Buy Ethereum**&#x20;

Now that you’ve deposited some USD, EUR, or GBP, you are ready to buy Ethereum. Follow Coinbase’s precise instructions on how to buy Ethereum [here](https://help.coinbase.com/en/coinbase/trading-and-funding/buying-selling-or-converting-crypto/how-do-i-buy-ethereum).&#x20;

**Transfer Ethereum from Coinbase to Metamask**

**Part 1**

1. Click on your Metamask wallet icon
2. Find Account 1
3. Click to copy your Ethereum address (which will look like this 0xc3DA51b01d9E87d79d644819924862dc7A303454)

**Part 2**

1. Log into Coinbase.com and click on the **Send/Receive** button on the right-hand corner&#x20;

![](https://lh3.googleusercontent.com/aeVtsE_q8WMFu5DkVj1E38jOsq2sVBTAzr4lgR-suQ6e4ZBco8UXBQZrnx8o7SnQgOZvQVNItKtCElt0dEvRdUpRUY9eyh56wYuWq4R7vbgvpRUN-73m0mK9QHDqPGomaUnvDDK-)

1. Choose **Send** option on the left
2. In **Pay with** make sure to select Ethereum as your cryptocurrency
3. If you want to specify the amount in fiat, click on the fiat icon on the right (i.e. EUR). If you want to specify the amount in ETH, click on ETH.
4. In the **To** field, copy-paste your Metamask address.
5. Click **Continue**
6. You’ll be asked to confirm the transaction
7. Once the transaction is confirmed, when you open MetaMask you’ll now notice that you have received your Ethereum.

![](/files/-MlJX-HvfSNwNS1zyYVx)


---

# 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.botto.com/overview/quickstart/getting-some-ether-eth/coinbase.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.
