Skip to content
Crypto Almanac Daily

Arbitrum

ARBRank #94
$0.0913+4.33%
Market cap
$609.32M
24h volume
$93.95M
24h high
$0.0922
24h low
$0.0869
Circulating supply
6,678,075,931 ARB
All-time high
$2.39
All-time low
$0.0705
Max supply
10,000,000,000
Chart

Arbitrum price chart

Loading chart…
Quick convert

ARB to USD

1 ARB = $0.09 · rate updated at load

Liquidity

Where to buy Arbitrum

FameEXARB/USDTTrade
BinanceARB/USDTTrade
BitDeltaARB/USDTTrade
XT.COMARB/USDTTrade
BTCCARB/USDTTrade
OKXARB/USDTTrade
Uniswap V3 (Arbitrum One)0X912CE59144191C1204E64559FE8253A0E49E6548/0X82AF49447D8A07E3BD95BD0D56F35241523FBAB1Trade
KuCoinARB/USDTTrade
OrangeXARB/USDTTrade
CoinWARB/USDTTrade
Overview

About Arbitrum

Arbitrum is an optimistic rollup that executes transactions off Ethereum while posting data back to it, so the base layer remains the source of truth. ARB is a governance token for the DAO that controls the protocol's parameters and treasury, not a gas token — transactions are paid in ETH.

Optimistic means assumed valid until challenged

Transactions are posted to Ethereum as data with an asserted result, and anyone may challenge that result during a dispute window. If nobody does, it stands. This is cheap in the common case because no proof is generated when everything is honest — the cost is a withdrawal delay while the challenge period runs.

Interactive fraud proofs narrow the dispute

Rather than re-executing an entire batch on Ethereum, challenger and asserter bisect the disputed computation until they isolate a single step, and only that step is verified on-chain. This keeps the cost of resolving a dispute bounded regardless of how much computation is in question.

Ethereum holds the data

Transaction data is published to Ethereum, so anyone can reconstruct Arbitrum's state independently even if every Arbitrum node disappears. This is the property that separates a rollup from a sidechain: the data availability guarantee is inherited rather than self-provided.

What ARB governs

The token votes on protocol upgrades, sequencer policy and a substantial treasury. It does not pay for gas and does not accrue fees automatically. Its value case rests on the governance rights and treasury it controls, which is a different proposition from a gas token with usage-driven demand.

The sequencer question

Ordering is handled by a centralised sequencer, which can delay but not falsify transactions — users retain the ability to force inclusion through Ethereum. Decentralising sequencing is the outstanding item on this and every optimistic rollup, and it is where the remaining trust assumption sits.

Reference

Technical data

ConsensusERC-20 governance token (optimistic rollup L2)
Max supply10,000,000,000 ARB
Reference

Frequently asked

Is ARB used to pay gas on Arbitrum?

No. Gas is paid in ETH. ARB is a governance token for the DAO controlling protocol parameters, upgrades and the treasury.

Why do Arbitrum withdrawals take days?

Optimistic rollups assume results are valid unless challenged, so a dispute window must elapse before a withdrawal settles on Ethereum. Third-party liquidity providers offer faster exits at a cost.

What is an interactive fraud proof?

A dispute process where the parties bisect a contested computation until one step remains, and only that step is verified on Ethereum — keeping resolution costs bounded.