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
  • Open Interest
  • Funding Rates
  1. Getting Started
  2. Key Concepts

Open Interest & Funding Rates

PreviousMark, Index, and Quoted PricesNextFully Diluted Valuation (FDV)

Last updated 2 months ago

We are currently working on a user-facing calculator for determining where funding rates will converge to given inputs (OI, skew, etc).

Open interest and funding rate are both important metrics to keep an eye on when trading perps, and can significantly impact your trading performance.

Open Interest

Open interest refers to the total value of outstanding contracts in a perpetual futures market. It represents the value of active positions — both long and short — that have not yet been settled or closed.

Open interest can be viewed as a measure of market activity. High open interest indicates a greater level of engagement by traders, suggesting a liquid and active market. Conversely, low open interest may signal lower activity or less desire to trade a particular contract.

Funding Rates

Funding rates are a mechanism used to keep the perp price aligned with the underlying asset's spot price. When there is an imbalance between the value of long and short positions (reflected by open interest), funding rates adjust to incentivize traders to take the opposite side of the market.

  • If open interest shows a larger value of long positions, the funding rate is positive. Longs pay shorts, encouraging traders to open short positions and restore parity between the perp and spot price of the underlying.

  • If open interest shows a larger value of short positions, the funding rate tends is negative. Shorts pay longs, encouraging more long positions.

To learn how funding rates are calculated within the Variational protocol, visit the section of the docs.

Derivative Specifications