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

Settlement Pools

PreviousTrading via RFQNextMargin

Last updated 1 month ago

A settlement pool is a one-to-many relationship created between the pool creator and its counterparties, and contains:

  1. Open derivatives positions

  2. USDC collateral from counterparties

  3. Rules governing margin requirements and liquidation

Example: bilateral pool between Alice <> Bob.

Example: multilateral pool between Bank <> Bank clients. In this case all trades are done between Bank and [Specific Bank Client]. All the clients' funds are commingled in one pool. The bank could've also decided to make many bilateral pools instead of one multilateral pool as an alternative risk model.

All settlement pools are completely isolated from each other. Positions that exist in one settlement pool cannot be transferred or netted with positions in another settlement pool. Similarly, uninvolved parties do not have access to funds in settlement pools they are not a part of.

Margin requirements and liquidation rules may be completely different on a pool to pool basis; however, on Omni, all pools follow the same platform-wide margin requirements and liquidation rules.

Deposits and Withdrawals

A user may freely deposit more USDC into the pool. A user may withdraw the unused balance from the pool, up to the maintenance margin requirement.

On , each user has their own bilateral pool created between User <> OLP.
Omni