# Beginner's Guide (to Arbitrum)

Arbitrum is built by [Offchain Labs](https://offchainlabs.com/), a team of world-class blockchain engineers, researchers, and Ethereum experts. Arbitrum One mainnet launched on August 31, 2021.

* Arbitrum serves as Ethereum's next-generation Layer 2, bundling many transactions into one before submitting to Ethereum L1 — dramatically reducing fees while inheriting Ethereum security
* It uses Optimistic Rollups: smart contracts that batch transactions to reduce computation time and gas consumption
* Arbitrum successfully migrated to Arbitrum Nitro on August 31, 2022, further improving performance
* On March 23, 2023, Arbitrum distributed its $ARB governance token to the community

Adding Arbitrum support to your wallet is all you need to get started. Once set up, you can transfer funds via one of the supported bridges or from a centralized exchange that supports Arbitrum withdrawals.

***

## Getting Started Steps

1. [**Create a wallet**](/gemach-dao/miscellaneous/beginners-guide-to-arbitrum/wallet-creation.md) — set up MetaMask if you do not have a wallet yet
2. [**Set up for Arbitrum**](/gemach-dao/miscellaneous/beginners-guide-to-arbitrum/wallet-setup-for-arbitrum-compatibility.md) — add the Arbitrum network to your wallet
3. [**Bridge funds**](/gemach-dao/miscellaneous/beginners-guide-to-arbitrum/bridging-tokens-to-arbitrum.md) — move ETH or tokens to Arbitrum

> ⚠️ **Important:** All transaction fees on Arbitrum are paid in **ETH**. Always keep some ETH in your Arbitrum wallet to cover gas costs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gemach.io/gemach-dao/miscellaneous/beginners-guide-to-arbitrum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
