# Setting up your wallet

{% hint style="info" %}
**You can check out the complete guide on Metamask’s documentation** [**here**](https://metamask.zendesk.com/hc/en-us/articles/360015489531-Getting-Started-With-MetaMask)**.**&#x20;
{% endhint %}

## Overview

To connect to most NFT marketplaces on Ethereum, you will need a Metamask wallet (a web extension), which allows you to manage your Ethereum private keys via your web browser and hold ETH and Ethereum-based tokens, including NFTs.&#x20;

## **How to install MetaMask**

### **Chrome**

1. Visit <https://metamask.io/>
2. Click “Get Chrome Extension”. You will be directed to Chrome Web Store.
3. Click “Add to Chrome”
4. On the pop up, click “Add extension”

![](https://lh3.googleusercontent.com/WRlVmH-5hwz6ToKOj0jn7NAOEVAVloqW-QUaVwVuRYsOsK9n5yEQCkVCt2AfkLgkUspF8wECJjuW3oE8jEyPay9lAZKhiIs2M7PNy7nbP_VVL9QDSBrxJYCrjek8i8bF8yUO6vp9)

After adding MetaMask extension, you’ll return to your browser page. MetaMask will appear on your browser. You may click on it to open MetaMask.

![](https://lh4.googleusercontent.com/hWJrB-Hcq8BqmVm2dh6YDj4nFy3bvEVUrbfF48jMY5XSc43I7AnpgdbPzWl89UTWQAbFW-osa6cvPxRyxtT0Fqx2CHhSntC6UqSxzDZqz6uIvrIpi4HgqmkmPmsNLo5xYOHpoynJ)

### **FireFox**

1. Visit <https://metamask.io/>
2. Click “Get FireFox Extension”. You will be directed to FireFox Add-Ons.
3. Click “Add to FireFox”
4. On the pop up, click “Add”

![](https://lh4.googleusercontent.com/3DPThRIqvLjORBtT-vjRi6_5KmLPa5eJ-h2XLC_D3F71pi92F_ty_w-bcjOj43QmyH-JuM12JRoSBT5lVBU54nzHLxG1gMei0542Wmx1r7l8eWrfgGIKqyXx4pHGTymWKmgPuFDj)

After adding MetaMask extension, you’ll return to your browser page. MetaMask will appear on your browser. You may click on it to open MetaMask.

![](https://lh5.googleusercontent.com/7MuzJFfjODgb7y9SBsEIN66KCBqvO4bc65egMHfPKSn6E1hO89V1Z_bwVBIAkEZw2tHKDL6xwu6JAUQecakwchgq-DeziySiAwininV-dEMPBut3_tBf5Kojeg7HwBy8u1jBENVh)

### **Opera**

1. Visit <https://metamask.io/>
2. Click “Get Opera Extension”. You will be directed to Opera Add-ons .
3. Click “Add to Opera”

![](https://lh3.googleusercontent.com/zlB1uQ06UPJp84EkjAE05kRMoFN7ccf2v7HiYxm-kUvxHIADiXIggljHGV4Hb8iKrX_tEGfg_mS68w9Co0e87HsLKrTqWH7SMsUnf5R2kda5liYUA5KWPpXnDCPAzmbkJJ41bDP3)

After adding MetaMask extension, you’ll return to your browser page. MetaMask will appear on your browser. You may click on it to open MetaMask.

### **Brave**

1. Visit <https://metamask.io/>
2. Click “Get Brave Browser”. You will be directed to Brave website.
3. Click “Download”. MetaMask is built in the browser.

![](https://lh6.googleusercontent.com/byijUtv3e5P2x1vAK6AKeRKVH30oirCxwsZUOuBn1ACMFl5d5CoKDKWoR1vWGne5e_ccF9aoLODRgmAHbi4gm9mJmWqy4t43G9dWh36pHhhEeMvb10ddJ2ATBHlnY9m9OjrU9I7u)

## Securing your wallet

First, make sure you keep your Secret Backup Phrase (or “Seed Phrase”) in a secure location. If you lose your seed phrase, you will not be able to access your wallet and your funds will be lost forever. Using a password manager or writing the phrase on a piece of paper and storing it in a safe but memorable place can save you some headaches.&#x20;

Additionally, if you have a hardware wallet like Ledger or Trezor, you can connect it to your Metamask for additional security by following [this guide](https://metamask.zendesk.com/hc/en-us/articles/360020394612-How-to-connect-a-Trezor-or-Ledger-Hardware-Wallet). But beware, Metamask can be victim of phishing attacks in a few ways (see the [full guide here](https://metamask.zendesk.com/hc/en-us/articles/360052511372-I-ve-been-Hacked-Scammed-Unauthorized-transactions-on-my-Account-)): &#x20;

1\) Your computer can be compromised with malware/spyware and you stored your private information on your computer.&#x20;

2\) You have visited a malicious phishing website that stole your information.

3\) You gave your private key or seed phrase to someone or a site.

4\) You gave a web3 site/smart contract unlimited access to your funds (check who you gave access to and revoke here: <https://tac.dappstar.io/#/>).

5\) You installed a fake MetaMask extension that stole your funds.

To be on the safe side, we suggest only interacting with NFT marketplaces and websites with a transactional account that doesn’t hold your NFTs, and transferring your purchases to another Ethereum account that doesn’t interact with any websites. This second account will act as a safe vault and will prevent any damaging hacks.


---

# 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://academy.0xsociety.com/guides/setting-up-your-eth-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.
