# Getting Started On Arbitrum

Arbitrum is built by Offchain Labs, 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 a tremendous amount of 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 31st of August 2022.

Prior to this, Arbitrum throttled transaction throughput in order to maintain network performance. As a result of upgrading to Nitro, these limitations have been lifted, allowing the network to handle many more transactions. Even though Arbitrum offered up to 95% lower fees than Ethereum main-net before the nitro upgrade, the data suggests that nitro further reduces fees by about 25%.\
\
Click [here](https://offchainlabs.com/) for more information about Arbitrum and the team behind it.

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

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 simply send funds from a [centralized exchange](broken://pages/pkHSKfjDx2Cyye4ejOz4).

#### <br>


---

# 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://turtles-organization.gitbook.io/defi-turtle/getting-started/getting-started-on-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.
