ITP LP Incentives

Incentives help keep the ITP Liquidity Providers (LP's) yields at competitive rates.

Infinite Trading Protocol Incentive Calculation

In the Infinite Trading Protocol, we provide weekly incentives to voters to make liquidity pool (LP) yields more attractive. These incentives are distributed proportionally based on the total liquidity provided, excluding the value of ITP tokens themselves.

Variables

  • L : The total liquidity in USD value, excluding the value of ITP tokens.

  • P : The current price of ITP.

  • I : Total weekly incentives on ITP (2% of the total liquidity USD value on ITP)

  • LPjLP_j : The USD value of the liquidity for each ITP pair, excluding the value of ITP tokens. The pairs are as follows:

  • LP1LP_1 : ITP/VELO liquidity

  • LP2LP_2 : ITP/wstETH liquidity

  • LP3LP_3 : ITP/WBTC liquidity

  • LP4LP_4: ITP/xOpenX liquidity

  • LP5LP_5: ITP/DHT liquidity

  • LP6LP_6 : ITP/OP liquidity

  • LP7LP_7 : ITP/MAI liquidity

  • LP8LP_8 : ITP/USDC liquidity

Total Weekly Incentives

I=0.02LPI= \frac{0.02 \cdot L}{P}

Incentive Distribution

The incentives for each liquidity pool LPjLP_j , denoted ILPjI_{LP_j}, are distributed proportionally based on the pool’s liquidity relative to the total liquidity:

ILPj=LPjLIforj=1,2,,8 I_{LP_j} = \frac{LP_j}{L} \cdot I \quad \text{for} \quad j = 1, 2, \ldots, 8

This ensures that larger liquidity pools receive a higher portion of the incentives, while smaller pools receive proportionally less.

Last updated