The objective of this project is to provide the Rootstock (RSK) community with a scaling solution based on Zero-Knowledge Rollups.
The current version of RIF Aggregation is a port of zkSync, a layer 2 (L2) scaling solution developed by Matter Labs that uses Ethereum as L1. ZkSync increases scalability by holding all funds on L1 (Rollup Contract) and performing computation and storage management off-chain (L2). Furthermore, the state changes associated with all L2 transactions are stored on L1 using transaction calldata, hence guaranteeing on-chain data availability: in case of L2 failures, users can reconstruct the L2 state and recover locked assets. For each Rollup block, a proof (SNARK proof) is generated and verified on L1.
The architecture provides the following guarantees:
Go to top