25 November 2025

  • Updated

Important

This release was postponed from 13.11.2025, to 18.11.2025, and then to 25.11.2025.

⚠️Expected downtime: 15 - 30 minutes

Client impact:Maintenance 9 AM UTC - The system will be down for around 15 - 30 minutes. Client systems will not be able to communicate with Deribit during this time.

Features 

Max Quote Quantity (MQQ) Introduction

Deribit is introducing a new Market Maker Protection (MMP) parameter, Max Quote Quantity (MQQ) which will impact Initial Margin calculation and the total amount of open MMP orders. This change improves system performance, reduces latency, and provides greater flexibility in MMP configurations.

Why Introduce MQQ
  • Decoupling Limits: 

    MQQ separates the total open order quantity from the maximum quote size. This allows clients to set a Quantity Limit smaller than their largest quote, enabling more flexible quoting behavior.

  • Performance Optimization: 

    The new structure eliminates the need to assign Initial Margin to individual quotes or MMP orders, supporting faster and more efficient trading.

Key Changes
  • Order Limits: 

    The total amount of open MMP orders per side, per order book, cannot exceed the MQQ.

  • Margin Reservation Logic: 

    MMP margin reserved will be set to 3% of max(MQQ, Quantity Limit).

  • Quote Rejection for Mass Quotes: 

    If one side of a quote in a mass quote is rejected, the other side of that same quote is also rejected.

Migration of Existing MMP Configurations
  • For configurations with a nonzero Quantity Limit, MQQ = Quantity Limit.

  • For configurations with a 0 Quantity Limit, MQQ = Delta Limit.

  • For configurations with both Quantity Limit and Delta Limit = 0, MQQ = 0.

Smaller System Changes
  • All MMP configuration values will support up to 4 decimal places.

  • A rejected quote will no longer cancel the current quote.

Warning

Actions for Clients

Before enforcement, clients should:

  1. Check open orders: 

    Ensure total open MMP order sizes per side, per order book, do not exceed the MQQ.

  2. Review limits: 

    Confirm that the Quantity Limit is set appropriately before migration, or manually set the MQQ to the desired level once available.

Release Timeline
  • November 2025 Release: 

    • MQQ can be configured in the UI.

    • MMP margin reserved = max(MQQ, Quantity Limit).

  • December 2025 Release: 

    • MQQ enforcement begins.

    • Initial Margin will be calculated as 3% of MQQ at all times.

    • Inverse future spreads: Size calculation will use the minimum mark price of legs.

Change in Calculation Methodology for Block RFQ Fees

We would like to inform our clients about an update to the fee calculation methodology for Block RFQ Combination trades. This change is designed to improve accuracy and consistency between reported execution prices and mark prices.

Background 

Previously, Deribit’s pricing algorithm determined the distribution of leg prices based on the total premium of the structure combined with the mark prices of individual legs.

Makers participating in a Block RFQ could also reprice individual legs within defined bandwidths in multi-leg trades. In certain cases, this led to one or more legs reaching a fee cap, even when the fair or mark price of that option would not normally qualify.

As a result, trade reports sometimes displayed executed prices deviating from mark prices, which could cause discrepancies during reconciliation.

What’s Changing 
  • Scope: Block RFQ Combination Trades

  • Change Description: 

    • The fee calculation will now be based solely on the price distribution generated by Deribit’s pricing algorithm.

    • Makers will still be able to set preferred leg price levels, but fees will no longer be determined based on manually repriced options.

Warning

Action Required 

Please ensure that your finance and back-office teams are aware of this change ahead of the effective date.

API

Breaking Changes 

Removed deprecated method public/get_index. Users are advised to use /public/get_index_price instead.

Non-Breaking Changes 

  • Added max_quote_quantity parameter to private/set_mmp_config (when block_rfq: false).

  • Limited precision of Quantity Limit, Delta Limit and Vega Limit to 4 decimals.

FIX

  • Added 20119 (MaxQuoteQuantity) tag to MM Message.

  • Limited precision of Quantity Limit, Delta Limit and Vega Limit to 4 decimals.