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 two out of three authorized parties. The proposed transaction becomes executable only after a designated 24-hour waiting period, 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/governance

Last updated