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

Settlement Pools

PreviousTrading via RFQNextMargin

Last updated 5 months 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.

Example: On , each user has his own bilateral pool created between User <> OLP.

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.

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.

Omni