Skip to content
BitcoinToolkit

Arbitrum (ARB): How Nitro and the Sequencer Work

Arbitrum is an Ethereum scaling platform. Arbitrum One is its main Nitro rollup, while ARB is a governance token; ETH, not ARB, pays ordinary Arbitrum One transaction fees. This page focuses on how Arbitrum Nitro and the Sequencer Work and the checks users need before bridging assets, paying fees or waiting for finality.

Use Arbitrum One without confusing ARB governance, ETH gas or cross-domain settlement.

Subject:
Arbitrum
Market mode:
Snapshot Only
Fee asset:
ETH
Timezone:
UTC

This page focuses on Arbitrum One. It does not operate a bridge, verify a token contract, cover every Arbitrum chain or provide investment advice.

Content ownership: BitcoinToolkit Editorial Team Technical references: Official protocol and developer documentation. Review approach: Technical explanations are checked against primary sources and updated when the network or asset changes. Last content review: Data integration last tested:

How Arbitrum Nitro and the Sequencer Work

Nitro executes L2 transactions quickly while preserving a path to derive and challenge rollup state through Ethereum.

Arbitrum workflow showing Deposit, Execute on L2, Check sequencer state, Settle or prove, Complete withdrawal
Arbitrum workflow from the first user decision to a verified outcome.

Fast ordering and reproducible state

The sequencer receives transactions, establishes an order and publishes a feed that gives users rapid visibility. Arbitrum nodes execute that ordered data through Nitro to derive L2 blocks and receipts. A sequencer acknowledgment is useful for application responsiveness but is not identical to Ethereum-finalized rollup state.

Batch data and assertions move through the Ethereum-linked protocol. The rollup design allows state claims to be challenged under the active dispute mechanism. Users do not run a fraud proof for every payment, but applications should understand which status they accept before delivering irreversible goods or releasing another-chain assets.

Sequencer availability

A sequencer outage can delay ordinary inclusion or force users toward slower protocol paths; it does not give a wallet permission to sign on the user behalf. Applications should handle pending and delayed states instead of showing a failed payment as finalized or encouraging blind resubmission.

Arbitrum Transaction and Fee Checks

Network execution, fee payment and governance are separate roles.

Three names users often merge

Arbitrum refers to a platform and technology family. Arbitrum One is a specific Ethereum rollup with chain ID, state, contracts and a canonical bridge. ARB is an ERC-20 governance token used in Arbitrum DAO processes. A page about ARB market value is not the same thing as a live status page for every Arbitrum chain.

Ordinary Arbitrum One transactions pay gas in ETH. Holding ARB alone does not fund a swap, contract call or bridge initiation. ARB ownership also does not represent a direct claim on sequencer revenue, bridge collateral or applications deployed on the network.

EVM compatibility has boundaries

Arbitrum One supports familiar Ethereum transaction and Solidity tooling, and Stylus adds compatible contract options compiled from languages such as Rust. The L2 still has separate contract addresses, RPC endpoints and block states. An Ethereum asset or contract is not automatically present at the same address on Arbitrum.

What an Arbitrum One Transaction Costs

Arbitrum fees combine L2 execution with costs related to posting compressed transaction data for Ethereum settlement.

Arbitrum decision diagram separating identity, execution and completion checks
Arbitrum confirmation does not settle every later operational question.

ETH pays both fee components

A wallet estimates execution work in gas and also accounts for an L1-related data component. Transaction calldata, compression, Ethereum data prices and network parameters can affect the total. The fee is deducted in ETH even when the transaction transfers ARB or another token.

A simple gas-used times gas-price calculation can omit the L1 component. Use current Arbitrum RPC estimates for the exact transaction. The ARB/USD snapshot shown here is market context for ARB and cannot estimate ETH gas cost.

Before a contract call

Verify Arbitrum One, the contract address, approval amount, minimum received value and complete ETH fee estimate. A lower average fee than Ethereum does not make an unknown contract safe or eliminate bridge and token risks.

Deposits, Withdrawals and Finality Stages

A cross-domain transfer is a protocol workflow, not a same-chain send.

Depositing from Ethereum

A canonical deposit starts with an Ethereum transaction and later creates or releases the supported representation on Arbitrum One. The sender needs ETH for Ethereum gas and should verify the destination address, mapped token and bridge contracts. After arrival, ETH on Arbitrum is needed for further transactions.

Liquidity bridges can provide different timing but introduce their own contracts, relayers and liquidity. Their speed should not be described as the canonical rollup withdrawal guarantee.

Withdrawing to Ethereum

A canonical rollup withdrawal is initiated on Arbitrum, proven through the L2-to-L1 message path and finalized or claimed on Ethereum after the required dispute and confirmation conditions. It normally takes much longer than an L2 transfer. Wallets should show the current stage and both L2 and L1 transaction identifiers.

Why Arbitrum's Design Matters

Most avoidable failures come from using the wrong network, fee asset or token representation.

Checklist

Confirm Arbitrum One, ETH gas balance, contract address, bridge domain, recipient, approval and expected status threshold. Treat ARB governance activity as a separate task from paying gas.

  • Do not expect ARB to pay ordinary gas.
  • Do not reuse an Ethereum address list without deployment checks.
  • Distinguish canonical and liquidity bridges.
  • Wait for the finality level your application requires.

What Arbitrum users should verify and why this design differs

Review Ethereum for settlement and L1 gas. Compare Optimism for another Ethereum rollup with different governance and fee details. Use the tools directory for general utilities rather than treating a market page as a bridge monitor.

Arbitrum is an Ethereum scaling platform.

Arbitrum Layer 2 use FAQ

Does ARB pay gas on Arbitrum One?

No. Ordinary Arbitrum One transaction fees are paid in ETH.

Is Arbitrum the same as Arbitrum One?

Arbitrum is the broader platform; Arbitrum One is a specific Nitro rollup.

Why are canonical withdrawals slower?

They cross the rollup message and dispute process before an Ethereum claim can finalize.

Known Limitations

Market Data Methodology

The page uses a CoinGecko aggregated ARB/USD snapshot. No exchange chart is rendered for this entity.

Market Snapshot Source
CoinGecko aggregated market data (ARB/USD)
Cache
Snapshot cache is approximately 60 seconds.
Failure Handling
Verified cached data is labeled Cached or Delayed. Missing values remain unavailable.
Snapshot Status
Delayed
Report Issue
Report a market-data problem →

Technical Sources

Selected primary sources support the operational explanations. Market-provider attribution remains separate.

Editorial Information

Verified technical content, reviewed sources and update history.

Published
Last Review
Data Verification
Sources
Official documentation