Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
LABS
Glossary

Enshrined Rollup

An enshrined rollup is a rollup whose core components, like sequencing and settlement, are natively integrated into the consensus and execution logic of its Layer 1 blockchain.
Chainscore © 2026
definition
BLOCKCHAIN SCALING

What is an Enshrined Rollup?

An enshrined rollup is a blockchain scaling architecture where the rollup protocol is natively defined and secured by the consensus of its parent layer-1 blockchain, rather than by a separate set of off-chain validators.

An enshrined rollup is a layer-2 scaling solution whose core protocol—including its sequencing rules, state transition logic, and fraud or validity proof verification—is codified directly into the consensus rules of its underlying layer-1 blockchain, such as Ethereum. This design stands in contrast to sovereign rollups or smart contract rollups, which rely on external verifier sets or bridge contracts. By being "enshrined," the rollup inherits the full security and decentralization guarantees of the base layer's validator set, as the L1 validators are ultimately responsible for enforcing the correctness of the rollup's state transitions.

The primary architectural benefit of enshrinement is the elimination of trust assumptions associated with external bridges or multi-signature committees. In a typical optimistic rollup, users must trust that at least one honest actor will submit a fraud proof if the sequencer posts an invalid batch. In an enshrined model, this verification logic is part of the L1 protocol itself, making the system's security properties cryptoeconomically native. This approach also simplifies the withdrawal process, as moving assets from the rollup back to the L1 does not require a separate bridge contract with its own security model; it is a direct action governed by the core protocol.

A key example and driving force behind this concept is Ethereum's EIP-4844 (Proto-Danksharding), which introduced blob-carrying transactions. This upgrade provides a dedicated, low-cost data availability layer for rollups, a critical piece of infrastructure that can be seen as a step toward enshrining their data needs. Future Ethereum upgrades, potentially involving enshrined proposer-builder separation (PBS) for rollup sequencing or native verification of validity proofs, could move the ecosystem closer to a fully enshrined rollup paradigm. This evolution represents a long-term vision for integrating scaling solutions more deeply and securely into the base layer's roadmap.

etymology
ENSHRINED ROLLUP

Etymology & Origin

This section traces the conceptual and terminological origins of the 'enshrined rollup,' a pivotal architectural concept in blockchain scaling that merges protocol-level design with layer-2 technology.

The term enshrined rollup emerged in the Ethereum ecosystem around 2021-2022, coined to describe a layer-2 scaling solution whose core logic and validation rules are formally embedded, or enshrined, within the consensus layer of its parent chain. The word 'enshrine' (from Old French enshriner, meaning 'to place in a shrine') conveys the idea of granting a sacred or inviolable status, which in a technical context translates to protocol-level canonicality and security guarantees. This distinguishes it from ad-hoc, smart contract-based rollups which exist as applications on the chain rather than as a native part of the chain.

The concept's intellectual origin is deeply tied to the Ethereum roadmap, particularly the 'Endgame' visions articulated by researchers like Vitalik Buterin. It represents an evolution from standalone rollups (Optimistic and ZK) towards a more integrated scaling paradigm where the base layer provides native support for rollup functions like sequencing, proving, and bridging. This shift aims to reduce complexity, minimize trust assumptions, and create a more cohesive and efficient multi-rollup ecosystem. The idea is philosophically aligned with minimalism in protocol design, pushing complexity to the edges while keeping the core lean and secure.

Key to the etymology is the contrast it establishes. Before 'enshrined,' rollups were defined by their relationship to Ethereum as a smart contract—a 'Rollup on Ethereum.' An enshrined rollup redefines this as a 'Rollup of Ethereum,' making its operation a first-class citizen of the protocol. This linguistic shift mirrors a technical one: from a modular, application-specific construction to a monolithic, protocol-native feature. The term gained prominence as a direct counterpoint to 'sovereign rollups' or 'alt-layer-1s,' emphasizing integration over independence.

The development trajectory shows the term moving from theoretical discourse to concrete proposals. Early discussions focused on enshrined ZK-EVMs, where the Ethereum protocol would natively verify zero-knowledge proofs of execution. This would effectively make the base layer a universal settlement and verification hub for all compatible rollups. The 'enshrinement' here refers to baking the proof verification logic, data availability requirements, and potentially even a default sequencer into the core protocol rules, removing the need for individual smart contract bridges and their associated risks.

In summary, the etymology of 'enshrined rollup' captures a fundamental architectural pivot. It is not merely a new type of rollup but a reimagining of the blockchain stack itself, where scaling solutions transition from being externally built applications to being internally mandated features. The term's power lies in its implication of permanence, security, and canonical status, heralding a future where the distinction between layer-1 and layer-2 becomes seamlessly integrated by design.

