Liquidity Calculation

Liquidity in the pool L_total is updated taking into account:

Ltotal, new=Ltotal, prev+LnewWtotal L_{\text{total, new}} = L_{\text{total, prev}} + L_{\text{new}} - W_{\text{total}}

Where:

  • L_total, new — new total liquidity volume

  • L_total, prev — previous liquidity in the pool

  • L_new — added liquidity from new inflows

  • W_total — total amount of payouts and liquidity withdrawals

If L_total, new falls below the minimum threshold L_min, the system adjusts the distribution coefficient in favor of liquidity.

Last updated