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

Liquidations

Satori implements the mark price to mitigate the risk of liquidations resulting from low liquidity or market manipulation. A position is liquidated when the margin balance falls to the maintenance margin level.

Calculation Formula:

- Liquidation Price (Long):

Liquidation Price = Average Entry Price * (1 + Maintenance Margin Fraction) - (Position Margin Balance / Size of Contracts)

- Liquidation Price (Short):

Liquidation Price = Average Entry Price * (1 - Maintenance Margin Fraction) + (Position Margin Balance / Number of Contracts)

- Perpetual Margin Level:

Perpetual Margin Level = (Position Maintenance Margin / Position Margin Balance) * 100%

Isolated Margin Liquidation

In isolated margin mode, liquidation impacts only the margin and funding fees associated with the specific position. Other positions remain unaffected.

Cross Margin Liquidation

In cross margin mode, liquidation results in the loss of all collateral, funding fees for full-margin positions, frozen order margins, and the entire available balance.

When liquidation occurs at the bankruptcy price, the following scenarios may arise:

  • If the position is liquidated at a price better than the bankruptcy price, the excess funds will be added to the insurance vault.

  • If the position cannot be liquidated at a price better than the bankruptcy price, the deficit will be covered by the insurance fund. If the insurance fund is insufficient, the liquidation position will be managed by the Automatic Deleveraging System (ADL).

PreviousMark PriceNextInsurance Funds

Last updated 5 months ago

💸