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

Leverage

Leverage refers to a trader's ability to increase their exposure to the market by controlling a larger position than the value of their initial margin deposit.

Mathematically, leverage is expressed as:

Leverage=TotalPositionSize÷InitialMarginLeverage = TotalPositionSize ÷ InitialMarginLeverage=TotalPositionSize÷InitialMargin

Where total position size is the full notional value of the position that the trader is controlling, and initial margin is the amount of collateral the trader needed to post to open the position.

For example, if a trader opens a position worth $100,000 using an initial margin of $10,000, they are using 10x leverage and their market exposure is 10 times their initial capital.

On Omni, there is currently leverage of up to 50x on major markets, with different max leverage in each market. However, because a trader's entire account balance is used as margin for all open positions, traders are only practically trading at the maximum leverage if all available margin is being used.

For example, if a trader has a $10,000 account balance and opens a position worth $25,000 that requires initial margin of $5,000, the effective leverage on the overall account is 2.5x (because the remaining $5,000 in capital is still used as margin to maintain the position, even when not required as initial margin to open the position). If the trader opened another $25,000 position with their remaining $5,000 in available initial margin, their account''s effective leverage would reach 5x.

PreviousSlippageNextLiquidation

Last updated 2 months ago