Galactic
  • ⛓️Tusima Galactic
  • Rollup
    • 🏁Preface
    • Section 1: Rollup Introduction
    • Section 2: ZK Rollup & Optimistic Rollup
  • ZkNode
    • 🏁Introduction
    • Section 1: ZkNode Overview
    • Section 2: ZkNode Consensus Mechanism
    • Section 3: ZkNode Individual Components
    • Section 4: JSON RPC Component
  • Zkprover
    • 🏁Introduction
    • Section 1: ZkEVM Overview
    • Section 2: ZkEVM Functions
    • Section 3: ZkProver Overview
    • Section 4: ZkProver Interaction
    • Section 5: ZkProver Components
    • Section 6: ZkProver Hash Function
    • Section 7: ZkProver ZkASM & PIL
  • Validium
    • 🏁Near DAC
    • Section 1: Near DAC Overview
    • Section 2: Near DAC Implementation
  • Bridge
    • 🏁Introduction
    • Section 1: Bridge Overview
    • Section 2: Bridge Feature
  • Branding kit
    • Tusima Branding kit
  • TERMS & PRIVACY
    • 📋Terms Of Service
    • 🔏Privacy Policy
Powered by GitBook
On this page
  1. Bridge

Introduction

The ability of any blockchain to exchange data with other blockchains is crucial because it allows blockchains to participate in the ecosystem of other blockchains; this is called interoperability. Many solutions have been developed to support interoperability, each with its own advantages and disadvantages.

The zkEVM bridge is a component that enables communication and asset migration between the zkEVM network and other networks such as L1 (Ethereum mainnet) or any L2 built on top of Ethereum.

From a user perspective, the ability to move assets from one network to another without changing the original asset's value or functionality is critical. Additionally, cross-chain messaging is supported, allowing payloads to be sent between networks.

In L2 rollups like zkEVM, L1 smart contracts ensure that L2 state transitions and data availability are properly managed. Therefore, with appropriate L2 architecture design, both ends of the bridge smart contract (SC) can be fully synchronized through the logic of the smart contract.

PreviousSection 2: Near DAC ImplementationNextSection 1: Bridge Overview

Last updated 1 year ago

🏁