home / skills / openclaw / skills / arbitrum
This skill helps manage Arbitrum One transactions, bridging decisions, and gas optimization, guiding users through L2 deployment and wallet configurations.
npx playbooks add skill openclaw/skills --skill arbitrumReview the files below or copy the command above to add this skill to your agents.
---
name: Arbitrum
description: Assist with Arbitrum One transactions, bridging, gas optimization, and L2 ecosystem navigation.
metadata: {"clawdbot":{"emoji":"π΅","os":["linux","darwin","win32"]}}
---
## Network Basics
- Arbitrum One is an optimistic rollup β L2 scaling for Ethereum
- EVM equivalent β same tools, wallets, contracts as Ethereum
- ETH is the gas token β not a separate token
- ARB is governance token β not used for gas
- Same addresses as Ethereum β but different network, different balances
## Bridging
- Official bridge: bridge.arbitrum.io β most secure
- Deposits (L1βL2): ~10 minutes β after Ethereum confirmation
- Withdrawals (L2βL1): 7 days β optimistic rollup security delay
- Third-party bridges faster β Hop, Across, Stargate, but add risk
- Always bridge some ETH first β need gas on Arbitrum
## The 7-Day Withdrawal
- Optimistic rollups assume transactions valid β fraud proofs during 7 days
- Cannot speed up native bridge withdrawal β security requirement
- Plan ahead for exits β don't bridge if you need funds in <7 days
- Third-party bridges use liquidity β faster but fees apply
- Withdrawal can be claimed after 7 days β requires L1 transaction
## Gas and Fees
- Much cheaper than Ethereum mainnet β typically 10-50x lower
- Two components: L2 execution + L1 data posting
- L1 data costs can spike β when Ethereum is congested
- Gas prices in gwei β same units as Ethereum
- Fast blocks β ~0.25 seconds
## ARB Token
- Governance token β vote on DAO proposals
- Not used for gas β ETH pays for transactions
- Airdropped to early users β claiming period ended
- Staking coming β ARB staking in development
- Available on major exchanges β high liquidity
## DeFi Ecosystem
- GMX β largest perps DEX on Arbitrum
- Uniswap, SushiSwap β major DEXs deployed
- Aave, Radiant β lending protocols
- Camelot β native Arbitrum DEX
- Significant TVL β billions in value locked
## Wallet Configuration
- MetaMask works natively β add network from chainlist.org
- Chain ID: 42161 β RPC: https://arb1.arbitrum.io/rpc
- Block explorer: arbiscan.io β verify transactions
- Same seed as Ethereum β different network selection
## Arbitrum Nova
- Separate chain from Arbitrum One β optimized for gaming/social
- Lower fees than One β less security guarantees
- Different bridge β don't confuse with One
- Chain ID: 42170 β verify you're on correct chain
## Stylus
- Run Rust, C, C++ contracts β not just Solidity
- WASM-based execution β alongside EVM
- Coming feature β expands developer options
- Same security as EVM contracts β audited runtime
## Common Issues
- "Insufficient ETH for gas" β need ETH, not just tokens
- Wrong network β sent to Arbitrum address on Ethereum (recoverable but complex)
- Withdrawal pending β 7-day wait is normal, not stuck
- Transaction reverted β check slippage, approvals, balance
- "Network not found" β add Arbitrum network to wallet
## Sequencer
- Single sequencer currently β Offchain Labs operated
- Centralization concern β decentralization roadmap exists
- Sequencer can't steal funds β only order transactions
- If sequencer down β delayed but not lost, can force include
- Decentralized sequencer coming β DAO governance
## Security
- Same security as Ethereum for assets β after 7-day challenge period
- Smart contracts same risks β audit status matters
- Fraud proof protects users β invalid state transitions challenged
- Bridge is secured by Ethereum β L1 is the settlement layer
- Use official bridge for large amounts β third-party bridges add risk
This skill assists with Arbitrum One transactions, bridging, gas optimization, and navigating the L2 ecosystem. It provides practical guidance on bridging, withdrawal timing, gas behavior, wallet setup, and common issues so you can move assets and interact with DeFi on Arbitrum safely and efficiently.
The skill inspects network settings, bridge routes, gas estimates, and transaction lifecycles to recommend safe actions. It explains the official bridge flow, the 7-day optimistic rollup withdrawal delay, third-party bridge tradeoffs, and gas composition (L2 execution + L1 data posting). It also verifies wallet configuration and common error causes.
Why does withdrawal take 7 days?
Withdrawals use optimistic rollup security that allows a 7-day challenge window for fraud proofs; itβs a security requirement of the native bridge.
Can I pay gas with ARB?
No. ETH is the gas token on Arbitrum One; ARB is a governance token and cannot be used for transaction fees.