This guide explains how to add Layer 2 networks to MetaMask and how to transfer funds between networks using MetaMask as your hot wallet. I write from hands-on use: I add L2s to MetaMask regularly and move small test amounts before committing larger sums. Short version: adding networks is straightforward, moving assets requires a bridge (or an exchange) and a careful checklist.
Want practical steps for "add L2 to MetaMask" and for "how to transfer between networks on MetaMask"? Read on.
A Layer 2 (L2) is a scaling solution that processes transactions off the Ethereum mainnet (or other main chains) to save time and gas fees while still benefiting from mainnet security (depending on the L2 design). Think of it like taking the commuter lane for faster travel. Short transactions cost less and confirm faster on most L2s. For routine DeFi interactions and frequent swaps, using L2 can make sense.
In my experience, the practical benefits are lower gas fees for swaps and faster confirmations. But there are trade-offs (withdrawal mechanics, different native gas tokens), which I cover below.
This section shows the two common ways to add L2 networks to MetaMask: an automatic prompt (via a dApp) and manual configuration.
A screenshot here would show the network-add form in MetaMask (placeholder). 
Tip: always copy RPC and chain ID from official L2 documentation. Phantom RPCs can steal funds (yes, really). And test with a small amount first.
Important: MetaMask doesn't move tokens between networks internally. Networks are separate ledgers. To move value across them you must use a bridge or a centralized exchange. Here's a practical step-by-step for a typical Arbitrum/Optimism/Polygon transfer using a bridge dApp.
Step-by-step: Arbitrum/Optimism/Polygon transfer (general)
That's the core flow for "arbitrum metamask transfer" and for "optimism metamask transfer". Bridges vary in UX and trust assumptions; read the bridge's FAQ and check tx status before moving larger sums.
| Network | Gas token on L2 | Typical bridge path | Practical notes |
|---|---|---|---|
| Arbitrum | ETH (on Arbitrum) | L1 → Arbitrum bridge | EVM-compatible, lower gas than L1; withdrawals often use optimistic mechanisms (different finality guarantees). |
| Optimism | ETH (on Optimism) | L1 → Optimism bridge | EVM-compatible; similar trade-offs to Arbitrum; check bridge withdrawal timing before moving large amounts. |
| Polygon (PoS) | MATIC | L1 → Polygon PoS bridge | Different security model (commit/ checkpoint), widely used for cheap swaps and NFTs; gas token is MATIC on Polygon. |
Note: wording above is intentionally general. Bridge mechanics and withdrawal times change as protocols upgrade. Check the bridge docs and our transfer times page if you need specifics.
Want to move from Arbitrum to Optimism? You usually use a cross-L2 bridge (some exist), or you move back to L1 then forward to the other L2. That can be slower and costlier. Alternatively, a centralized exchange can accept deposits/withdrawals on both L2s and act as a fast router — but then custody changes.
Trade-off: speed vs security vs cost. Fast bridges may sacrifice some decentralization. I tend to use small test transfers when trying a new route.
MetaMask mobile includes an in-app dApp browser and supports WalletConnect for external dApps. On desktop, you typically use the browser extension and visit bridge sites directly. Mobile convenience is higher (one app), but I prefer the desktop when I need to paste contract addresses or inspect transaction hex. But the mobile dApp browser can auto-trigger an "Add network" prompt which is handy.
See MetaMask mobile guide and WalletConnect guide for setup details.
If a transaction fails, check gas settings (EIP-1559 settings are used by MetaMask; see gas fees EIP-1559).
What I've found: a single accidental unlimited approval once cost me time to revoke. I now always confirm the allowance amount in the approval popup.
Who this software wallet is for:
Who might look elsewhere:
Q: Is it safe to keep crypto in a hot wallet? A: Hot wallets are convenient for everyday DeFi and swaps. They increase attack surface compared with cold storage. I keep small active funds in my hot wallet and store the majority in a hardware wallet or other cold option.
Q: How do I revoke token approvals? A: Use MetaMask to disconnect dApps and then visit tools that read your approvals. You can revoke approvals per token or per contract (see revoke approvals).
Q: What happens if I lose my phone? A: Restore MetaMask on a new device with your seed phrase. If you lose the seed phrase, you lose access. See seed phrase backup and recovery for steps.
Adding L2s to MetaMask and moving funds between networks unlocks much cheaper DeFi activity. But bridges are the bridge between convenience and new risks. Test carefully. I encourage you to add an L2, move a very small test amount, and verify token visibility (then scale up).
Next reading: bridging overview, add custom token, and transaction simulation for safer transfers. Happy swapping — and double-check the network before you hit confirm.