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 Omni

Listings

On Omni, perps markets are permissionlessly listed, which means that they are automatically listed once they hit certain criteria:

  • There must be a suitable oracle to construct the index price from. This criteria can be fulfilled by having an exchange listing (e.g., on Coinbase) or an AMM pool (e.g., on Uniswap) with sufficient liquidity.

  • Minimum activity requirements: minimum market cap, 24h trading volume, and liquidity requirements.

  • Decentralization requirements: no one holder of the token can be too large, and no group of holders can be too large as a % of the circulating supply.

  • Security checks: we check the contract code to make sure there is no harmful code, including honeypots, transfer restrictions, etc.

Additionally, markets may be delisted if they fail to sustain the requirements. A delisting means all positions will be closed at the settlement price. The settlement price is an exponentially weighted moving average of the instrument price at the time of the delisting.

PreviousOmni Liquidity Provider (OLP)NextRisk Limits

Last updated 10 months ago