Timelocked Multisig Admin

This page discusses the timelock admin contract that governs ZeroLend’s administrative functions.

ZeroLend uses a time lock mechanism on all administrative functions, including proxy contracts, to strengthen our protocol’s security. A multi-signature contract oversees our timelock mechanism.

A time-locked multi-sig admin will secure our protocol until we introduce decentralized governance to govern ZeroLend. Any transaction proposal requires a consensus of at least three out of five authorized parties (previously, from two out of three). The proposed transaction becomes executable only after a designated 5-day waiting period (from a 24-hour waiting period previously), which can be extended if necessary.

Here are the contract addresses for your reference:

These wallet addresses have the authority to sign transactions within the multi-sig contract:

The source code for the various contracts, including their deployment scripts, can be found here: https://github.com/zerolend/governancegovernance

Last updated