Arbitrum is the largest Ethereum Layer 2 rollup by TVL ($13B+ as of mid-2024). It processes transactions off Ethereum mainnet at 10-100x lower cost while inheriting Ethereum security through optimistic fraud proofs. You use it exactly like Ethereum (same wallet, same dApps) but pay cents instead of dollars for transactions.

What Is Arbitrum (And How to Use It)?

3 min read

The short version

Arbitrum is Ethereum but cheaper. Same apps (Uniswap, Aave, GMX all run on it), same wallet (MetaMask works identically), same security backing (Ethereum validators ultimately secure it). The difference: a swap costs $0.10 instead of $10. You bridge ETH or USDC from mainnet to Arbitrum once, then do everything on Arbitrum until you need to move back.

How It Works

How Arbitrum works: transactions are submitted to a centralized sequencer (currently run by Offchain Labs) that orders and executes them instantly. The sequencer posts compressed transaction data to Ethereum L1 as calldata or blobs. A 7-day challenge window allows anyone to submit a fraud proof if the sequencer posted incorrect results. If no fraud is proven, the state is finalized. Key facts: Chain ID 42161. Native token: ETH (same as mainnet, bridged over). Block time: 0.25 seconds (sequencer confirmations). L1 finality: 7 days (optimistic challenge period). Gas: paid in ETH, typically 50-500x cheaper than L1. Ecosystem: 500+ dApps deployed including Uniswap, Aave, GMX, Camelot, Radiant, Pendle, and many native protocols. TVL: ~$13B (largest L2). Getting started: add Arbitrum to MetaMask via chainlist.org (Chain ID 42161), bridge ETH or USDC from mainnet using bridge.arbitrum.io (official) or across.to (fast), then interact with any dApp on the network. Most major DeFi protocols have Arbitrum deployments at the same URL (app.uniswap.org auto-detects your network).

Moving $1,000 to Arbitrum and doing your first DeFi transaction

Step 1: Add Arbitrum to MetaMask via chainlist.org. Step 2: Bridge $1,000 USDC from Ethereum to Arbitrum using Across Protocol (~$8 cost, 3-minute arrival). Step 3: On Arbitrum, go to app.uniswap.org. MetaMask auto-switches to Arbitrum network. Swap 500 USDC for ETH. Fee: $0.08. Step 4: Go to app.aave.com. Supply 500 USDC to earn 4.2% APY. Fee: $0.12. Step 5: You now have 500 USDC earning yield on Aave and ~0.165 ETH in your wallet. Total fees for all activity: $8.20 (bridge) + $0.08 (swap) + $0.12 (deposit) = $8.40. Same activity on Ethereum mainnet: bridge ($0, already on mainnet) + swap ($12) + deposit ($8) = $20. Arbitrum saved you $12 on just two transactions. Over a month of active DeFi use (20 transactions), savings would be $100-$200.

What People Get Wrong

  • Arbitrum is a separate blockchain with its own security

    Arbitrum inherits Ethereum security. All transaction data is posted to L1 where it can be verified. If the Arbitrum sequencer publishes incorrect state, anyone can challenge it with a fraud proof and the bad state is reverted. Your funds are secured by Ethereum validators, not by Arbitrum alone.

  • You need ARB tokens to use Arbitrum

    You pay gas fees in ETH (bridged from mainnet). ARB is the governance token for the Arbitrum DAO, used for voting on protocol upgrades and treasury spending. You never need ARB to transact. Having 0.005-0.01 ETH on Arbitrum is enough for dozens of transactions.

  • Transactions on Arbitrum are not really on Ethereum

    Arbitrum transaction data IS posted to Ethereum (as calldata/blobs). The transaction is executed on Arbitrum for speed and cost, but the data and proof of correctness live on Ethereum permanently. You can always verify any Arbitrum transaction against L1 data.

Sources & Further Reading

  • Arbitrum Bridge

    Official Arbitrum bridge for moving assets from Ethereum mainnet

  • Arbitrum Docs

    Technical documentation for developers and users

  • Arbiscan

    Block explorer for Arbitrum transactions and contracts

  • L2Beat Arbitrum

    Independent risk assessment and TVL tracking

Questions People Also Ask

How do I add Arbitrum to my wallet?
Go to chainlist.org, search Arbitrum One, click Add to MetaMask. Or manually: Network Name: Arbitrum One, RPC: https://arb1.arbitrum.io/rpc, Chain ID: 42161, Symbol: ETH, Explorer: https://arbiscan.io. Takes 10 seconds.
What happens if the Arbitrum sequencer goes down?
Transactions pause on L2 (no new blocks). Your funds remain safe on L1 (secured by Ethereum contracts). You can force-withdraw directly through L1 (bypassing the sequencer) if needed, though this is slower and costs L1 gas. Sequencer outages have occurred briefly but funds have never been at risk.
Is Arbitrum decentralized?
Partially. The sequencer is currently centralized (run by Offchain Labs). Fraud proofs are live with a permissioned set of challengers (being expanded). The DAO governs protocol upgrades. Full decentralization (permissionless sequencing and challenging) is on the roadmap but not yet complete. L2Beat gives it a Stage 1 maturity rating.

More in Ecosystem Deep Dives

See all →
Was this page helpful?

Page last checked