LogoLogo
  • The ABC Stack
  • Monolithic vs Modular Blockchains
  • "Sovereign" Rollup L1s vs "Settled" L2s
  • ABC Stack Architecture
    • Key Features
    • Data Availability and Consensus
    • EVM Execution Environment
    • State Management
    • Security Model
    • Use Cases
  • Modular Bridging
    • Gelato Hyperlane Cluster
    • Hyperlane Components
    • Warp Route Types
    • Bridging Process with Hyperlane Warp Routes
    • Getting Started with Modular Bridging
Powered by GitBook
LogoLogo
On this page
  • Overview
  • How ABC Achieves Gigagas Throughput
Export as PDF

ABC Stack Architecture

Overview

ABC Stack embraces the Sovereign Rollup model pioneered by Celestia, where rollups operate as independent chains rather than being tightly coupled to a settlement layer like Ethereum.

By removing the architectural constraints of monolithic and “settled” L2 rollups and performing additional optimizations, ABC Stack achieves gigagas levels of throughput (over 1000 megagas per second). This architectural choice aligns the design of blockchains with the functionality users expect from traditional applications.

ABC Stack makes deploying a Rollup L1 as straightforward as deploying a smart contract. Rather than being constrained by monolithic blockchains, enshrined bridges and settlement layers, developers can focus purely on their application logic and choose exactly the features they need.

How ABC Achieves Gigagas Throughput

The ABC stack achieves unprecedented throughput through the following design choices:

  • Optimized Execution: The execution layer can be fully optimized for performance without settlement layer synchronisation constraints

  • Efficient Data Handling: Direct integration with Celestia's data availability layer enables efficient data processing

  • Minimal State Synchronization: No need to constantly synchronize state with a settlement layer

Previous"Sovereign" Rollup L1s vs "Settled" L2sNextKey Features

Last updated 2 months ago