> For the complete documentation index, see [llms.txt](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/ethereum/how-to-get-your-first-ethereum.md).

# How to Get Your First Ethereum

### What's an Ethereum wallet?

Ethereum wallets are applications that let you interact with your Ethereum account. Think of it like an internet banking app – without the bank. Your wallet lets you read your balance, send transactions and connect to applications.

You need a wallet to send funds and manage your ETH.&#x20;

Your wallet is only a tool for managing your Ethereum account. That means you can swap wallet providers at any time. Many wallets also let you manage several Ethereum accounts from one application.

That's because wallets don't have custody of your funds, you do. They're just a tool for managing what's really yours.

![💵](https://twemoji.maxcdn.com/2/svg/1f4b5.svg)

#### An app for managing your funds

Your wallet shows your balances, transaction history and gives you a way to send/receive funds. Some wallets may offer more.

![🖼️](https://twemoji.maxcdn.com/2/svg/1f5bc.svg)

#### Your Ethereum account

Your wallet is your window into your Ethereum account –– your balance, transaction history and more. But you can swap wallet providers at any time.

![👤](https://twemoji.maxcdn.com/2/svg/1f464.svg)

#### Your login for Ethereum apps

Your wallet lets you connect to any decentralized application using your Ethereum account. It's like a login you can use across many dApps.

{% tabs %}
{% tab title="Find a Wallet" %}

## Find a wallet

Wallets have lots of optional features which you might like. So choose your wallet based on the features you want.

{% embed url="<https://ethereum.org/en/wallets/find-wallet/>" %}
{% endtab %}

{% tab title="Where to buy ETH" %}

## Where to buy ETH

You can buy ETH from exchanges or from wallets directly. Check which services you can use based on where you live.<br>

![🏢](https://twemoji.maxcdn.com/2/svg/1f3e2.svg)

#### Centralized exchanges

Exchanges are businesses that let you buy crypto using traditional currencies. They have custody over any ETH you buy until you send it to a wallet you control.

![👥](https://twemoji.maxcdn.com/2/svg/1f465.svg)

#### Decentralized exchanges (DEXs)

If you want more control, buy ETH peer-to-peer. With a DEX you can trade without giving control of your funds to a centralized company.

[Try a DEX](https://ethereum.org/en/get-eth/#dex)

![🤖](https://twemoji.maxcdn.com/2/svg/1f916.svg)

#### Wallets

Some wallets let you buy crypto with a debit/credit card, bank transfer or even Apple Pay. Geographical restrictions apply.

[More on wallets](https://ethereum.org/en/wallets/)

####

#### Search by country

{% embed url="<https://ethereum.org/en/get-eth/#country-picker>" %}
{% endtab %}
{% endtabs %}


---

# 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://web3-encyclopedia.gitbook.io/web3-encyclopedia/ethereum/how-to-get-your-first-ethereum.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.