key-features
ENSHRINED ROLLUP

Key Features & Characteristics

An enshrined rollup is a scaling solution whose core logic is natively defined and secured by the consensus of the underlying Layer 1 blockchain, rather than by separate, off-chain contracts.

01

Native Protocol Integration

The rollup's sequencing, data availability, and settlement mechanisms are hardcoded into the L1's protocol rules. This eliminates reliance on external smart contracts for these critical functions, creating a trust-minimized bridge between layers. For example, the rollup's state root might be committed in the L1's block header itself.

02

Enhanced Security & Credible Neutrality

Security inherits directly from the L1's validator set and consensus mechanism. There is no separate prover network or multisig council that can be upgraded or censored independently. This provides stronger crypto-economic guarantees and ensures the rollup's rules are credibly neutral, governed solely by the base layer's social consensus.

03

Simplified Trust Assumptions

Users and developers only need to trust the security of the base L1. This contrasts with sovereign rollups or optimistic rollups, which often introduce additional trust in a sequencer or a challenge period. The enshrined model reduces the trust surface by making the L1 the ultimate arbiter of all disputes and state transitions.

04

Protocol-Level Data Availability

Transaction data is posted to a data availability layer that is a native component of the L1 protocol (e.g., using blob transactions in Ethereum's Danksharding roadmap). This ensures data is available for verification under the same security assumptions as the L1's core state, preventing data withholding attacks that could freeze assets.

05

Contrast with Smart Contract Rollups

Most current rollups (Arbitrum, Optimism) are smart contract rollups. Their bridge and verification logic exists in L1 smart contracts, which can be upgraded by a multisig. Enshrined rollups move this logic into the consensus client, making it immutable without a hard fork. This represents a shift from contractual to constitutional security.

06

Long-Term Scaling Vision

Enshrined rollups are often seen as the end-state for blockchain scaling architecture within a single ecosystem. They aim to provide maximal security and seamless interoperability between execution layers. Projects like Ethereum's PBS + Danksharding and Celestia's Rollup-as-a-Service frameworks explore different implementations of this core principle.

how-it-works
BLOCKCHAIN ARCHITECTURE

How an Enshrined Rollup Works

An enshrined rollup is a blockchain scaling solution whose core logic is natively defined and secured by the consensus of its parent chain, rather than by a separate, external smart contract.

An enshrined rollup is a layer-2 scaling architecture where the protocol rules for validating rollup blocks, processing transactions, and resolving disputes are baked directly into the base layer's consensus client. This is in contrast to smart contract rollups (or "sovereign rollups"), which implement their verification logic through a contract deployed on the chain. Enshrinement means the rollup's state transition function is part of the base layer's canonical protocol, making it a first-class citizen of the network. This design eliminates the need for a separate, potentially upgradeable bridge contract, creating a more trust-minimized and unified security model.

The operational workflow of an enshrined rollup typically involves a sequencer (or proposer) that batches transactions and posts compressed data and a state root to the base layer. Because the rollup's verification rules are enshrined, the base layer's validators can natively verify the correctness of these state transitions. For optimistic rollups, this means validators can execute fraud proofs directly. For zero-knowledge rollups (zk-rollups), validators can verify the attached ZK-SNARK or ZK-STARK proof against the enshrined verification key. This native integration streamlines the security guarantee: the rollup inherits the full economic security and liveness of the underlying chain without additional trust assumptions.

Key advantages of this architecture include stronger security properties, as the bridge cannot be unilaterally upgraded or exploited like a smart contract, and simplified protocol governance, as changes to the rollup logic would require a base-layer consensus upgrade. A canonical example is the potential future implementation of an enshrined zkEVM within the Ethereum protocol itself. The primary trade-off is reduced flexibility and slower iteration speed compared to smart contract rollups, as any modification to the rollup's rules necessitates a hard fork of the base layer, aligning its evolution with the core protocol's development cycle.

ROLLUP ARCHITECTURE

Enshrined vs. Smart Contract vs. Sovereign Rollups

A comparison of the three primary architectural models for rollups, defined by their relationship to the underlying settlement layer.

FeatureEnshrined RollupSmart Contract RollupSovereign Rollup

Settlement Layer

Native protocol layer

Smart contract (e.g., EVM)

Its own blockchain

Protocol-Level Integration

Upgrade Control

Protocol governance

Smart contract owner/multisig

Rollup's own validator set

Data Availability Source

Layer 1 blockspace

Layer 1 blockspace

Separate DA layer (e.g., Celestia)

Dispute Resolution

Native fraud/validity proofs

Smart contract verification

Social consensus / fork choice rule

Sequencer Decentralization

Often protocol-mandated

Typically centralized or permissioned

Sovereign validator set

Example

Monolithic L1 with planned enshrinement

Arbitrum, Optimism, zkSync

Dymension RollApps, Celestia rollups

examples
ENSHRINED ROLLUP

Examples & Implementations

Enshrined rollups are defined by their deep integration with the base layer's protocol. This section explores key implementations and the architectural principles they exemplify.

03

The Sovereign Rollup Model

A primary architectural pattern enabled by enshrined DA. A sovereign rollup posts its blocks' data to an enshrined DA layer (like Celestia) but settles its own transactions and defines its own fork choice rule. It uses the base layer purely for data availability and consensus, not execution. This contrasts with smart contract rollups (e.g., Arbitrum, Optimism) that rely on a settlement contract on L1.

04

Key Protocol-Level Guarantees

Enshrined rollups derive security from specific, protocol-level properties:

  • Censorship Resistance: Transaction inclusion is governed by base-layer consensus rules, not a centralized sequencer.
  • Protocol-Guaranteed DA: Data availability is secured by the validator set's economic security, not a multisig.
  • Trust-Minimized Bridging: Asset transfers between L1 and the rollup can be verified by light clients using cryptographic proofs from the core protocol.
05

Contrast with Smart Contract Rollups

Highlights the core architectural difference.

  • Smart Contract Rollup: A verification contract on L1 (e.g., Ethereum) validates state transitions. The rollup is defined by its contract's code.
  • Enshrined Rollup: The validity and data availability rules are part of the L1 client software itself. The rollup's logic is enforced by the network's consensus nodes, making it unforkable without a hard fork of the base chain.
06

Modular Stack Integration

Enshrined rollups are a natural fit for the modular blockchain paradigm. They typically compose:

  • Execution Layer: Rollup's own node software (e.g., Rollkit).
  • Settlement Layer: Often the rollup itself, or a shared settlement chain.
  • Data Availability Layer: An enshrined DA chain (e.g., Celestia, Ethereum post-Danksharding).
  • Consensus Layer: Inherited from the DA/Settlement layer. This separation allows for maximal flexibility and specialization.
advantages
ENSHRINED ROLLUP

Advantages

Enshrined rollups are distinguished by their deep integration with the underlying Layer 1 blockchain, offering inherent advantages over traditional smart contract-based rollups.

01

Protocol-Level Security

An enshrined rollup's logic is part of the L1's consensus rules, not a smart contract. This eliminates the risk of a bug in the rollup's bridge contract, which is a single point of failure in traditional rollups. The L1 validators directly secure the rollup's state transitions.

02

Guaranteed L1 Alignment

Because it is defined in the protocol, an enshrined rollup is permissionless and credibly neutral by design. It cannot be censored, forked, or have its rules changed by a centralized sequencer or multisig. Its upgrade path is tied to the L1's governance, ensuring long-term alignment with the base layer.

03

Simplified Trust Model

Users and developers interact with a single, unified security source: the L1. There is no need to audit a separate bridge contract or trust a committee of external validators. This reduces trust assumptions and complexity for applications built on the rollup.

04

Efficient Data Availability

Enshrined rollups can leverage the L1's native data availability layer (e.g., Ethereum's blobs) more efficiently. The protocol can define optimal data posting and verification rules, potentially reducing costs and complexity compared to a custom DA solution implemented via smart contracts.

