# Crypto Beginner Part 1: Wallet Setup

Interactions with Botto are built on the Ethereum blockchain, with many of them also available on Base ([buying](/overview/getting-botto-tokens.md), bridging and [staking](/overview/depositing-botto.md) the token, and [claiming rewards](/overview/rewards.md)). Base, a network built on-top of Ethereum, is known as an L2 network and provides slightly cheaper fees (aka gas). \
\
Most Ethereum wallets can transact on Base Mainnet as well as Ethereum Mainnet, and you will need a wallet to get started with Botto. The instructions below are optimized for Metamask wallet setup, but you can use any of the wallets listed in the 'Connect' menu on the Botto app to get started. The steps for any wallet will be more or less the same: as long as you know how to keep it safe, and how to fund it from an exchange, you'll be in good shape! Let's get started.

### Download the Browser Extension

We recommend using [MetaMask](https://metamask.io/)

1. Install MetaMask
2. Setup Wallet
3. Backup Wallet
4. Use your Address to receive funds

#### 1. Install MetaMask

Download & Install the browser extension: <https://metamask.io/>

![](/files/-M_ztrl54D5pUXqBdr8x)

#### 2. Setup Wallet

A new browser tab opens

![](/files/-M_ztvfqKtph5jzkSBdd)

Click `Get Started`

Since we're new to MetaMask, we want to `Create a Wallet`

![](/files/-M_zty-SEMJRDFAfH9UK)

Next screen we set a password and accept the Terms of Use

![](/files/-M_zu-C9tHdYlb5VFDCL)

#### 3. Backup Wallet

{% hint style="danger" %}
This is the most important step! Without any proper backup, you may not be able to restore your wallet and lose all funds.
{% endhint %}

Click:

`Download this Secret Backup Phrase and keep it stored safely on an external encrypted hard drive or storage medium.`

![](/files/-M_zu2fq6GEZgiHHm7I3)

{% hint style="danger" %}
Make sure to follow the instructions. Store this file safely on an external storage medium.
{% endhint %}

Click `CLICK HERE TO REVEAL SECRET WORDS`

If you use a good password manager: Store those words in it.

Click `Next`

Open the Backup File and select the 12 words in the correct order to confirm your backup works as intended.

![](/files/-M_zu55dE81HxJVCEvbl)

Click `Confirm` and your Wallet is setup

![](/files/-M_zu8hjsx-Ucb566Vlj)

#### 4. Receiving Funds

To receive Botto's tokens and other Ethereum Assets, you'll need your Ethereum Address.

* Click MetaMask Button
* Find `Account 1`
* Click to Copy

![](/files/-M_zuHMp4sz1cUbOKVNG)

You have copied your Ethereum Address now. \
Here's an example Address (yes, it's that long!): `0xc3DA51b01d9E87d79d644819924862dc7A303454`

#### Next Steps

Learn how to buy ETH and fund your wallet with [Part 2 of this guide](https://docs.botto.com/overview/quickstart/getting-some-ether-eth).

#### More Help

Join our #help channel on Discord: <https://discord.gg/GCnVsSsCvz>

{% hint style="danger" %}
Remember: Never give your Backup Phrase away!
{% endhint %}


---

# 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.botto.com/overview/quickstart/setup-ethereum-wallet.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.
