CLEOPATRA
  • INTRODUCTION TO Cleopatra
    • 👑What is Cleopatra?
      • ⚫Why Mantle?
    • 🫂Our Partners
    • ☯️ve(3,3) Fundamentals
      • Dilution Protection (Rebase)
      • V1 Gauge Boosts
      • veCLEO (veCLEO)
        • 💰veCLEO Revenue Distribution Schedule
    • 🔮DEX Functionalities
      • Swaps
        • 🎋Swap Fee Structure
      • Voting
      • Bribing
      • Vesting (veNFT Management)
      • LP Staking
  • Concentrated Liquidity Core
    • 🤔Concentrated Liquidity
      • 🔢Fee Tiers
      • 🦭Fee Distribution
    • 🏆CL Gauges
    • 📜BUSL-1.1 License
    • 🏁Competitive Farming
  • CLEO Tokenomics
    • 📊CLEO Token Distribution
    • 📈Emissions Schedule
    • ❌xCLEO
      • How is xCLEO obtained?
      • How is xCLEO used?
      • ☸️xCLEO "Flywheel"
    • 🌀Dilution Protection (3,3) Rebases
      • Partner Rebases
    • 💧CLEO LGE - Liquidity Generation Event
      • LGE Specifics
  • Resources
    • 📄Deployed Contract Addresses
    • 📱dApp and Socials
    • 📸Cleopatra Media Kit
    • 🌉Bridging To Mantle
  • Security and Legal Considerations
    • 🐛Fixed Solidly Vulnerabilities
    • 🛠️Why Proxy Contracts?
    • 🔐Contract Timelock
    • 😎Inherited Security
    • 🖋️Formal Audits
    • ⚖️Risks and Legal Disclosures
Powered by GitBook
On this page
  1. INTRODUCTION TO Cleopatra
  2. ve(3,3) Fundamentals

V1 Gauge Boosts

PreviousDilution Protection (Rebase)NextveCLEO (veCLEO)

Last updated 1 year ago

TLDR -- The larger your veCLEO position, proportional to your LP staked and other veCLEO holders in that pool, the higher your boost is, up to a max of 2.5x.

A quick way to gauge your boost would be to view it as such: For every % of liquidity in the pool, you need the equivalent % of all veCLEO attached to the pool in order to maintain your full 2.5x boost. So if you own 50% of the liquidity in the pool. Your veCLEO needs to be greater than or equal to 50% of the total amount of all user veCLEO combined.

LP pools on Cleopatra have a base of 1.0x boost up to a max of 2.5x, based on certain factors such as your NFT (veCLEO) size, and the amount of LP staked in proportion to the total pool. This means that the effective range of APRs is (1->2.5x), or more accurately (0.4x->1x).

Staking under a large veCLEO NFT allows you to comfortably earn un-diluted yield from the Cleopatra pools, whereas you would be earning the low end of APRs otherwise.

Boost Formula (ultra-simplified) is as such:

Boost =derivedBalanceOf÷balanceOfBoost\ = derivedBalanceOf\div balanceOfBoost =derivedBalanceOf÷balanceOf

A more detailed and comprehensive form of the boost formula can be seen below:

EarningWeight =min((user∗0.4)+(lp total∗userlocked ÷total locked) ∗0.6,user)EarningWeight \ = min((user*0.4)+(lp \ total * user locked \ \div total \ locked)\ * 0.6,user)EarningWeight =min((user∗0.4)+(lp total∗userlocked ÷total locked) ∗0.6,user)
Boost=EarningWeight÷ userBoost = EarningWeight \div \ userBoost=EarningWeight÷ user

Where: - user = LP amount the user has deposited - lp total = Total LP staked - user locked = user's locked CLEO (veCLEO) - total locked = total locked CLEO (veCLEO)

☯️