Skip to main content

Index Price

Dederi Index Price

Dederi calculates the index price, including the BTC index and ETH index, by aggregating and verifying the latest spot prices from five exchanges: Bitstamp, Gemini, Bitfinex, Coinbase, and Binance. If any exchange data exhibits a delay exceeding 3 minutes, that exchange is excluded from the index calculation. The index price is updated every second using the following algorithm:

Step 1: Calculate Unverified Index Price

The latest mid-price PP from each exchange is used as the sample price:
P=Bid+Ask2P = \frac{Bid + Ask}{2}
Determine the median as BenchmarkPrice\text{BenchmarkPrice}:
BenchmarkPrice=median(P1,P2,,Pn) BenchmarkPrice = \text{median}(P_1, P_2, …, P_n)
Clamp all prices within the range of ±0.5%\pm 0.5\% of BenchmarkPrice\text{BenchmarkPrice} to obtain the adjusted sample price P~k\tilde{P}_k:
P~k=clamp(Pk,BenchmarkPrice99.5%,BenchmarkPrice100.5%) \tilde{P}_k = \text{clamp}(P_k, BenchmarkPrice \cdot 99.5\%, BenchmarkPrice \cdot 100.5\%)
Compute the equal-weighted average to derive the IndexPrice\text{IndexPrice}:
IndexPrice=1nk=1nP~k IndexPrice = \frac{1}{n} \sum_{k=1}^{n} \tilde{P}_k

Step 2: Calculate Dederi Index Price

Compare the IndexPrice\text{IndexPrice} with the Chainlink and Uniswap index price to evaluate price discrepancies:
min(IndexPriceChainlinkPriceIndexPrice,IndexPriceUniswapPriceIndexPrice)MaxIndexDiscrepancy \min\left(\frac{|IndexPrice - ChainlinkPrice|}{IndexPrice}, \frac{|IndexPrice - UniswapPrice|}{IndexPrice}\right) \leq MaxIndexDiscrepancy
If at least one of the price discrepancies remains within the MaxIndexDiscrepancy\text{MaxIndexDiscrepancy}, the calculated IndexPrice\text{IndexPrice} is valid and adopted; otherwise, an anomaly is flagged, and the IndexPrice\text{IndexPrice} is computed as follows:
IndexPrice={min(LastIndexPrice(1+MaxIndexDiscrepancy),MedianPrice),LastIndexPrice<MedianPricemax(LastIndexPrice(1MaxIndexDiscrepancy),MedianPrice),LastIndexPrice>MedianPrice IndexPrice = \begin{cases} \min(LastIndexPrice\cdot(1+MaxIndexDiscrepancy),MedianPrice), & LastIndexPrice < MedianPrice \\[5pt] \max(LastIndexPrice\cdot(1-MaxIndexDiscrepancy),MedianPrice), & LastIndexPrice > MedianPrice \end{cases}
Here, LastIndexPrice\text{LastIndexPrice} refers to the previously published IndexPrice\text{IndexPrice}, and MedianPrice\text{MedianPrice} is computed as follows:
MedianPrice=median{IndexPrice,ChainlinkPrice,UniswapPrice} MedianPrice = \text{median}\left\{IndexPrice,ChainlinkPrice,UniswapPrice\right\}

Example

At 3:22 PM on January 9, 2024, market data was collected from five exchanges. The Chainlink and Uniswap index prices were 46,725.12 and 46,334.29, respectively. The Dederi index price algorithm works as follows:

Price/ExchangeBitstampGeminiBitfinexCoinbaseBinance
AskAsk46869.5246873.844684946862.3946838.09
BidBid46869.2146867.884684846860.6146838.08
PP46869.3746870.864684946861.5046838.09
BenchmarkPriceBenchmarkPrice46861.50
P~k\tilde{P}_k46869.3746870.864684946861.5046838.09
IndexPriceIndexPrice46857.66
Price Verification(IndexPrice - ChainlinkPrice) / IndexPrice = 0.28% (Within Range)
(IndexPrice - UniswapPrice) / IndexPrice = 1.12% (Out of Range)
Passes Verification, Adopted
IndexPriceIndexPrice46858

Index TWAP

IndexTWAP is the time-weighted average price of the underlying index price used to compute the smooth mark price.

Step 1: Calculate the IndexTWAP

IndexTWAP is computed off-chain by sampling the underlying index price at 5-second intervals and calculating the arithmetic mean of the samples over the most recent 10-minute window.

Step 2: On-Chain Verification

Validate the computed IndexTWAP by comparing it with the corresponding 10-minute TWAP from Chainlink and Uniswap. An exception is triggered if at least one price discrepancy ratios exceed the MaxIndexDiscrepancy\text{MaxIndexDiscrepancy}:

max(IndexTWAPChainlinkTWAPIndexTWAP,IndexTWAPUniswapTWAPIndexTWAP)>MaxIndexDiscrepancy \max\left(\frac{|IndexTWAP - ChainlinkTWAP|}{IndexTWAP}, \frac{|IndexTWAP - UniswapTWAP|}{IndexTWAP}\right) > MaxIndexDiscrepancy

Settle TWAP

SettleTWAP is the time-weighted average price of the underlying index price used for the settlements of futures and options.

Step 1: Calculate the SettleTWAP

SettleTWAP is computed off-chain by sampling the underlying index price at 5-second intervals and calculating the arithmetic mean of the samples over the 30-minute window prior to contract expiration.

Step 2: On-Chain Verification

Validate the computed IndexTWAP by comparing it with the corresponding 30-minute TWAP from Chainlink and Uniswap. An exception is triggered if at least one price discrepancy ratios exceed the MaxIndexDiscrepancy\text{MaxIndexDiscrepancy}:

max(SettleTWAPChainlinkTWAPSettleTWAP,SettleTWAPUniswapTWAPSettleTWAP)>MaxIndexDiscrepancy \max\left(\frac{|SettleTWAP - ChainlinkTWAP|}{SettleTWAP}, \frac{|SettleTWAP - UniswapTWAP|}{SettleTWAP}\right) > MaxIndexDiscrepancy
Products

Dederi RFQ

Structuring

Professional User Trial

Market Data

Services

Docs

Privacy Policy

Term of Services

Support
@Dederi_official

Products

Dederi RFQ

Structuring

Professional User Trial

Market Data

Services

Docs

Privacy Policy

Term of Services

Copyright © 2024 Dederi