Page cover

👩‍🔧Technical Architecture

zk-Rollups

zk-Rollups (Zero-Knowledge Rollups) aggregate hundreds or thousands of transactions off-chain into a single batch. This batch generates a cryptographic proof, known as a zk-SNARK (Zero-Knowledge Succinct Non-Interactive Argument of Knowledge), which is then submitted to the Ethereum mainnet. The key advantages of zk-Rollups include:

  • Efficiency : Only the proof and minimal data are submitted on-chain, reducing the load on the Ethereum network.

  • Security : The cryptographic proof ensures the validity and integrity of all bundled transactions.

  • Scalability : By processing transactions off-chain, zk-Rollups can achieve significantly higher throughput.

Last updated