LogoLogo
  • Introduction to Kuma
  • Design Components
    • High-performance Exchange
    • Smart Contracts
    • XCHAIN - Arbitrum Orbit L2
  • User Benefits
  • Order Types
    • Market, Limit and Conditional Order
    • Time In Force Selections (GTC, GTX, IOC, FOK)
    • Post-Only Order
    • Reduce-Only Order
  • Markets and Market Details
  • Index Price Oracle and Weights
  • Fees
  • XCHAIN Network Details
  • KUMA Token (Formerly IDEX Token)
  • Rewards
    • Trade Rewards - BGT Emissions
    • Referrals
    • Market Maker Program
  • Session Keys
  • Kuma Connect
  • Liquidation Partner Program (LPP)
  • FAQ
    • Clock Sync
Powered by GitBook
On this page
  • Overview
  • Key Details
  • Measuring Market Maker Performance
  • Proposed Scoring System
  • API Interface
  • Market Maker Rewards Dashboard
Export as PDF
  1. Rewards

Market Maker Program

PreviousReferralsNextSession Keys

Last updated 2 months ago

Overview

This program incentivizes liquidity by distributing Points to market makers, algorithmic traders, and other market participants who are providing liquidity to the order book. Liquidity providers are rewarded based on a formula that measures the overall depth, spread, and uptime of an LPs orders.

Key Details

  • 2.5% of the Kuma token supply will be distributed at the end of the first season

  • The season consists of 1-week-long epochs

  • Eligibility

    • Wallets whose % in the previous epoch is greater than 0.5% of the total qualified maker volume

    • All wallets are eligible in the first mainnet epoch

  • Please reach out to with any questions related to onboarding or eligibility

Measuring Market Maker Performance

Points are distributed to wallets based on their achievement of specific KPIs. The goal is to measure both the quality of the liquidity and the contribution of that liquidity to exchange volume.

  • Liquidity quality

    • Closer to top of book (TOB) Liquidity: reward those who take on more risk than other orders by being closer to the midpoint

    • Depth of orders: amount of funds at risk at any one time; deeper order book allows for larger trades with less slippage

    • Uptime: liquidity must be of high quality but also available the majority of the time

  • Qualified Maker Volume: share of maker volume that comes from orders whose age > is greater than 0.5 seconds from order creation to order filled

Proposed Scoring System

The following formula is used to calculate the market making score for an individual market maker i, in epoch j, in a particular market.

The score consists of three components: Depth, Uptime, and Maker Volume

  • Depth and Uptime are assessed through the use of liquidity snapshots, a periodic analysis of the order book state to determine the wallet’s depth and uptime score.

    • Snapshots are taken randomly every 1 minute, 1440 snapshots per day

    • Randomness follows a uniform distribution

  • Maker Volume is a function of the qualified maker volume traded during the entire epoch.

Q Depth:

Order Requirements:

  • Limit Order Only - order must be visible/resting on the order book (i.e. stop orders do not qualify)

  • Two-Sided Quote: Must quote on both sides to achieve a qualified snapshot; depth scoring formula accounts for this by taking the min of the bid & ask score in each snapshot (see below)

  • Minimum Order Size: minimum order sizes for all markets are published on the MM dashboard. At launch, the minimum order sizes will be as follows:

    • BTC - $2,500

    • ETH - $2,500

    • Non-ETH/BTC - $1,000

  • Maximum Order Price Distance - Orders must be within X basis points of the mid-price ((bid + ask)/2) to be eligible. The order price requirements for all markets are published on the MM dashboard.

Example Snapshot:

Assume a liquidity provider has multiple open bid orders:

  • 1 BTC at $29,900

  • 5 BTC at $29,850

  • 10 BTC at $29,500

and multiple open ask orders:

  • 0.01 BTC at $30,100

  • 5 BTC at $30,150

  • 10 BTC at $30,175

Other assumptions:

  • BTC mid-price = $30,000

  • MinSize is $2,500 and max order price distance is 100 Basis Points ($300/$30,000)

Order at $29,500 is excluded as it falls outside of the price band

Order for 0.01 BTC is excluded as it doesn’t meet the minimum order size requirement

Take the lesser of the two values

Sum all of the snapshots in a given epoch

Q Uptime:

