Variational Docs
HomeDiscordTwitterBlog
  • Variational Protocol
    • About Variational
    • Peer-to-peer vs DEX
    • Roadmap
    • Key Concepts
      • Trading via RFQ
      • Settlement Pools
      • Margin
      • Slippage
      • Leverage
      • Liquidation
      • Mark price vs index price vs quote price
      • Open Interest & Funding Rates
      • Fully Diluted Valuation (FDV)
      • Fees
      • Market vs. Limit Orders
      • Take Profit & Stop Loss
    • $VAR Token
    • Media Kit
    • Official Links
    • FAQ
    • Getting Help (Support)
  • Variational Omni
    • About Omni
    • Getting Started with Omni
    • Getting Started With Omni (Testnet)
    • Omni Liquidity Provider (OLP)
    • Listings
    • Risk Limits
  • 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
  • ARCHIVE
    • Testnet Trading Competition #1 Leaderboard
    • Testnet Trading Competition #2 Leaderboard
    • Testnet Trading Competition #3 Leaderboard
Powered by GitBook
On this page
  1. Variational Protocol
  2. Key Concepts

Leverage

PreviousSlippageNextLiquidation

Last updated 8 months ago

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 Variational, there is currently leverage of up to 5x on all markets. However, because a trader's entire account balance is used as margin for all open positions, traders are only practically trading at 5x 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 margin, their account''s effective leverage would reach 5x.