Glossary of Technical Terms
-
Confidentiality chain: A private blockchain that ensures confidentiality of user data. Usually deployed as an L3 validium.
-
Deposit: The act of moving tokens from the host chain to the confidentiality chain.
-
Host chain: The chain on which the confidentiality chain is deployed. Typically this is Scroll (and L2), in which case the confidentiality chain is an L3. The host chain ensures the security of the confidentiality chain, by storing data commitments and verifying ZK proofs. Users can deposit from and withdraw back to the host chain.
-
L3 chain: A chain deployed on top of an L2 like Scroll, inheriting (part of) its security.
-
Rollup: Rollups are L2 chains that post data to their host chain (Ethereum L1), as well as validity proofs to ensure that the L2 state transitions were correct.
-
Validium: Just like rollups, validium chains post validity proofs to their host chain. However, validiums do not post data, so 3rd-parties cannot independently rebuild the validium state.
-
Withdrawal: The act of moving tokens from the confidentiality chain back to the host chain.
-
zkEVM: A mechanism for producing and verifying validity proofs for EVM execution. Succinct validity proofs (also known as ZK proofs) attest that the chain operator executed all transactions correctly, following the EVM protocol rules.