Uptime is calculated throughout the entire epoch and reflects the number of snapshots in which Q Min > 0 for a particular market.

  • Wallets only get credit for uptime during snapshots where they have qualified liquidity

    • The wallet has at least one order on both sides of the order book

    • At least one order on each side is within the maximum order price distance and meets the min order size

  • Wallets get one point for each snapshot where they have qualified liquidity

  • Uptime score is calculated by summing these points across all snapshots; the maximum score per epoch, per market, is 14 days * 24 hours * 60 minutes = 20,160

Qualified Maker Volume:

Share of the wallet’s qualified maker volume during the entire epoch.

  • Qualified maker volume is the trading volume filled as maker orders for all orders filled in the epoch whose age is greater than 0.5 seconds from order creation to order filled

    • The only qualification for maker orders is age of 0.5+ seconds (i.e. the size/spread conditions from the depth score do not apply)

    • Orders placed in a previous epoch will generate qualified maker volume for the epoch in which they are filled

  • The total maker volume is the trading volume filled as a qualified maker order for all orders in the epoch associated with wallets that are eligible for the epoch

  • The sum of maker volume score for all eligible wallets is equal to 100%

Market-Making Score:

All scores are combined to create the overall market-making score for an individual market.

The weights for alpha and beta are visible on the MM dashboard for each period.

Liquidity providers earn Points based on their relative overall market-making score for each market/epoch.

API Interface

Market Maker Rewards Dashboard

The dashboard allows for market makers to track their performance in both the current and previous epochs. Depth is presented as a raw score calculation, while uptime is presented as a percentage (100% being perfect uptime). Maker volume and the total market maker scores are presented as percentages relative to other market participants.

Qij=(QDepthScorej)α×(QUptimeScorej)β×(QMakerVolumeScorej)1−αQ^{j}_{i}=(Q^{j}_{Depth Score})^{\alpha}\times(Q^{j}_{Uptime Score})^{\beta}\times(Q^{j}_{Maker Volume Score})^{1-\alpha}Qij​=(QDepthScorej​)α×(QUptimeScorej​)β×(QMakerVolumeScorej​)1−α
QBID=(1×($29,000$100/30,000))+(5×($29,850$150/30,000))Q_{BID}=(1\times\bigg(\frac{\$29,000}{\$100/30,000}\bigg))+(5\times\bigg(\frac{\$29,850}{\$150/30,000}\bigg))QBID​=(1×($100/30,000$29,000​))+(5×($150/30,000$29,850​))
QASK=(5×($30,150$150/30,000))+(10×($30,175$175/30,000))Q_{ASK}=(5\times\bigg(\frac{\$30,150}{\$150/30,000}\bigg))+(10\times\bigg(\frac{\$30,175}{\$175/30,000}\bigg))QASK​=(5×($150/30,000$30,150​))+(10×($175/30,000$30,175​))
QMIN=min(QBID,QASK)Q_{MIN}=min(Q_{BID}, Q_{ASK})QMIN​=min(QBID​,QASK​)
QDepthScorej=∑i=1m(QMIN)Q^{j}_{DepthScore}=\displaystyle\sum_{i=1}^m(Q_{MIN})QDepthScorej​=i=1∑m​(QMIN​)
QUptimeScorej=∑i=1m1QDepthScore>0(QDepthScorei)Q^{j}_{UptimeScore}=\displaystyle\sum_{i=1}^m 1_{Q_{Depth Score>0}} (Q^{i}_{DepthScore})QUptimeScorej​=i=1∑m​1QDepthScore>0​​(QDepthScorei​)
QMakerVolumeScorej=QMakerVolumeiQTotalMakerVolumeQ^{j}_{MakerVolumeScore}=\frac{Q^{i}_{MakerVolume}}{Q_{TotalMakerVolume}}QMakerVolumeScorej​=QTotalMakerVolume​QMakerVolumei​​
Qij=(QDepthScorej)α×(QUptimeScorej)β×(QMakerVolumeScorej)1−αQ^{j}_{i}=(Q^{j}_{Depth Score})^{\alpha}\times(Q^{j}_{Uptime Score})^{\beta}\times(Q^{j}_{Maker Volume Score})^{1-\alpha}Qij​=(QDepthScorej​)α×(QUptimeScorej​)β×(QMakerVolumeScorej​)1−α

The Kuma Market Making Rewards Program can be interfaced through the .

Note: the screenshot above is just for reference, the current list of markets can be found in the app or via the .

API
Get Tickers endpoint
alex@kuma.bid
qualified maker volume