zkLink Nova Documentation
  • 😃Welcome
    • Introduction
    • Connecting to Nova
  • 💰Aggregation Parade
    • Nova Points
  • 📚key concepts
    • Total Value Locked(TVL)
    • Zero-Knowledge Rollup
    • zkEVM
    • Layer 3
    • Modular Blockchain
    • Token Merge
  • 💡Chain Abstraction
    • Vision
    • Implementation
  • 🏗️architecture
    • Overview
    • Transaction Life Cycle
    • Sequencing Layer
    • Execution Layer
    • Settlement Layer
      • In-Detail: Multi-Chain State Synchronization
      • In-Detail: Contract System on Primary Chain
    • DA Layer
  • ✈️Roadmap
    • Keep Evolving
  • 🧑‍💻developer
    • Quick Start
    • Contract Verification
    • Migrating Your Project to Nova
    • EVM Compatibility
    • Useful Addresses
    • Run a Node
    • Tools
      • Bridges
      • Blockchain Explorer
      • Oracles
      • MultiSig Wallet
      • Node Providers
      • Actions & magicLink SDK
  • ❓Additional resources
    • Help
    • Github
    • Audits
    • Bug Bounty
    • Official Links
Powered by GitBook
On this page
  1. key concepts

Modular Blockchain

PreviousLayer 3NextToken Merge

Last updated 1 year ago

zkLink Nova is designed with a modular architecture, allowing for various components or modules to be easily interchanged, upgraded, or added as needed. This modular approach provides flexibility and scalability by combining multiple specialized blockchains and technologies.

The functions that modular blockchains can specialize in are:

  • Sequencing: Collect and order transactions.

  • Execution: Process transactions.

  • Settlement: Dispute resolution and bridge.

  • Data availability: Ensure data is available.

For more details, we recommend reading:

📚
The modular stack for beginnersCelestiaOrg
Logo