> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Arbitrum: Scalable, private smart contracts

> This paper presents Arbitrum, an optimistic rollup system designed to significantly enhance the scalability and privacy of smart contracts on existing blockchai

# Arbitrum: Scalable, private smart contracts

This paper presents Arbitrum, an optimistic rollup system designed to significantly enhance the scalability and privacy of smart contracts on existing blockchai

## Abstract

This paper presents Arbitrum, an optimistic rollup system designed to significantly enhance the scalability and privacy of smart contracts on existing blockchain platforms, particularly Ethereum. Arbitrum operates by executing smart contract computations off-chain on an Arbitrum Virtual Machine (AVM), drastically reducing the load on the main chain. Security is maintained through a fraud proof mechanism: any participant can challenge the correctness of an off-chain computation, triggering a dispute resolution process on the main chain where the disputed computation is re-executed. This 'optimistic' approach assumes transactions are valid unless proven otherwise, allowing for high throughput and reduced transaction costs. The protocol also offers privacy for the state of contracts and transaction data within an Arbitrum chain, only revealing it if a dispute arises. Arbitrum represents a foundational contribution to Layer 2 scaling solutions, demonstrating a robust and practical method to scale smart contract execution while inheriting the security of the underlying Layer 1 blockchain.

**Authors:** Harry Kalodner, Steven Goldfeder, Xiaoqi Chen, S. Matthew Weinberg, Edward W. Felten

**Publication:** Academic Paper

**Publication date:** 2018-01-01

## Key findings

* Arbitrum introduces an optimistic rollup system for scaling smart contracts off-chain.
* Computations are performed on an Arbitrum Virtual Machine (AVM), with results posted to the main chain.
* Security relies on fraud proofs, allowing anyone to challenge incorrect off-chain computations.
* This method significantly increases throughput and reduces transaction costs compared to Layer 1.
* It provides privacy for contract state and transaction data until a dispute necessitates disclosure.

## Citation

Harry Kalodner, Steven Goldfeder, Xiaoqi Chen, S. Matthew Weinberg, Edward W. Felten (2018). Arbitrum: Scalable, private smart contracts. Academic Paper. [https://www.usenix.org/system/files/conference/usenixsecurity18/sec18-kalodner.pdf](https://www.usenix.org/system/files/conference/usenixsecurity18/sec18-kalodner.pdf)

## Related knowledge

* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — article
* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — related-article
* [How to Survive a Crypto Bear Market: Expert Strategies for Long-Term Gains](/generated/v2/topics/how-to-survive-a-crypto-bear-market-expert-strategies-for-long-term-gains) — article
* [How to Survive a Crypto Bear Market: Expert Strategies for Long-Term Gains](/generated/v2/topics/how-to-survive-a-crypto-bear-market-expert-strategies-for-long-term-gains) — related-article
* [Keccak-256](/generated/v2/glossary/keccak-256) — glossary
* [Keccak-256](/generated/v2/glossary/keccak-256) — related-glossary
* [Mint](/generated/v2/glossary/mint) — glossary
* [Mint](/generated/v2/glossary/mint) — related-glossary
* [Solana’s Comeback: Can It Outpace Ethereum in 2025?](/generated/v2/topics/solanas-comeback-can-it-outpace-ethereum-in-2025) — article
* [Solana’s Comeback: Can It Outpace Ethereum in 2025?](/generated/v2/topics/solanas-comeback-can-it-outpace-ethereum-in-2025) — related-article
* [The Impact of AI on Blockchain Development: Smarter Smart Contracts?](/generated/v2/topics/the-impact-of-ai-on-blockchain-development-smarter-smart-contracts) — article
* [The Impact of AI on Blockchain Development: Smarter Smart Contracts?](/generated/v2/topics/the-impact-of-ai-on-blockchain-development-smarter-smart-contracts) — related-article
* [The Role of Blockchain in Supply Chain Resilience: Lessons from 2025](/generated/v2/topics/the-role-of-blockchain-in-supply-chain-resilience-lessons-from-2025) — article
* [The Role of Blockchain in Supply Chain Resilience: Lessons from 2025](/generated/v2/topics/the-role-of-blockchain-in-supply-chain-resilience-lessons-from-2025) — related-article

***

**Canonical knowledge ID:** `research:arbitrum-scalable-private-smart-contracts`
