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
Export as PDF
  1. ABC Stack Architecture

Security Model

Security in ABC Stack is based on two primary mechanisms:

  1. Data Availability: Celestia's data availability sampling ensures that all transaction data is provably available to the network.

  2. State Validation: Full nodes independently validate all state transitions according to the chain's rules.

This model provides strong security guarantees while enabling high performance and sovereignty. Unlike traditional L2s that rely on fraud proofs and challenge periods, ABC Stack's security is immediate and doesn't require trust in external validators or settlement layers.

PreviousState ManagementNextUse Cases

Last updated 2 months ago