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. Governance
  2. Zeronomics
  3. Emissions
  4. Emission Strategy

Protocol Power/Weight

In this portion of the document, we will define the calculation for protocol weight with respect to emissions.

Protocol Power specifically refers to the influence users have over ZeroLend's governance and operational decisions. The calculation of total protocol power is as follows:

Protocol Power=(zLP Power+$ZERO Power)×f(Tp)\textrm{Protocol Power} = (\textrm{zLP Power} +\$\textrm{ZERO Power}) \times f(T_p)Protocol Power=(zLP Power+$ZERO Power)×f(Tp​)

where,

f(Tp)=f(4×zLPp+1×Zp)={0if 0.00≤Tp<0.100.5if 0.10≤Tp<0.150.75if 0.15≤Tp<0.201.0if 0.20≤Tp<0.251.1if 0.25≤Tp<0.301.25if 0.30≤Tp<0.401.5if 0.40≤Tp<0.502.0if 0.50≤Tpf(T_p) = f(4 \times zLP_p+1\times Z_p) = \begin{cases} 0 & \text{if } 0.00 \leq T_p< 0.10 \\ 0.5 & \text{if } 0.10 \leq T_p <0.15\\ 0.75 & \text{if } 0.15 \leq T_p < 0.20 \\ 1.0 & \text{if } 0.20 \leq T_p <0.25\\ 1.1 & \text{if } 0.25 \leq T_p < 0.30 \\ 1.25 & \text{if } 0.30 \leq T_p <0.40\\ 1.5 & \text{if } 0.40 \leq T_p < 0.50 \\ 2.0 & \text{if } 0.50 \leq T_p \\ \end{cases}f(Tp​)=f(4×zLPp​+1×Zp​)=⎩⎨⎧​00.50.751.01.11.251.52.0​if 0.00≤Tp​<0.10if 0.10≤Tp​<0.15if 0.15≤Tp​<0.20if 0.20≤Tp​<0.25if 0.25≤Tp​<0.30if 0.30≤Tp​<0.40if 0.40≤Tp​<0.50if 0.50≤Tp​​

We prioritize liquidity provision by offering enhanced incentives for zLP locking over single asset staking. The formula assesses zLP and $ZERO percentages (zLP_p and Z_p) locked against the USD value of users' lending deposits, favoring zLP locking fourfold for two key reasons:

  1. LP tokens contribute more significantly to ZeroLend's liquidity and overall ecosystem health.

  2. LP tokens carry more risk due to impermanent loss

Traditionally, a maximum APR for zLP at 5% of deposited assets is now extendable up to 12.5%, with the option to boost this further by locking $ZERO tokens, whose USD value is considered four times for this purpose. This enhances rewards for users taking on the additional risk of LP staking.

This functionality is scheduled to go live shortly.

PreviousEmission StrategyNextDeconstructing the Weighted Percentage (T_p) Calculation

Last updated 11 months ago

Was this helpful?