# 📘┃Arbitrum Guide

Arbitrum is built by [Offchain Labs](https://offchainlabs.com/), which consists of world-class blockchain engineers, researchers, and Ethereum experts. Arbitrum One main net launched on the 31st of August 2021.

* Arbitrum serves as Ethereum's next-generation layer-2.
* The layer-2 solution facilitates transactions through off-chain means before bundling and submitting them as a single transaction to the base layer, thus supporting Ethereum scaling. As a result, layer-1 Ethereum transactions will not be slowed down by many transaction requests.
* Arbitrum is an Optimistic Rollup solution. Optimistic rollups are smart contracts that bundle transactions, reducing computation time and gas consumption. By utilizing Optimistic Rollups, Arbitrum can ensure inexpensive gas fees while relying on Ethereum's L1 security.
* Arbitrum successfully migrated the existing Arbitrum One network to Arbitrum Nitro on the 31st of August, 2022.
* On March 23, Arbitrum distributed its highly-anticipated $ARB governance token.

As with any other chain, Arbitrum has a similar onboarding process. Adding support for Arbitrum to your wallet is all you need to do, and then you can transfer funds to the network through one of the bridges that offer Arbitrum transfer support or send funds from a centralized exchange.

{% hint style="danger" %}

#### Be aware that all transaction fees on Arbitrum are payable in <mark style="color:blue;">ETH</mark>

{% endhint %}

#### Now that we've covered Arbitrum let's learn about

{% content-ref url="/pages/p4gqeThYSIJuCYM4bzJS" %}
[Wallet Creation](/get-started/arbitrum-guide/wallet-creation.md)
{% endcontent-ref %}

{% content-ref url="/pages/XMOdLK5C8GkLIxVzuZzE" %}
[Wallet Setup for Arbitrum Compatibility](/get-started/arbitrum-guide/wallet-setup-for-arbitrum-compatibility.md)
{% endcontent-ref %}

{% content-ref url="/pages/pkHSKfjDx2Cyye4ejOz4" %}
[Bridging tokens to Arbitrum](/get-started/arbitrum-guide/bridging-tokens-to-arbitrum.md)
{% endcontent-ref %}

{% content-ref url="/pages/Vc1jNfTUG01zWWkHoy4I" %}
[Adding tokens to the wallet interface](/get-started/arbitrum-guide/adding-tokens-to-the-wallet-interface.md)
{% endcontent-ref %}


---

# 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.camelot.exchange/get-started/arbitrum-guide.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.
