Uniswap V3 Positions

Example
Value in USD of the position.
Annual percentage rate of returns given the current value of the underlying position assets including deposits, withdrawals, gas costs, and staking rewards at current prices.
Annual percentage rate of returns considering the accrued fees only. Does not account for divergence loss.
Annual percentage rate of returns considering the value of the underlying position and the accrued fees, and divergence loss. Does not account for gas costs.
Profit and loss for the position from only fees accrued and price divergence.
Pool PnL = value of current LP underlying tokens
- value of tokens deposited (at current price)
+ value of tokens withdrawn (at current price)
Profit and loss for the position from fees accrued, price divergence, gas costs, and reward incentives
Total PnL = value of current underlying tokens
- value of tokens deposited (at current price)
+ value of tokens withdrawn (at current price)
+ pending rewards at current prices
+ claimed rewards at current price
- gas costs for all deposit and withdrawal transactions at current ETH price.
The amount of underlying tokens corresponding to this LP position.
The sum of all assets invested in the position.
The sum of all assets withdrawn out of the position.
The difference between the assets invested, subtracting the assets withdrawn, and the current assets in the LP position.
diffs = current assets - invested assets + withdrawn assets
unclaimed_rewards:
The sum of all detected unclaimed staking reward assets for the account and pool.
The sum of all detected claimed staking reward assets for the account and pool.
USD value of the underlying token reserves for the pool.
USD value of the traded volume for the pool.
The running difference between the changes in prices (as percentages) for the underlying assets against the prices 30 days ago. Price divergences between a pair of assets can result in losses for liquidity providers.
Price Divergence = abs(token0_price_change_pct - token1_price_change_pt)
position_age
The amount of time (in days) that have passed since the position was first created.
Last modified 12d ago