What Is MetaMask?
MetaMask is a browser-extension and mobile wallet for Ethereum and every EVM-compatible chain (Base, Arbitrum, Optimism, Polygon, BNB Chain, Avalanche, zkSync, Linea and many more). It is the most widely used Web3 wallet on Earth and the standard way dApps request your signature.
When you set it up, MetaMask:
- generates a private key and corresponding address on your device,
- shows you a 12-word seed phrase that backs up everything,
- never sends the private key to anyone — including MetaMask itself.
That last point is critical. MetaMask cannot recover your wallet for you. The seed phrase is the only key.
Before You Install — One Rule
There is exactly one rule that will save you from 95% of MetaMask disasters:
> Never type your seed phrase anywhere except a fresh MetaMask recovery screen. Never. Not in chat, not in support tickets, not in a fake "wallet validator", not in a Google Form, not even back into a MetaMask install screen at a URL you didn't double-check.
If you internalize that, you're already safer than most users.
Step 1 — Install MetaMask Safely
- Open a clean browser window.
- Go directly to https://metamask.io by typing it.
- Click "Download" and install the official extension from the Chrome Web Store / Firefox Add-ons / official mobile App Store.
- Verify the publisher is MetaMask / Consensys and the install count is in the millions, not thousands.
Do not install MetaMask from a Google ad — fake versions sometimes outbid the real one.
Step 2 — Create a New Wallet
- Open the extension.
- Click Create a new wallet.
- Choose whether to share usage analytics (your choice, doesn't affect security).
- Create a strong password. This password only protects MetaMask on this device — it does not protect your funds from anyone who has the seed phrase.
Step 3 — Back Up the Seed Phrase Properly
You'll see a 12-word seed phrase. This is the keys to everything.
Do:
- Write it on paper or stamp on a metal backup plate.
- Store at least two copies in two physically separate locations.
- Confirm the words in the exact order MetaMask shows them.
- Test recovery on a second device before you put real money in.
Do NOT:
- Take a screenshot.
- Paste it into Notes, iCloud, Google Drive, email, Slack, Discord, password manager (unless it's truly local, never synced, encrypted), or anywhere that touches a network.
- Share it. With anyone. Ever. There is no legitimate reason.
- Type it into any website except an intentional fresh MetaMask install you're sure of.
MetaMask will ask you to re-enter a few words to confirm. That's part of setup. After that, no legitimate site will ever ask for those words again.
Step 4 — Understand What You Just Got
After setup you have:
- 1 account (
0x...) - Ethereum Mainnet selected by default
- 0 ETH balance
You can create additional accounts from the same seed (each gets its own address but recovers from the same 12 words).
Step 5 — Add Layer 2 Networks (Pay Way Less Gas)
Ethereum mainnet fees are high. For everyday use, switch to an L2.
In MetaMask: Networks → Add a network → Add a network manually.
Recommended L2s to add (mid-2026, verify RPC URLs on each chain's official site):
| Network | Chain ID | Symbol |
|---|---|---|
| Base | 8453 | ETH |
| Arbitrum One | 42161 | ETH |
| Optimism | 10 | ETH |
| zkSync Era | 324 | ETH |
| Polygon | 137 | POL |
The fastest reliable way to add a network is via https://chainlist.org, which lets you click and approve in MetaMask. Always cross-check the chain ID on the official chain docs.
Step 6 — Fund the Wallet
Two safe ways:
Option A — Buy on a regulated exchange, then withdraw.
- Buy ETH on Coinbase / Kraken / Bitstamp.
- Withdraw to your MetaMask address.
- Send a small test amount first.
- Then send the rest.
Option B — On-ramp directly in MetaMask.
MetaMask has built-in fiat on-ramps via partners. Convenient, often more expensive than an exchange withdrawal.
For L2 funds:
- Use the chain's official bridge (e.g. bridge.base.org), or
- Buy/withdraw directly to the L2 if your exchange supports it (many now do).
Step 7 — Connect to a dApp Safely
- Open the dApp you actually intended to visit (typing the URL beats Googling).
- Click "Connect Wallet" → MetaMask.
- MetaMask shows you: site URL, requested permissions, account being connected.
- Approve.
When the dApp later asks you to sign a transaction:
- Read the function name ("approve", "swap", "permit2", "setApprovalForAll").
- Check the contract address matches what you expect.
- Be highly suspicious of unlimited approvals or
setApprovalForAllon a wallet holding valuable NFTs.
Use Revoke.cash monthly to clean up old approvals.
Common Scams to Watch For
These are the ones that drain real wallets in 2026:
- Fake support DMs. "Hi, I'm from MetaMask support. Please verify your seed phrase." Always fake.
- Search-engine ads pointing to lookalike URLs (metarnask.io, metamask-validator.com, etc.).
- Address poisoning. Scammer sends 0-value txs from an address with the same first and last 4 characters as yours, hoping you'll copy from history.
- "You won an airdrop" popups linking to a "claim" site that prompts you to approve a malicious contract.
- Wallet drainers disguised as new airdrops on Telegram / X.
- Clipboard malware that replaces copied addresses.
A simple defence: never sign a transaction you didn't initiate, and bookmark dApps rather than searching for them.
Hardware Wallet + MetaMask
For any meaningful amount, pair MetaMask with a hardware wallet (Ledger, Trezor, Keystone). MetaMask becomes the UI, but signatures happen on the hardware device with on-device confirmation. Even a compromised browser can't drain you if every transaction requires you to press a physical button.
MetaMask FAQ
Is MetaMask free?
Yes. It earns from swap fees and on-ramp partner fees, not from holding your funds.
Can MetaMask see my balance / activity?
The extension queries public blockchain data. It does not custody your funds and cannot freeze them.
What if I lose my seed phrase?
Your funds are unrecoverable. There is no override.
Can I import an existing wallet?
Yes — at install choose "Import an existing wallet" and enter the seed.
Should I use MetaMask or a different wallet?
MetaMask is widely supported and good. Rabby Wallet is an excellent alternative with better transaction simulation. Both are reasonable; pick one, learn it well.
Next Step
A wallet is much less scary once you understand what's actually happening under the hood. Take Bitcoin 101 and Bitcoin Proof of Work to see keys, signatures and transactions in motion. Then explore the full course catalog and our cryptocurrency wallet security guide.