🫐
Blueberry Product Docs
  • 🫐Welcome to Blueberry Protocol
  • Blueberry Overview
    • 👋What is Blueberry?
    • 🔍Concept Overview
    • 🔬Front End
  • 💸Earn
    • ⚖️Leveraged Strategies
    • 🌊Liquidation Process on Blueberry
      • The Concept of Liquidation
      • Liquidations on Blueberry
      • Role of Bots in the Liquidation Process
      • Mitigating Liquidation Risk
    • 📈Earn Token Listing
    • 📉Earn Token Delisting
    • 📏Strategy Listing and Delisting
    • 💲Fee Structure
    • ⁉️Earn Error Codes
  • 💰Lending Protocol
    • 🔎Overview
      • 🔨Governance
        • 💱Flash Loans
        • 🛑Delist
    • 🪙bToken Introduction
      • bToken Address
    • 📈Interest Rate Model
    • 💲Price Oracle
    • ⁉️Error Code
      • ⁉️Key Events
      • ⁉️bToken Error Code
      • ⁉️Comptroller Error Code
    • 💾Change Log
  • 🪙Tokenomics
    • 🔵BLB Governance Token
    • 💰ibTokens
    • 🍩$bdBLB
    • ⚓Lockdrop
    • 📀Token Distribution
  • 🖥️developer-guides
    • 📜Contracts
      • Blueberry Bank
        • Introduction
        • Blueberry Bank Contract
          • Variables
          • Modifiers
        • Fee Manager
        • ProtocolConfig
      • Oracle
        • Introduction
        • AggregatorOracle
        • CoreOracle
      • Spell
        • Introduction
        • AuraSpell
        • BasicSpell
        • ConvexSpell
        • IchiSpell
        • LongShortSpell
      • Vault
        • Introduction
        • HardVault
        • SoftVault
      • Utils
        • BlueBerryConst
        • BlueBerryErrors
        • EnsureApprove
        • ERC1155NaiveReceiver
      • Wrapper
        • Introduction
        • WAuraPools
        • WConvexPools
        • WCurveGauge
        • WERC20
        • WIchiFarm
      • Interact with Blueberry V1
    • 📔Deployed Contracts
  • 🛡️Security
    • 🛡️Audits
    • 🛡️Bug Bounty
  • Legal
    • 📃Terms of Service
    • 📃Privacy Policy
    • 📄Risks
  • Miscellaneous
    • 💙Early Adopter Wallet List
Powered by GitBook
On this page
  • Admin Function
  • BTokenAdmin
  • Guardian
  1. Lending Protocol
  2. Overview

Governance

Admin Function

Admin Multisig

Timelock

2-day timelock

  • support a new market

  • delist a market

  • collateral factor change

  • price oracle change

  • supply unpause

  • borrow unpause

  • set credit limit

  • set implementation

  • upgrade comptroller admin

No Timelock

  • supply pause

  • borrow pause

  • reserve factor change

  • collateral cap change

  • reduce reserve

  • set interest rate model

BTokenAdmin

  • Set bToken implementation with a 2-day timelock

  • Set bToken admin with a 2-day timelock

Guardian

In case of emergency, Guardian has part of admin functions without timelock. Guardian is a multisig controlled by the same signers as admin multisig, but it needs only 1 signature to execute the following functions:

  • Pause supply of a specific market

  • Pause borrow of a specific market

  • Pause Flash Loan of a specific market

  • Pause liquidate borrow (seize) of all markets

  • Pause transfer of all bTokens

  • Set supply cap of a specific market

  • Set borrow cap of a specific market

  • Reduce credit limit to $1 for a specific account, preventing it to borrow further without making it a non-credit-limit account

  • Enable / disable on-chain oracle references

(Withdraw and repay of any market cannot be paused)

PreviousOverviewNextFlash Loans

Last updated 2 years ago

💰
🔎
🔨