How APR is calculated
In Liquidity, with the non-fungible liquidity and customizable price range ability. Each LP position will have its own LP fee.
The total APR is combined by the LP fee APR.
LP fee
Theoretically speaking, given a price range and liquidity user about to add, we can estimate the expected future 7 days fee as following
feein : Fee amount accrued in the user specified price range in last 7 days
Lin: Current liquidity in the user specified price range
ΔL: Liquidity user want to add to the price range
Fee in range
For feein, we use the historical trading volume data, fee tier and historical price data to estimate the price in range
feein=ftV7dT7dTin
ft: Fee tier
V7d: Total trading volume of last 7 days
Tin: Duration, measured in seconds, of prices staying within the price range in the past 7 days
T7d: 7 days measured in seconds
Last updated