MetaMask Setup — Frequently Asked Questions

Try Tangem secure wallet →

Table of contents

Quick answers

Setup & onboarding (install, restore)

Install the browser extension or mobile app from official sources. Create a wallet and record your seed phrase immediately (paper preferred). Short checklist:

  1. Install using the extension or mobile guides: /install-metamask-extension or /install-metamask-mobile-app.
  2. Create a new wallet or restore using your recovery phrase (see /create-restore-wallet).
  3. Back up your seed phrase offline. Do not email or screenshot it. See /backup-cloud-vs-paper for pros and cons.

And yes — when I first set this up I wrote the phrase on paper and kept it in a locked place. It paid off when I upgraded phones later.

Is it safe to keep crypto in a hot wallet?

Short answer: hot wallets are convenient but expose you to online risks. Longer answer: a non-custodial software wallet stores private keys on your device, which gives you control and responsibility.

Common risks:

Practical mitigations:

But also remember: smart contract bugs exist. Even with careful wallet hygiene, interacting with a risky contract can cost you funds.

How do I revoke token approvals?

Question asked a lot. Here’s the practical route I use.

Step-by-step (general, EVM-compatible chains):

  1. Find approvals: use an approvals UI or check a block explorer for allowances tied to your address. (This reveals which contracts can move your tokens.)
  2. Choose a method to revoke:
    • Use a reputable approvals interface that lists allowances and offers a Revoke button.
    • Or call approve(spender, 0) on the token contract via an explorer's write interface.
  3. Sign and send the transaction from MetaMask. It will consume gas fees.
  4. Verify the allowance is now zero on-chain.

Tips from experience: prefer setting specific finite allowances instead of unlimited ones, and sign important revocation transactions with a hardware wallet when possible.

For a deeper walkthrough, see /token-approvals-revoke.

What happens if I lose my phone?

If you lose your phone the key question is: do you have your seed phrase?

If you used cloud backup options for recovery, consult [/backup-cloud-vs-paper] to understand the trade-offs and how to restore.

Can I connect Ledger to MetaMask?

Yes. MetaMask supports hardware wallets and can act as the UI while the hardware device signs transactions.

Pros: private keys never leave the device. Cons: a small usability trade-off for every signed transaction. In my experience that extra friction is worth it for larger balances.

Mobile vs extension: which to use daily?

If you use both, I recommend distinct accounts for each daily-usage case and a hardware-backed account for savings. See /mobile-desktop-sync and /connect-dapps.

Who is MetaMask best for — and who should look elsewhere

Who this wallet fits:

Who might look elsewhere:

In my experience, most active DeFi users benefit from the balance of convenience and ecosystem support that MetaMask provides — but the choice depends on your threat model.

Common troubleshooting & quick fixes

But please: never paste your seed phrase into a website to 'fix' a problem. That step alone has cost people their funds.

Quick reference table

Question Short answer Link
Is it safe to keep crypto in a hot wallet? Safe for daily use with precautions Security basics
How do I revoke token approvals? Set allowance to zero on-chain Revoke walkthrough
Lost phone — what now? Restore with seed phrase or lost access Lost phone recovery
Can I use Ledger? Yes, desktop & mobile supported Connect Ledger

Additional FAQs

Q: How do I cancel a transaction? (Short) A: Use Cancel or send a replacement tx with the same nonce and higher gas. See /gas-fees-eip1559.

Q: Where are my NFTs? (Short) A: Ensure you're on the correct network and add the collection contract to view holdings. See /nft-management.

Conclusion & next steps

This metamask faq collects common setup and recovery questions I answer most often. If you want guided setup steps, start with /install-metamask-extension or /install-metamask-mobile-app. For security guidance, read /security-best-practices and consider pairing MetaMask with a hardware wallet (hardware-wallets-overview).

If you have a specific problem, check the linked troubleshooting pages above or the detailed how‑tos. And remember: with self-custody comes responsibility — keep your recovery phrase safe and sign carefully.

Try Tangem secure wallet →