Vader Protocol
  • Welcome!
  • Vader Protocol
    • What is Vader Protocol?
      • Key Features
      • Ecosystem
      • VADER: All-in-One DeFi Protocol
    • References
      • What is an Automated Market Maker (AMM)
      • What is TerraUSD (UST) Stablecoin
      • What is THORChain’s Continuous Liquidity Pools (“CLP”)
      • What is Olympus Pro Bonds
    • VADER Tokenomics
    • Launch Phases
    • Roadmap
    • Vader Protocol Audits
  • Whitepaper
    • Abstract
      • Introduction
      • Key Features
      • Architecture
      • VADER Contract
      • VADER Token
      • Liquidity Incentives
      • Impermanent Loss Protection
      • Liquidity Pools
      • Synthetic Assets
      • Governance
      • Conclusion
  • Design
    • Vader Assets
    • Color System
  • Languages
    • Chinese
Powered by GitBook
On this page
  1. Whitepaper
  2. Abstract

Impermanent Loss Protection

PreviousLiquidity IncentivesNextLiquidity Pools

Last updated 3 years ago

The deposit value for each member is recorded when they deposit. When they go to withdraw, the redemption value is computed. If it is less than the deposit value, the member is paid the deficit from the reserve. The protection issued increases from 0 to 100% linearly for 100 days. Coverage is given by the following equation:

coverage=(V0−V1)+(A0−A1)∗V1/A1coverage = (V0 - V1) + (A0 - A1) * V1/A1coverage=(V0−V1)+(A0−A1)∗V1/A1

V0: USDVDeposited; A0: assetDeposited;

V1: USDVToRedeem; A1: assetToRedeem;

​