Satori Finance Docs
  • ✨About Satori Finance
  • 👉Beginner's Guide
    • Deposit & Withdrawal
    • Trading
  • 💸Perpetual Trading
    • Matchmaking
    • Margin
    • Isolated/Cross Margin
    • Funding Costs
    • Trading fees
    • Index Price
    • Mark Price
    • Liquidations
    • Insurance Funds
    • Automatic Deleveraging
  • 🌽Vaults
  • 📲Telegram Mini APP
  • 🚀Liquid Restaked Tokens (LRT)
  • 🔥Points
  • 🎉Trading Competition
    • Satori Season2 Trading Competition Backed by Hemi
  • 🎭Referrals
  • 🦄Ecosystem Partner Incentives
  • API DOCS
    • 👨‍💻OpenAPI
      • Introduce
      • Auth
      • URL
      • Response Code
      • Rest API
        • A complete example
        • Order Operation 【Private Operation】
          • Create order
          • Batch create orders
          • Cancel order
          • Batch Cancel orders
        • Position Operation 【private operation】
          • Add/reduce margin
        • 【Private Query】
          • [Account] Query account balance
          • [Order] Query current order list
          • [Trade] Query match result
          • [Position] Query position list
        • 【Public Query】
          • System time
          • Index price
          • Mark price
          • Last trade
          • Pair list
      • WebSocket
        • Events
        • Subscription
          • Basic parameters
          • Example
          • Account
          • Orders
          • Positions
          • Trades
Powered by GitBook
On this page
  1. Perpetual Trading

Automatic Deleveraging

If the insurance vault is insufficient to cover liquidation losses, the Automatic Deleveraging System (ADL) will automatically reduce the positions of traders holding opposite positions.

The ADL prioritizes traders based on profit and leverage — those with higher profit and greater leverage are prioritized for deleveraging.

Traders can monitor their priority ranking for automatic position reduction via the “ADL Ranking” indicator in the user interface. Each light represents a 20% priority ranking; when all lights are illuminated, the position is at risk of being reduced in the event of forced liquidation.

The ADL ranking is calculated using the following metrics:

ADL ranking calculation method

Where:

  • Effective leverage is mark value / (mark value - bankruptcy value)

  • % profit is (mark value - average open value) / average opening value

  • Mark value is the value of the position at the mark price

  • Bankruptcy value is the value of position at the bankruptcy price

  • Average opening value is the the value of position at average opening price

This structured approach helps ensure a fair and transparent liquidation process while protecting the integrity of the trading platform.

PreviousInsurance FundsNextVaults

Last updated 5 months ago

💸