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. architecture

DA Layer

The DA Layer entails making the transaction and state data available.

Nova chooses the Validium mode for storing data. Under classic Rollup mode, the majority of Ethereum gas costs go to Data Availability, and not proof verification. This is because it is very gas-intensive to store data on Ethereum. In Validium mode, Nova's data is stored off-chain with a Data Availability Committee (DAC). This Data Availability Committee oversees the correct state update as well as keep a copy of the data that was processed.

In the very near future, Nova will integrate with external DA solutions, for example, Celestia, EigenDA, Avail, etc., so that data will be stored in a more decentralized approach with censorship resistence.

PreviousIn-Detail: Contract System on Primary ChainNextKeep Evolving

Last updated 1 year ago

🏗️