Search for projects by name
Zk.Money v1 (Aztec v1, or sometimes called Aztec 2.0) is an open source layer 2 network that aims to enable affordable, private crypto payments via zero-knowledge proofs.
Zk.Money v1 (Aztec v1, or sometimes called Aztec 2.0) is an open source layer 2 network that aims to enable affordable, private crypto payments via zero-knowledge proofs.
SNARKs are zero knowledge proofs that ensure state correctness, but require trusted setup.
Users can exit funds at any time because contracts are not upgradeable.
Each update to the system state must be accompanied by a ZK proof that ensures that the new state was derived by correctly applying a series of valid user transactions to the previous state. These proofs are then verified on Ethereum by a smart contract.
Despite their production use zkSNARKs are still new and experimental cryptography. Cryptography has made a lot of advancements in the recent years but all cryptographic solutions rely on time to prove their security. In addition zkSNARKs require a trusted setup to operate.
Funds can be stolen if the cryptography is broken or implemented incorrectly.
All the data that is used to construct the system state is published onchain in the form of cheap calldata. This ensures that it will always be available when needed.
There are three ways to run a node and use the escape hatch: By running the Aztec v2 Ejector during the escape hatch window, 2) by running falafel, 3) by running the SDK in escape hatch mode and connecting to an escape hatch server. The two latter methods are no longer recommended by the Aztec team.
No compression scheme is used.
No genesis state is used.
The data format used can be found here.
Only specific addresses appointed by the owner were permitted to propose new blocks during regular rollup operation. Since EOL, these operators are not processing the rollup anymore. Every 16h a special 48m window (escape hatch) is open during which anyone can propose new blocks.
Because the block production is open to anyone if users experience censorship from the operator they can propose their own blocks which would include their transactions. Every 16h the rollup opens a special 48m window (escape hatch) during which anyone can propose new blocks.
Funds can be frozen if the operator refuses to include their transactions and users lack resources to propose blocks themselves.
EOL: Ownership of the rollup contract is irrevocably renounced and operators are not processing the rollup. Assets in the escrow can be manually withdrawn with the Aztec v2 Ejector.
Balances and identities for all tokens on the Aztec rollup are encrypted. Each transaction is encoded as a zkSNARK, protecting user data.
Addresses that can propose new blocks during regular rollup operation. Every 16h a special 48m window (escape hatch) is open during which anyone can propose new blocks.
A Gnosis Safe with 1 / 2 threshold. Can update parameters related to the reimbursement of gas to permissioned rollup providers. It doesn’t affect the escape hatch mechanism.
Those are the participants of the AztecMultisig.
Turbo Plonk ZK verifier.
This contract stores the following tokens: ETH, DAI, renBTC, USDT.