# Setting Up Metamask

**MetaMask** is a popular browser extension that functions as a digital wallet, allowing you to interact with the Ethereum blockchain and decentralized applications (dApps) like Uniswap.

#### Steps to Set Up MetaMask:

1. **Download and Install:**
   * Visit the MetaMask website (metamask.io) and download the extension for your preferred browser (Chrome, Firefox, Brave, Edge).
   * Follow the on-screen instructions to install the extension.
2. **Create a New Wallet:**
   * Once installed, open MetaMask and choose "Create a Wallet."
   * Set a strong password to protect your wallet.
   * Write down your 12-word recovery phrase in a safe place. This phrase is crucial for recovering your wallet if you lose access. **Never share your recovery phrase with anyone.**
3. **Agree to Terms:** Accept the terms of service and security reminders.
4. **Confirm Password:** Re-enter your password to confirm.
5. **Back Up Your Recovery Phrase:** Carefully write down the 12-word recovery phrase displayed on your screen. This phrase is the only way to recover your wallet if you lose access to your device or forget your password. Keep it safe and offline.
6. **Confirm Recovery Phrase:** MetaMask will ask you to confirm your recovery phrase to ensure you've backed it up correctly.
7. **Congratulations!** Your MetaMask wallet is now set up. You can now add Ethereum (ETH) or other supported tokens to your wallet and start interacting with decentralized applications like Uniswap.

**Important Security Tips:**

* Never share your recovery phrase with anyone.
* Use a strong, unique password for your MetaMask wallet.
* Enable two-factor authentication (2FA) for added security.
* Be cautious of phishing scams and fake websites.

By following these steps, you'll have a secure and reliable wallet to manage your cryptocurrency assets.


---

# 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://odesisplutus.gitbook.io/doc/getting-started-usdods/setting-up-metamask.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.
