Back to Glossary
IntermediateTechnology

Scalability

Definition

A blockchain's ability to handle increasing transaction volume without degrading performance, increasing fees, or sacrificing decentralization and security. The 'scalability trilemma' (coined by Vitalik Buterin) posits that blockchains can only optimize two of three properties: decentralization, security, and scalability. Layer 2 solutions, sharding, and alternative consensus mechanisms are approaches to improving scalability.

Example

Ethereum processes about 15-30 transactions per second on Layer 1, but Layer 2 rollups like Arbitrum can handle thousands of TPS by batching transactions and posting compressed data back to Ethereum.

Related Terms

Layer 2

A secondary protocol built on top of a Layer 1 blockchain to improve scalability, reduce transaction costs, and increase throughput without sacrificing the security guarantees of the underlying chain. Layer 2 solutions process transactions off the main chain and periodically post compressed proofs or data back to Layer 1 for finality.

INTTechnology

Rollup

A Layer 2 scaling solution that executes transactions off-chain, compresses them, and posts transaction data or validity proofs to the main chain for finality. Rollups inherit the security of the underlying blockchain while dramatically increasing throughput and reducing costs. The two main types are Optimistic rollups (assume transactions are valid unless challenged during a dispute window) and ZK rollups (use cryptographic zero-knowledge proofs to verify transaction validity instantly).

ADVTechnology

Layer 1

The base blockchain network that provides the foundational infrastructure — consensus, security, and data availability — upon which applications and Layer 2 solutions are built. Layer 1 blockchains process and finalize transactions on their own mainnet and have their own native cryptocurrency for gas fees.

INTTechnology

Decentralization

The distribution of control, authority, and data processing across a network of participants rather than concentrating it in a single entity. In blockchain, decentralization means no single party controls the network, making it censorship-resistant and reducing single points of failure.

BEGBasics