05

Reduced MEV & Censorship Risk

Sequencing can be managed by the L1's validator set through proposer-builder separation (PBS) or similar mechanisms. This distributes sequencing power, mitigating the risk of centralized sequencers extracting maximal extractable value (MEV) or censoring transactions.

06

Long-Term Sustainability

Enshrined rollups are not subject to the business risks of an independent development company. Their maintenance and evolution are part of the L1's core roadmap, providing a more stable and predictable foundation for long-term application development and capital deployment.

tradeoffs-considerations
ENSHRINED ROLLUP

Trade-offs & Considerations

Enshrined rollups are a proposed evolution of the modular blockchain stack, embedding scaling logic directly into the base layer's consensus rules. This design presents fundamental trade-offs compared to smart contract-based rollups.

01

Security & Trust Model

The primary advantage is maximum security alignment. The rollup's state transition logic is enforced by the base layer's validators, eliminating the trust assumptions associated with an external sequencer or prover. This is often called enshrined security. However, it also means the base layer must be upgraded to modify the rollup's rules, which can be a slow, governance-heavy process.

02

Decentralization & Censorship Resistance

Enshrined rollups typically inherit the decentralization and censorship resistance properties of their underlying L1. Block production (sequencing) and validation are performed by the L1's validator set, preventing centralized control. This contrasts with many current rollups where a single, permissioned sequencer can be a point of failure or censorship.

