home / skills / openclaw / skills / arbitrum

arbitrum skill

/skills/ivangdavila/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 arbitrum

Review the files below or copy the command above to add this skill to your agents.

Files (2)
SKILL.md
3.6 KB
---
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

Overview

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.

How this skill works

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.

When to use it

  • Preparing to bridge ETH or tokens between Ethereum and Arbitrum One
  • Estimating gas and fees before submitting L2 transactions
  • Planning an exit from Arbitrum that may require the 7-day withdrawal
  • Configuring a wallet (MetaMask) for Arbitrum One or Nova
  • Choosing between official and third-party bridges for speed vs. security

Best practices

  • Always bridge a small amount of ETH first to cover L2 gas before moving large balances
  • Use the official bridge (bridge.arbitrum.io) for large transfers; use third-party bridges only when speed outweighs added risk
  • Plan exits at least 7 days ahead if you intend to withdraw via the native bridge
  • Check chain ID (42161 for One, 42170 for Nova) and RPC before transacting; verify on arbiscan.io
  • Monitor L1 congestion since L1 data posting can spike costs even on L2

Example use cases

  • Move ETH from Ethereum mainnet to Arbitrum One to access cheaper DeFi trading on Uniswap or GMX
  • Estimate cost and time to withdraw funds back to L1 and decide whether to use a liquidity bridge for a faster exit
  • Troubleshoot a wallet showing "insufficient ETH" by confirming ETH balance on Arbitrum, not just token balances
  • Configure MetaMask with chain ID 42161 and RPC https://arb1.arbitrum.io/rpc to interact with Arbitrum dApps
  • Decide between Arbitrum One and Arbitrum Nova based on security needs and fee sensitivity

FAQ

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.