LogoLogo
TwitterWebsiteTestnet
  • Introduction
    • About B3X
  • World Market
    • Introduction
    • Problems with Current Markets
      • DeFi's Never-Ending Cold Start Problem
      • Limited Utility for Existing Assets
      • CeFi Dominates with 100x Volume
      • Outdated DeFi Perps Offerings
      • Consistent Battle for Liquidity
      • Stablecoins with No Use-case
      • Unfair LP Treatment
      • No Settlement Venue is Best
  • Introducing: The World Market
    • Solving the Crypto UX Nightmare
    • Purposeful Stablecoins
    • Unlimited Open Interest
    • Enabling Deep Liquidity
    • LPs as 1st Class Citizens
    • First-Principle Orderbook Design
  • World Modules
    • Delta-Neutral Stablecoin
    • Yield-Bearing Stablecoin
    • Long-Only Vault
    • Short-Only Vault
    • Long vs Short Vault
    • Lending
    • Funding Rate Collector
  • Future: Supercharged DeFi
    • User-Centric Intent, Action, and Execution Marketplace
    • Yield Trading
    • Simplified Market Experience
    • LPs as First-Class Citizens: Mini DAOs
    • Building Distribution for all — Chains, Protocols and Users
    • Resolving Cold-start Problem
    • Launching New Markets
    • Building Solutions with Derivatives as a First Principle
    • Bootstrapping TVL Growth: Unlocking DeFi’s True Potential
    • Boosting Token Utility
    • Meaningful Second-order Incentives
    • Boosting Economical Security of DeFi protocols
  • Our Call to Action
  • Technical Specs
    • Architectural Design
    • Pricing Mechanism
    • Risk Management
      • Risk Factors
      • Price Protection
      • Auto Deleverage
      • Liquidation
    • Settlement Design
    • Asset Management
    • Market Management
  • Fees
  • Testnet
    • World Market (Rise)
  • World Fund
    • Introduction
    • The Problem
    • Architecture
      • User Layer
      • Human-driven Application Layer
      • AI-driven Application Layer
      • Infrastructure Layer
    • Core Components
      • Fund Builder
      • Quant Agent
      • Strategy Framework
    • Decentralized Architecture
    • Execution Layer
    • Conclusion
    • References
    • Original Whitepaper PDF
  • Economics
    • World Market
    • World Fund
  • External Links
    • Website
    • Twitter
    • Discord
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Technical Specs
  2. Risk Management

Auto Deleverage

PreviousPrice ProtectionNextLiquidation

Last updated 15 days ago

Was this helpful?

As one of the core risk management mechanics, ADL acts as a buffer to backstop profit distribution in an event of volatile price actions to prevent systematic risk to the market. If an asset is highly volatile, the protocol deploys additional measures such as ADL, to de-leverage the position automatically as the time passes if it occurs profits. In this mechanism, the pool which acts as counter-party to all the position in Open Interest forcefully takes over the position and liquidates it with profit to prevent future profit drainage. The priority queue depends on the nature of markets and the direction of trade. The ADL Keepers will consistently check the health of the active positions and deleverage by taking over the position and initiating force closure, which may result in partial liquidation.

Let us define PSP_SPS​, CPC_PCP​ as position size and collateral amount in USD and LPL_PLP​, as leverage of the position, then

LP=PSCPL_P = \frac{P_S}{C_P} LP​=CP​PS​​

Since PSP_SPS​ is a constant, hence the relation can be established as

LP∝1CPL_P \propto \frac{1}{C_P} LP​∝CP​1​