ZeroLend Docs
WebsiteApp
  • Welcome to ZeroLend
  • Overview
    • Lending and Borrowing
      • Parameters
      • zLP Token Distribution
    • Assets Listings
      • Supported Assets
  • Features
    • LRT Lending Market
    • RWA Lending
      • RWA Stablecoin Market
    • Capital Efficiency
      • High Efficiency Mode (E-Mode)
      • Isolation Mode
      • Supply/Borrow Caps
    • Liquidations
      • Liquidation Guide for Developers
    • Credit Card
  • Airdrop Incentives
    • Zero Gravity
      • Voyage 1: Zero to Zillion
        • Chapter 1: Ignition 🔥
        • Chapter 2: LiftOff 🚀
        • Chapter 3: Boost ⚡
  • Governance
    • Zeronomics
      • Token Utility
      • Token Distribution
      • Staking
        • Single Token Staking
        • zLP Staking
        • Stake on StakeDAO (sdZERO)
      • Emissions
        • Emission Strategy
          • Protocol Power/Weight
          • Deconstructing the Weighted Percentage (T_p) Calculation
          • Construction of zLP & $ZERO Power
      • Buybacks and Burn
    • Discussion Forum
  • Security
    • Audits
    • Oracles
      • PYTH Oracles
      • Redstone
      • API3 Oracles
      • Chainlink
      • eOracle
    • Deployed Addresses
    • Timelocked Multisig Admin
    • Insurance Fund
  • Tutorials
    • Basic Tutorials
      • Supply Assets
      • Borrow Collateral
      • Claim ZERO
      • Stake ZERO
    • Yield Strategies
      • Passive LRT Strategies
      • Leverage Exposure
    • Guidebook: Farm on Linea Market
    • Stake ZERO (zLP) Tokens
  • Important Links
    • Twitter
    • Discord
    • Github
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Security

Timelocked Multisig Admin

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

PreviousDeployed AddressesNextInsurance Fund

Last updated 9 months ago

Was this helpful?

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:

  • Timelock Contract: (Old) (New)

  • Safe Contract (Multisig): (Old) (New)

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

  • ZeroLend Team #1:

  • ZeroLend Team #2:

  • ZeroLend Cold Wallet:

The source code for the various contracts, including their deployment scripts, can be found here:

0x861cC6724D0aA7Ec7a868887643e682b1c16aeeC
0x00000ab6ee5a6c1a7ac819b01190b020f7c6599d
0x1890F9204882dfa1B8f0AEaF56ae9b2ed149D18d
0x14aAD4668de2115e30A5FeeE42CFa436899CCD8A
0x09869dF9b616b3e60E7782f6a675d135f17051FD
0xb76F765A785eCa438e1d95f594490088aFAF9acc
0x6aac0942B8147BffAB73789a82EE12fDA7735BAc
https://github.com/zerolend/governance
governance
GitHub - zerolend/governanceGitHub
Logo