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
Last updated