LogoLogo
AppBlogGovSocials
  • What is Premia?
    • Premia Origins
      • History
      • Principles
      • Mission, Vision, & Values
  • Quick Start
  • The Premia Protocol
    • Options on Premia
      • Options Primer
      • Order-book vs. AMM
    • Key Protocol Features
      • Base Layer (Exchange)
      • Depot Layer (Vaults)
      • Messaging Layer (RFQ & OB)
      • Fee Schedule
      • Differentiators
    • Concepts
      • LP Range Orders
      • Trading
      • Orderbook & Request-for-Quote (RFQ)
      • Fees
      • Exercise & Settlement
      • Margin
      • Oracles
      • Liquidity Mining
      • Referral Programs
      • Advanced Exchange Concepts
        • Token Integration Requirements
        • Flash Swaps and Loans
      • Vault Depot
        • What is a Depot?
        • APY Calculation
        • Underwriter Depot
    • Governance
      • Premian Civitas
        • Parliament
        • Blue Descent
        • Premian Assembly
        • "Influence" Politics
      • Voting (vxPremia)
        • vxPremia Manifold
        • vxPremia Rewards
          • Options Liquidity Mining
          • Protocol Commissions
          • AirDrip Initiative
      • Operator & Facilitator Role
        • Operational Expenditure and Maintenance Costs
        • Insurance Fund
      • Meta Economics
  • Developer Center
    • APIs
      • Orderbook API
        • REST API
        • WEBSOCKET
      • Subgraph API
      • Containerized API
        • API Reference
          • Orderbook
            • Quotes
            • Orders
          • Pool
            • Settle
            • Exercise
            • Annihilate
          • Account
            • Collateral Approval
            • Orders
            • Collateral Balances
            • Native Balance
            • Option Balances
          • Pools
            • Find Pools
            • Create Pools
            • Valid Maturities
            • Valid Strikes
          • Oracles
            • IV
            • Spot
          • Vaults
            • Quote
            • Trade
        • WebSockets Reference
          • Authorization
          • Connection
          • Quotes Channel
          • RFQ Channel
    • SDK
      • Guides
      • SDK Technical Docs
    • Contracts
      • Multi-Signature Wallets
      • V3 Protocol
        • Overview
        • Guides
        • Smart Contract Technical Documentation
      • Margin
      • Orderbook
      • vxPremia
      • Universal Router
      • Vaults
    • Integrations
      • Use Cases
      • Code Snippets
    • Subgraph
    • V3 Change log
  • Bots
    • Range Order Bot
  • Resources
    • VIP & Institutional Services
    • Media Kit
    • Bug Bounty
    • Audits
    • Community Groups
    • Research
      • SSVI
    • Legal, Terms, & Disclaimers
      • Terms of Service
      • Privacy Policy
      • Cookie Policy
      • Prohibited Use
      • Affiliate & Advocate Program
      • Self-Service Affiliate Agreement
      • Bug Bounty Terms
      • Academy/Newsletter Disclaimer
      • Trading Competition Terms and Disclaimers
      • Blue Descent
      • Legal Disclaimer
      • Media Disclaimer
      • AML/KYC Policies
      • Intellectual Property
      • Amendments & Updates
      • Contact Us
      • FAQs (WIP)
    • 📰Newsletter
    • 🌊Crypto News Blotter
    • 🎓Academy
    • 🔵Premia Blue (V3)
    • 💎Premia V2 Docs
Powered by GitBook

Terms and Disclaimers

  • Privacy Policy
On this page

Was this helpful?

  1. The Premia Protocol
  2. Key Protocol Features

Messaging Layer (RFQ & OB)

PreviousDepot Layer (Vaults)NextFee Schedule

Last updated 1 year ago

Was this helpful?

The Messaging Layer or Over-the-Counter (OTC) Quote System in PREMIA V3 is a vital component designed to enhance liquidity and efficiency in the options market. It provides multiple functionalities and opportunities for integrations such as:

  1. Liquidity Provision: Enables vaults or market-makers to provide fillable option quotes to users, either on-chain or off-chain. This minimizes the fragmentation of liquidity across the exchange.

  2. Just-In-Time Liquidity: Offers just-in-time liquidity mechanisms to vaults and market-makers, allowing for highly capital-efficient market-making for passive and active users.

  3. Integration with Vaults: Specific vaults can use the OTC quote system to provide liquidity across the entire volatility surface, further decreasing liquidity fragmentation and increasing capital efficiency.

  4. Volatility-Based Pricing: Professional traders can provide volatility-based quotes to takers without incurring EVM gas fees for managing on-chain liquidity positions.

  5. Enhanced Liquidity Across Strikes & Maturities: Increases liquidity across different strikes and maturities, enabling professional market-makers to optimize both execution price and transaction fees.

  6. Flexibility for Off-Chain Quotes: Market-makers can provide quotes to users or aggregators off-chain, which can then be fulfilled through the exchange, even composable with range orders.

  7. Programmatic Trading: The Messaging layer is available via the Premia Blue app, Typescript , and (Auth Key & Docker for self-hosting). This allows developers to integrate Premia V3 into their trading systems and algorithmic strategies. For more information, see the .

The OTC Quote System in PREMIA V3 bridges on-chain and off-chain activities, facilitating a more seamless and efficient trading experience. It is key in reducing liquidity fragmentation and enabling more sophisticated trading strategies.

SDK
API
Developer Center