🫐
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
  1. Earn
  2. Liquidation Process on Blueberry

Liquidations on Blueberry

On Blueberry, liquidation is triggered based on the Net PnL (Profit and Loss) of the Position NFT, which includes:

- The collateral

- The debt

- The deployed strategy

The concept is similar to the mechanics of leverage trading, but for DeFi strategies.

A liquidation occurs when the Net PnL of the position NFT is equal to the Liquidation Threshold for the collateral supplied. A user can see how close they are to liquidation through the position health bar on the Home page.

The liquidation thresholds exist so that the lenders and protocol do not experience bad debt. A 10 or 15% margin is enough to guarantee that the liquidator can receive full repayment by liquidating assets after repaying the loan. It is recommended that users monitor their positions and close a position before it comes to liquidation, in order to maximize the value received back.

Anyone can perform a liquidation for a position that meets the threshold. As a safety mechanism, the Blueberry DAO will have a bot in place to immediately liquidate any position that meets the threshold using flash loans.

Liquidation Thresholds

Volatile Asset Threshold: -85% PnL

Stable Asset Threshold: -90% PnL

PreviousThe Concept of LiquidationNextRole of Bots in the Liquidation Process

Last updated 1 year ago

💸
🌊