# Send Arbitrum to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arbitrum",
    "name": "Arbitrum",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/arbitrum",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/arbitrum",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/arbitrum",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arbitrum",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "arbitrum",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T19:58:38.218Z",
      "expiresAt": "2026-05-06T19:58:38.218Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arbitrum",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arbitrum",
        "contentDisposition": "attachment; filename=\"arbitrum-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "arbitrum"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arbitrum"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arbitrum",
    "downloadUrl": "https://openagent3.xyz/downloads/arbitrum",
    "agentUrl": "https://openagent3.xyz/skills/arbitrum/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arbitrum/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arbitrum/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T19:58:38.218Z
- Expires at: 2026-05-06T19:58:38.218Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/arbitrum)
- [Send to Agent page](https://openagent3.xyz/skills/arbitrum/agent)
- [JSON manifest](https://openagent3.xyz/skills/arbitrum/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/arbitrum/agent.md)
- [Download page](https://openagent3.xyz/downloads/arbitrum)