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

# L2 Architecture

Celo’s architecture is a multi-layered system that includes a Layer 2 blockchain, core smart contracts, user applications, and a dynamic network topology, all optimized for scalability, security, and ease of use.

***

## Introduction to the Celo Stack

The Celo stack consists of three main components that work together to deliver a seamless blockchain experience:

### Celo Blockchain

The Celo blockchain operates as a Layer 2 (L2) solution using the OP Stack, with distinct layers for optimal performance and security:

* **Execution Layer**: EVM-compatible, allowing easy deployment of Ethereum smart contracts.
* **Data Availability Layer**: Utilizes EigenDA to ensure transaction data is accessible and cost-efficient.
* **Settlement Layer**: Leverages Ethereum to finalize transactions, benefiting from its security.

### Celo Core Contracts

Celo Core Contracts are essential smart contracts on the Celo blockchain, managed through decentralized governance. Key contracts include:

* **Attestations**: Links users' phone numbers to their blockchain addresses for secure identity verification and Social Connect features.
* **Governance**: Allows community voting on protocol upgrades and changes.
* **StableToken** (e.g., USDm, EURm): Manages native stablecoin issuance and stability for seamless transactions.
* **Exchange**: Facilitates asset trading and liquidity within the Celo ecosystem.
* **SortedOracles**: Provides external data, like price feeds, critical for stability and DeFi applications.
* **Validators**: Manages validator operations and network security.

### Applications

The Application Layer connects users directly to the blockchain. Developers can build user-friendly applications that are secure, transparent, and decentralized by utilizing Celo’s blockchain.

## Our Network Topology

The Celo network topology consists of various nodes running the Celo blockchain software in different configurations to support the decentralized infrastructure of the network.

### Sequencer

The sequencer replaces the traditional validator role in the L2 architecture. It is responsible for:

* Gathering transactions from other nodes
* Executing associated smart contracts to form new blocks
* Submitting these blocks to the Ethereum L1 for final settlement

The sequencer operates on a 1-second block time, improving transaction speed and throughput.

### Full Nodes

Full nodes in the Celo L2 network serve multiple important functions:

* Maintaining a copy of the L2 blockchain state
* Interacting with Ethereum L1 to read and verify L2 block data
* Optionally running an Ethereum node or using a third-party Ethereum node service

Full nodes can join or leave the network at any time, providing a decentralized infrastructure for the network.

### Data Availability Layer

Celo L2 incorporates EigenDA as its Data Availability (DA) layer:

* Ensures transaction data remains accessible and cost-efficient
* Operates separately from the execution and settlement layers
* Contributes to lower transaction costs and improved scalability
