What is Arbitrum? The Complete Guide (2026)
Arbitrum is the largest Ethereum Layer 2 network by total value locked. It makes Ethereum usable for everyday people by cutting transaction fees by up to 10x or more compared to mainnet, while keeping assets secured by Ethereum itself. If you want to use DeFi without paying $20 in gas every time you make a trade, Arbitrum is the first place most people should look.
What is Arbitrum?
Arbitrum is an Ethereum Layer 2 (L2) network built using optimistic rollup technology. Developed by Offchain Labs and launched on mainnet in 2021, it is the dominant L2 by most metrics: highest TVL, most active DeFi ecosystem, and one of the most widely used bridges from Ethereum.
The core value proposition is simple:
Arbitrum is operated by the Arbitrum Foundation and governed by ARB token holders through the Arbitrum DAO, one of the largest DAOs in crypto.
How Optimistic Rollups Work
Understanding Arbitrum requires understanding optimistic rollups. It’s simpler than it sounds.
The problem: Ethereum mainnet processes around 15–30 transactions per second. Every transaction is verified by thousands of validators worldwide. This is incredibly secure but very slow and expensive.
The rollup solution: What if you could batch thousands of transactions together, execute them off-chain on a faster network, and then post a compressed summary to Ethereum? That’s what rollups do.
Why “optimistic”? Optimistic rollups assume that all batched transactions are valid (they’re optimistic about it). They post transaction data to Ethereum without immediately proving correctness. Instead, there’s a challenge period — currently 7 days — during which anyone can submit a “fraud proof” if they spot an invalid transaction.
Here’s the full flow:
- You send a transaction on Arbitrum
- The batch is compressed and posted to Ethereum as calldata
- A 7-day window opens where anyone can challenge any transaction in the batch
- If no valid challenge is raised, the batch is finalised
The 7-day withdrawal delay: This is the main UX friction with optimistic rollups. If you want to withdraw assets from Arbitrum directly to Ethereum mainnet via the official bridge, you have to wait 7 days. In practice, most users use fast bridges like Across or Stargate, which use liquidity providers to give you your funds immediately (for a small fee).
Arbitrum One vs Arbitrum Nova
Offchain Labs runs two distinct Arbitrum chains, each optimised for different use cases.
Arbitrum One
The flagship network. Arbitrum One uses the full rollup security model — all transaction data is posted to Ethereum mainnet. This provides maximum security and is where the majority of DeFi activity happens.
- Best for: DeFi, high-value transactions, anything requiring maximum security
- Fees: $0.01–$0.15 typically
- Chain ID: 42161
- Explorer: arbiscan.io
Arbitrum Nova
An alternative chain using AnyTrust technology — a slightly different security model where transaction data is stored by a Data Availability Committee (DAC) rather than being posted fully to Ethereum. This makes Nova even cheaper, at the cost of slightly lower security guarantees.
- Best for: Gaming, social apps, high-frequency low-value transactions
- Fees: Often below $0.001
- Chain ID: 42170
- Used by: Reddit’s Community Points system (historically), various gaming projects
For most users, Arbitrum One is the relevant network. Nova is specialised for specific applications.
The Arbitrum Ecosystem
Arbitrum has the richest DeFi ecosystem of any Layer 2 network.
GMX (Perpetuals Trading)
GMX is the defining DeFi application of Arbitrum. It’s a decentralised perpetuals exchange where you can trade crypto with leverage (up to 50x) without KYC. GMX pioneered the “real yield” model — fees from traders are distributed directly to GMX and GLP token stakers rather than being inflated away. It became one of the most-used DeFi protocols across all chains.
Radiant Capital (Lending)
Radiant Capital is a cross-chain lending protocol where you can deposit assets as collateral and borrow against them. It originated on Arbitrum and expanded to other chains. Note: Radiant suffered a significant exploit in late 2024 — always check the current status of any DeFi protocol before depositing.
Camelot DEX
Camelot is Arbitrum’s native DEX, built specifically for the Arbitrum ecosystem. It differs from standard Uniswap forks by offering dual-token farming models, customisable AMM parameters for different token types, and a strong focus on supporting new projects launching on Arbitrum. It’s become the go-to platform for new protocol token launches.
Other Notable Protocols
The ARB Token
ARB is Arbitrum’s governance token, launched via airdrop in March 2023 — one of the most anticipated airdrops in crypto history.
ARB’s primary use is governance: ARB holders vote on Arbitrum DAO proposals covering protocol upgrades, treasury spending (the Arbitrum DAO treasury holds billions in ARB), and network parameters.
ARB is not used for gas fees. Gas on Arbitrum is paid in ETH, just like on Ethereum mainnet.
The ARB airdrop distributed 11.5% of total supply to early users and 1.13% to DAOs in the Arbitrum ecosystem. The Arbitrum Foundation and Offchain Labs collectively hold significant allocations, subject to vesting schedules.
How to Bridge to Arbitrum
Official Bridge (Arbitrum One Bridge)
- Connect your MetaMask or other web3 wallet
- Select the asset (ETH or ERC-20 tokens) and amount
- Confirm the transaction on Ethereum mainnet
- Wait ~10 minutes for the deposit to appear on Arbitrum
Withdrawal via official bridge: Takes 7 days due to the optimistic rollup challenge period.
Fast Third-Party Bridges
For near-instant transfers (and instant withdrawals), use:
Fast bridges charge a fee (usually 0.05–0.3% of the transfer amount) in exchange for immediate liquidity. For most users moving less than $10,000, this is the better experience.
Adding Arbitrum to MetaMask
- Open MetaMask → click the network selector at the top
- Click “Add network” → “Add a network manually”
- Enter these details:
– Network Name: Arbitrum One
– New RPC URL: https://arb1.arbitrum.io/rpc
– Chain ID: 42161
– Currency Symbol: ETH
– Block Explorer URL: https://arbiscan.io
- Click Save
Alternatively, visit chainlist.org, search “Arbitrum One”, and click “Add to MetaMask”.
Arbitrum vs Optimism vs Base
| Feature | Arbitrum One | Optimism | Base |
|---|---|---|---|
| Type | Optimistic rollup | Optimistic rollup | Optimistic rollup |
| Developer | Offchain Labs | OP Labs | Coinbase |
| Chain ID | 42161 | 10 | 8453 |
| Governance token | ARB | OP | None (currently) |
| DeFi TVL | Highest (~$3B+) | Moderate (~$1B) | Fast-growing (~$2B+) |
| Average fees | $0.01–$0.15 | $0.01–$0.10 | $0.001–$0.05 |
| Withdrawal time | 7 days (official) | 7 days (official) | 7 days (official) |
| Notable protocols | GMX, Camelot, Radiant | Synthetix, Velodrome | Aerodrome, Friend.tech |
| Tech stack | Arbitrum Nitro (proprietary) | OP Stack | OP Stack |
| OP Superchain | No | Yes | Yes |
Key differences:
Frequently Asked Questions
Is Arbitrum safe?
Arbitrum’s security model inherits from Ethereum — transaction data is posted to Ethereum and protected by its validator network. The main risk vector is smart contract risk in the DeFi protocols you use, not the L2 infrastructure itself. Arbitrum has operated without a major bridge hack since launch.
Do I need ARB tokens to use Arbitrum?
No. You need ETH to pay gas fees on Arbitrum, not ARB. ARB is a governance token. Keep a small amount of ETH on Arbitrum for transaction fees — $5–10 worth will cover many transactions.
Why does the official bridge take 7 days?
This is a fundamental property of optimistic rollups. The 7-day challenge period is the security mechanism — it gives time for fraud proofs to be submitted if any transactions are invalid. Use a fast bridge like Across if you need funds immediately.
Can I use Arbitrum with any wallet?
Any EVM-compatible wallet supports Arbitrum: MetaMask, Coinbase Wallet, Trust Wallet, Rabby Wallet, Rainbow, and hardware wallets like Ledger. You just need to add the Arbitrum network.
What’s the difference between Arbitrum and zkSync?
Both are Ethereum L2s but with fundamentally different technology. Arbitrum uses optimistic rollups (assume valid, challenge period). zkSync uses ZK rollups (cryptographic proofs of validity). ZK rollups have faster finality but are more complex to build. Arbitrum currently has more liquidity and a larger DeFi ecosystem.
Is Arbitrum decentralised?
Partially. The sequencer (which orders transactions) is currently centralised — operated by Offchain Labs. However, anyone can submit fraud proofs and force-include transactions through Ethereum directly. Offchain Labs has published plans for progressive decentralisation of the sequencer. Governance via the Arbitrum DAO is active and substantial.
Related guides:
The HodlGuide editorial team researches and tests crypto wallets and exchanges, documenting setup flows, fees and security practices so readers can choose the right tool for self-custody.