Basic info
Top Dapps
Arbitrum is an Ethereum-powered platform leveraging various layer-2 solutions. Arbitrum suite of Ethereum scaling solutions includes channels, sidechains, and rollups called AnyTrust Channels, AnyTrust Sidechains, and Arbitrum Rollup.
Arbitrum was created by Offchain Labs, a New York-based company founded by a group of computer scientists from Princeton University. Their academic background and blockchain expertise helped them to initially come out with a concept of a project in 2015 that later became Arbitrum.
The project was formed and published its whitepaper in 2018. Since May 2021, the rollup network’s mainnet has been available only to developers preparing to launch their dApps there, until the Arbitrum One mainnet opened the doors for everyone in September 2021.
With the help of the rollup technology, Arbitrum aims to take a load off Ethereum’s shoulders by combining transactions into batches to execute them on layer 2 while logging only some data on Ethereum’s mainnet.Â
Arbitrum utilizes optimistic rollup technology and is secured by the Multi-Round Interactive Optimistic Rollup protocol first presented in 2018. The chosen rollups model is called optimistic because all transactions are considered valid by the system and the published batches do not contain cryptographic proof of their validity, relying on participating nodes to check batches for correctness by running a procedure called fraud-proof.
Rollups are considered one of the safest solutions to scaling Ethereum, because they log all transaction data on the Ethereum chain while executing transactions on a rollup. Learn more about how rollups work in our explanatory videos about rollups and the difference between optimistic and zk-rollups.
Any user can post an assertion (called Disputable Assertion or DA on Arbitrum) about the execution of the Rollup chain, and after that, the assertion is submitted to Ethereum, and the process of scrutinizing this assertion begins. During the challenge period, any other user can challenge that assertion and in case fraud is detected, prove that the assertion is in fact fraudulent. To incentivize honest behavior, validators are obliged to bond ETH tokens, which are at stake in case the batch or a single transaction inside the batch is proven to be incorrect during the challenge period. If the challenge period passes without anyone stating that the batch is fraudulent, the DA becomes part of the network and changes its state hash. If the DA is proven incorrect, the state remains unchanged.
The second iteration of the protocol or Arbitrum 2.0 introduced the tree-like structure with multiple pipelined DAs. In the updated protocol, each state can have one DA following from it, thus branching the system. A detailed description of the updated protocol and its staking algorithm can be found in the project documentation.
Arbitrum has full support for Ethereum Virtual Machine (EVM). Therefore, the platform is well suited for projects wishing to reduce gas fees for their users while staying close to Ethereum, as well as for applications already deployed on Ethereum or prepared for it. Arbitrum has full support for the RPC interface, EVM languages, and the entire Ethereum toolkit. Thus, all smart contracts running on Ethereum will also be able to run on Arbitrum. Also, Arbitrum can run all the standard frontend tools like The Graph and ethers.js. More information about Solidity compatibility can be found here and information about frontend integrations on Arbitrum is available here. Under the hood, however, the protocol runs its own virtual machine called Arbitrum Virtual Machine or AVM.
Offloading execution of transactions from L1 is done through the Arbitrum operating system, called ArbOS, which is also responsible for isolating untrusted contracts from one another. ArbOS manages users’ fees and distributes them among validators to reward their work.
While performing computation off-chain, Arbitrum Rollup fees will still need to be paid on Ethereum, as it posts batches on L1. However, those batches will count for just a fraction of the fees paid by a transaction executed on Ethereum directly. The platform provides a suite of solutions such as an aggregator to further minimize gas fees. Instead of submitting their transactions directly to the Arbitrum inbox contract, users may opt to use an aggregator, a node that collects transactions and published them onto Ethereum in batches.
Arbitrum claims to provide up to 4,500 simple transactions (without own calldata) per second (TPS).
The connection to Ethereum is provided by the ETHBridge layer. It’s a set of smart contracts including Inbox and Outbox ones that provide message exchange between layers.Â
For dApps users who wish to use the apps represented in the Arbitrum ecosystem, they need to transfer their funds to the layer 2 network using a bridge and add a wallet Arbitrum supports. You can add Arbitrum to Metamask, for instance, through the Custom RPC feature. After your wallet is activated, you need to deposit your funds on Arbitrum using the bridge that has a token bridge SDK and a simple user interface. All Ethereum-native assets can be transferred to Arbitrum, and the network also enables the functionality of minting Arbitrum-native tokens on L2 that can be further withdrawn to Ethereum.
Developers who want to use Arbitrum without additional setup can start with a public network testnet built on top of Rinkeby and deploy their applications for testing there. However, if a developer wants to deploy their rollup, they need to install Arbitrum and its dependencies and deploy the Arbitrum chain to L1. Such a chain would not need to be deployed for each application; one chain can host multiple applications, which would even be an advantage for their synchronization. Instructions on how to deploy the demo app or contracts are available in the project documentation.
Both dApps users and developers, however, should keep in mind that there is a big difference between transactions from Ethereum to Arbitrum and vice versa - from Arbitrum to Ethereum, which take several times longer. This difference comes from the fact that Arbitrum uses optimistic rollups technology, and when withdrawing funds from it, network participants need time to check the batches.
There are however applications that offer services of liquidity providers for users who want to withdraw funds from Arbitrum quickly. Simply put, these liquidity providers provide the equivalent of what the user wants to withdraw, and take the actual funds withdrawn by the user after some time. One should understand, however, that such providers work only with fungible tokens and will not be able to provide users with an equivalent of NFT. Also, these services are not native Arbitrum products and may carry additional risks. Before using such applications, it is recommended to familiarize yourself with each of them in detail.
Despite common practice in DeFi where each protocol launches its own cryptocurrency to use as a utility or governance token on the network, Arbitrum doesn’t have any native token and relies on ether completely for all transaction fees and rewards for validators. The developers emphasize this issue, noting that any token claiming to be Arbitrum’s native is a scam as there are no plans for further implementation of any assets.
Arbitrum is a permissionless protocol that means anyone can become a validator by running specific software. Validators may choose to become stakers on Arbitrum by bonding a certain amount of ETH as proof of the block validity. If that decision is challenged by another node and proven as false, the lying validator loses its stake.
Any user can make a stake for any DA on the Arbitrum network. You should be aware that with the advent of Arbitrum 2.0, the algorithm for staking on Disputable Assertions has become a bit more complicated. From now on, when you place a stake on a DA, you place it on a particular branch, and with your stake, you claim that this particular branch will be the final state of the network. Staking on Arbitrum cannot be undone, and if the branch the steak was placed on turns out to be incorrect, the bonded assets will be lost. However, the Arbitrum team argues that for a branch of incorrect transactions to exist, there must be multiple parties who voted inconsistently, which is not very likely in practice.
It is also worth considering that any DA added to the network has a deadline, and it must be checked for correctness within a certain period, at the end of which the DA will be recognized by the system as final. More information about staking on Arbitrum is available in the project documentation.
Offchain Labs is a blockchain company based in New York that oversees the development of Arbitrum. It was co-founded by Ed Felten, Steven Goldfeder, and Harry Kalodner who met at Princeton University.Â
Ed Felten is a professor on leave at Princeton and a Chief Scientist at Offchain Labs. He is also famous for his job at the White House where he served as President Obama’s advisor.
Steven Goldfeder is the CEO at Offchain Labs. He holds a Ph.D. from Princeton University and is known as a co-author of Bitcoin and Cryptocurrency Technologies, the leading textbook on cryptocurrencies.
Harry Kalodner is the Chief Technical Officer at Offchain Labs.Â
More information on the Arbitrum team is accessible on the Offchain Labs website.
Although the OffchainLabs team claims to have done a lot of work in terms of Arbitrum code security, as well as conducted numerous audits, reports on them have not been made public.
When choosing to use any layer-2 solution, one must also familiarize themselves with risks associated with bridging assets from layer 1.
Before its mainnet became open to everyone, Artbitrum had integrated over 250 dApps including the most popular protocols in the industry such as 1inch, Aave, Balancer, Cream Finance, Curve, DAI, Dfyn, or DODO. The Maker DAO, Uniswap, and Sushiswap communities also voted to integrate on Arbitrum.
Arbitrum integrated some notable infrastructure protocols such as the Chainlink oracles and the B.Protocol file transfer suite. The full list of successful Arbitrum integrations can be found on its dApp portal. There are also native Arbitrum Explorer and Arbiscan tools to monitor the activity on the network.
The creators of Arbitrum, Offchain Labs, gained the support of some prominent investors securing around $120 million in funding in two rounds led by Lightspeed Venture Partners, Coinbase Ventures, Pantera, Compound, and Blocknation.
Offchain Labs revealed their plans to upgrade Arbitrum with a so-called Arbitrum Nitro iteration in late 2021. Nitro is still the biggest upgrade planned by the network in 2022. It will seamlessly replace existing AVM-based architecture with WebAssembly technology (WASM). The upgrade is expected to land on Arbitrum One mainnet after thorough testing on Arbitrum Rinkeby testnet. The team estimates this improvement will add a 20-50x increase in Layer 2 execution speed, while also notably decreasing the costs of transactions.
https://developer.offchainlabs.comÂ
Â
Latest News
Video Tutorials