LogoLogo
Social LinksDevelopers
  • Kick off
    • 🌠Getting started
    • πŸ“ΊFinding guidance
  • Essential Concepts
    • πŸ•΅οΈβ€β™€οΈWhat is 3Base ?
    • 🎭3Base’s RaaS Platform
    • ⚑The 3Base Advantage
    • β˜„οΈSupported Rollup Stacks
    • πŸ¦„3Base Unifier
    • 🏴The 3Base Rollup Stack
    • πŸ–¨οΈ3Base’s Arbitrum Stack Integration
    • 🎀Supported DA Layers
  • Handbooks
    • πŸ“”Deploying Contracts
    • πŸŒ‰Bridge Tokens
    • πŸ—žοΈ3Base Rollup Guide
    • πŸ› οΈTooling
    • πŸ‘¨β€πŸ’ΌThe Architecture
  • Learning Resources
    • β™’Layer 3 – A Massive Step in Blockchain Evolution
    • 🫰Coinbase’s Base Chain Facilitating the Layer 3 Revolution
    • πŸ—οΈBuilding the Ideal RaaS Platform on Base
    • πŸ›Why Implement More Layers on Base? And Why Now?
    • πŸͺ„Optimistic Rollups
    • 🦼ZK-Rollups
    • πŸ“MultiSig and MPC Contract Security
  • ❓FAQ
Powered by GitBook

Copyright Β© 2024 3Base . All rights reserved.

On this page

Was this helpful?

Export as PDF
  1. Learning Resources

ZK-Rollups

Another form of rollups, ZK (zero knowledge)-rollups work differently than their optimistic counterparts. Validators on networks using this rollup verify all transactions are valid before relaying transaction bundles to the layers above. Essentially, ZK-rollups utilize ZK-proofs to attest to transaction validity.

This process involves validating transactions using privacy-enhancing technologies – validators on ZK-rollup protocols can verify transactions without knowing the details of said transactions, including amounts transferred or wallet addresses. Using ZK-related technology on these networks makes them attractive to users looking for privacy features.

Moreover, no challenge period exists since these solutions verify transactions before relaying them to other layers. Users can move their funds to layer 1s and withdraw them immediately. Still, ZK-rollups have their problems, mainly the increased computational power needed to generate ZK-proofs.

PreviousOptimistic RollupsNextMultiSig and MPC Contract Security

Last updated 1 year ago

Was this helpful?

🦼