Zecrey
  • Introduction
  • Zecrey Onepager
  • Announcements
    • Zecrey Public Testnet Announcement
    • Zecrey Testnet Beta Internal Test Announcement
    • Zecrey Ambassador Program Annoucement
  • Go & JS SDK Basic Guides
    • 1. Install and Initialize
    • 2. Get Data
    • 3. SDK Signature
    • 4. Register Users
    • 5. Mint Assets
    • 6. Creating Orders
    • 7. Match Orders
    • 8. Asset Deposits
    • 9. Asset Transfers
    • 10. Asset Withdrawals
    • 11. Full Exit
    • 12. Demo of SDK Calling
  • Education
    • Zecrey Video Guide
    • Concepts Explained
      • Crypto Knowledge
        • Layer 1 (L1)
        • Layer 2 (L2)
        • ZK-Rollup
        • Gas Fee
        • NFT
      • Zecrey Basics
        • Multi-chain asset management
        • Zecrey L1 wallet
        • Zecrey Legend L2 wallet
        • Zecrey Zero L2 wallet
        • Deposit
        • Withdraw
        • Zecrey DEX
      • The State of Transactions
    • Get Started
      • How to import an account?
      • How to create a new account?
      • How to receive and send assets with QR code?
      • How to export the private key?
      • How to export the recovery phrase?
      • How to use Zecrey NFT Marketplace?
      • How to adjust the gas fee?
      • How to check my transaction record?
      • How to manage my contacts?
      • How to set the language?
      • How to give feedback?
    • FAQs
  • Product Handbook
    • Zecrey Products Introduction
    • Set up your Zecrey Wallet
      • Download and Install Zecrey
      • Create a New Wallet
      • Import an Existing Wallet with Mnemonic
      • Claim Test Tokens for Testnet
      • Testing Requirements
      • Rewards for Phase II Testnet
    • Zecrey L1 Wallet
      • Multi-chain Assets Management
      • L1 Transfer
      • Deposit
      • L1 NFT Management
        • View NFT Assets
        • L1 NFT Transfer
        • NFT Deposit
    • Zecrey Legend L2
      • L2 Account Registration
      • L2 Transfer
      • Withdraw
    • Zecrey NFT Marketplace
      • Explore NFT Marketplace
      • Connect Zecrey Extension to NFT Marketplace
      • Create NFT Collection
      • Mint NFT
      • Buy NFT
      • Sell NFT
      • Transfer NFT
      • Withdraw NFT
      • View NFT Assets
      • Manage NFT Transactions
Powered by GitBook
On this page

Was this helpful?

  1. Education
  2. Concepts Explained
  3. Crypto Knowledge

ZK-Rollup

Rollup is currently the preferred Layer 2 solution for scaling Ethereum. By packing hundreds of transactions into a single transaction on the L1 network, it helps users drastically reduce the gas fee. Rollup inherits the security of Ethereum by submitting transaction data to L1 network. There are two different ways to implement Rollup: optimistic rollup and zero-knowledge rollup (zk-Rollup). Their main difference is how the transaction data is submitted to L1. Zk-Rollup will package hundreds of off-chain transactions and generate encrypted proofs to submit on chain. It is the Ethereum scalability solution that Vitalik shows a preference for its long-term technical advantage. Zk-Rollup's advantages include: faster completion time, because once the proof is sent to the main chain, the transaction state is instantly verified; less vulnerable to economic attacks that optimistic rollup may suffer; secure and decentralized, as the data needed to restore the state is stored on layer 1. Zecrey employs state-of-the-art zk-Rollup and advanced cryptographic technology to maintain the scalability, security, and privacy of the system.

PreviousLayer 2 (L2)NextGas Fee

Last updated 2 years ago

Was this helpful?