> 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/wallet/setting-up-metamask-wallet.md).

# Setting up Metamask Wallet

**In brief**

* MetaMask is a cryptocurrency wallet that enables users to store Ether and other ERC-20 tokens.
* The wallet can also be used to interact with decentralized applications, or dapps.

MetaMask is one of the leading crypto [wallets](https://decrypt.co/?post_type=post\&p=5702), and relies on browser integration and good design to serve as one of the main gateways to the world of Web3, decentralized finance (DeFi) and [NFTs](https://decrypt.co/resources/non-fungible-tokens-nfts-explained-guide-learn-blockchain).

{% embed url="<https://www.youtube.com/watch?ab_channel=MetaMask&feature=emb_title&time_continue=79&v=YVgfHZMFFFQ>" %}

[MetaMask](https://metamask.io/) is a browser plugin that serves as an [Ethereum](https://decrypt.co/?post_type=post\&p=5726) wallet, and is installed like any other browser plugin. Once it's installed, it allows users to store Ether and other [ERC-20](https://decrypt.co/resources/erc20) tokens, enabling them to transact with any Ethereum address.<br>

By connecting to MetaMask to Ethereum-based dapps, users can spend their coins in games, stake tokens in gambling applications, and trade them on decentralized exchanges ([DEXs](https://decrypt.co/resources/what-is-decentralized-exchange-dex)). It also provides users with an entry point into the emerging world of decentralized finance, or [DeFi](https://decrypt.co/?post_type=post\&p=25908), providing a way to access DeFi apps such as [Compound](https://decrypt.co/resources/compound-defi-ethereum-explained-guide-how-to) and [PoolTogether](https://decrypt.co/resources/what-is-pooltogether-the-no-loss-crypto-lottery-explained).

### How to get started using MetaMask

Though it might seem complicated to beginners, MetaMask is one of the simpler Ethereum wallets and dApp browsers to use, and can be set up in a couple of minutes in most cases.

To use MetaMask, you will need either Chrome, a Chromium-based browser such as [Brave](https://decrypt.co/44416/brave-web-browser-review), or Firefox. You’ll need to download and install the official Metamask extension (also known as a plugin or add-on) for your chosen browser. For most people, this is the [Google Chrome extension](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en) or the [Firefox addon](https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/).&#x20;

{% embed url="<https://www.youtube.com/watch?ab_channel=MetaMask&v=GNPz-Dv5BjM>" %}


---

# 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/wallet/setting-up-metamask-wallet.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.