03

Innovation & Upgrade Speed

A key trade-off is reduced upgrade agility. Changes to the rollup's virtual machine (e.g., new precompiles) or fee mechanism require a hard fork of the base layer. This creates a significant bottleneck compared to smart contract rollups, where upgradeable contracts or multi-sig governance can deploy improvements rapidly, albeit with higher trust assumptions.

04

Ecosystem Fragmentation Risk

If multiple enshrined rollups are built into one L1, they risk creating fragmented liquidity and developer mindshare similar to multiple standalone L2s. The shared sequencer model of enshrined rollups could mitigate this by enabling atomic cross-rollup composability at the base layer, a potential advantage over isolated L2 ecosystems.

05

Economic & Resource Efficiency

Enshrined rollups can be more resource-efficient for validators. They avoid the overhead of re-executing transactions or verifying complex ZK proofs for a separate smart contract. Settlement and data availability are native. However, they increase the protocol complexity and computational burden of the base layer consensus client itself.

06

Comparison to Validium & Sovereign Rollups

Contrasts with two other models:

  • Validium: Uses off-chain data availability (high TPS) but introduces a data committee trust assumption, which enshrined rollups avoid.
  • Sovereign Rollup: Provides forkability and sovereignty via its own consensus layer, but lacks the enshrined security and guaranteed settlement of a base-layer-native system.
evolution
EVOLUTION & FUTURE OUTLOOK

Enshrined Rollup

An enshrined rollup is a blockchain scaling architecture where the rollup's core logic is formally integrated into the protocol of its parent chain, rather than being deployed as a separate, user-deployed smart contract.

An enshrined rollup is a layer-2 scaling solution whose validity and bridging mechanisms are natively defined and secured by the consensus and social consensus of its base layer (L1) protocol. Unlike a sovereign rollup or a smart contract rollup, which operates through a contract that can be forked or altered, an enshrined rollup's rules are part of the L1's canonical code. This design aims to minimize trust assumptions by eliminating the need for external, mutable contracts to manage critical functions like fraud proofs, validity proofs, and bridging, making the system's security properties inseparable from the L1 itself.

The primary technical motivation is to achieve maximal alignment and minimize coordination overhead between the L1 and L2. By enshrining the rollup logic, the base layer validators directly participate in securing the rollup's state transitions. This can simplify the trust model for users and developers, as the rollup's liveness and safety guarantees are inherited directly from the L1's consensus. Proponents argue this creates a more unified and robust scaling path, reducing risks associated with bridge hacks or governance attacks on smart contract rollups. Ethereum researchers, including Vitalik Buterin, have proposed this as a potential long-term evolution for the ecosystem.

Key design challenges include balancing the flexibility of rollup innovation with the rigidity of a base layer protocol upgrade. An enshrined design must be general enough to support various virtual machines (e.g., EVM, WASM) and proof systems (fraud proofs, validity proofs) without requiring frequent, contentious hard forks. Furthermore, it must define clear and secure mechanisms for sequencer decentralization and MEV management at the protocol level. The transition from today's smart contract rollups to a potential enshrined future would be a major, multi-year protocol evolution, requiring extensive research and community consensus.

ENSHRINED ROLLUP

Frequently Asked Questions

Enshrined rollups are a proposed evolution of blockchain scaling, integrating the rollup mechanism directly into the protocol layer. This section addresses common technical and strategic questions about their design and implications.

An enshrined rollup is a blockchain scaling solution where the rollup's core logic—its state transition function, data availability, and settlement guarantees—is natively defined and enforced by the underlying Layer 1 (L1) protocol's consensus rules, rather than by a separate, off-chain smart contract. This design makes the rollup a canonical, protocol-level component of the L1 itself.

Unlike a sovereign rollup or a smart contract rollup (like most current Ethereum L2s), an enshrined rollup's validity is secured directly by the L1 validators. Its rules are part of the L1's hard-coded specification, which can simplify trust assumptions, guarantee long-term compatibility, and potentially reduce fragmentation. The concept is a key part of Ethereum's Endgame vision, where execution is handled by multiple, specialized rollups that are all natively settled and secured by the Ethereum beacon chain.

ENQUIRY

Get In Touch
today.

Our experts will offer a free quote and a 30min call to discuss your project.

NDA Protected
24h Response
Directly to Engineering Team
10+
Protocols Shipped
$20M+
TVL Overall
NDA Protected Directly to Engineering Team
Enshrined Rollup Definition & Architecture | Chainscore | ChainScore Glossary