Variational Docs
HomeDiscordTwitterBlog
  • Getting Started
    • About Variational
    • Core Contributors
    • Key Concepts
      • P2P Trading Protocol vs DEX
      • Trading via RFQ
      • Settlement Pools
      • Margin
      • Slippage
      • Leverage
      • Liquidation
      • Mark, Index, and Quoted Prices
      • Open Interest & Funding Rates
      • Fully Diluted Valuation (FDV)
      • Fees
      • Market vs. Limit Orders
      • Take Profit & Stop Loss
    • Roadmap
    • $VAR Token
    • Official Links
    • Media Kit
    • FAQ
    • Getting Help (Support)
    • Additional Resources
  • Variational Omni
    • About Omni
      • The Omni Liquidity Provider (OLP)
      • Risk Limits
      • Listings
    • Getting Started with Omni
  • Automatic Deleveraging | Counterparty Liquidation
  • Variational Pro
    • About Pro
  • Technical Documentation
    • Technical Overview
      • Authentication
      • Deposits
      • Withdrawals
      • Trades
    • Derivative Specifications
      • Perpetual Futures
      • Settlement
    • API
      • SDKs
      • Quickstart and Tutorials
        • API Trading Prerequisites and Setup
        • Settlement Pool Deposit Tutorial
        • Taker (RFQ Submitter) Tutorial
        • Maker (RFQ Responder) Tutorial
      • Endpoints
      • Data Models
      • Headers
      • Pagination
      • Rate Limits
      • Authentication
    • Contracts and ABIs
    • Security and Audits
    • Partners
  • Legal
    • Terms of Service
    • Privacy Policy
    • Restricted Persons
Powered by GitBook
On this page
  1. Getting Started
  2. Key Concepts

Liquidation

PreviousLeverageNextMark, Index, and Quoted Prices

Last updated 19 days ago

The platform-wide liquidation penalty on Omni is currently set to 0.5%. This means if you get liquidated, your order is force-closed at mark price + 0.5% (for a short) or mark price - 0.5% (for a long).

If auto-liquidation is set to true (which is the case for all settlement pools on Omni), then positions will start to be forcefully closed if the pool balance falls below the maintenance margin requirements. Remember that everything works on a per pool basis, and collateral in one pool cannot count for other pools.

Due to the nature of bilateral trading, a position being closed means it will be closed for both parties. The party whose balance has fallen below the maintenance margin requirement (and thus caused the liquidation) will be tagged as the taker, and the other party the maker.

The taker will incur a liquidation penalty, which is a pool parameter. For example, if the penalty is set to 0.005 , then the taker will buy to close at the mark price + 0.5%, and sell to close at the mark price - 0.5%.

For options (on ), the penalty will apply to the implied volatility. So options would be bought at an implied volatility 1% higher in our previous example.

Pro