Uniswap / v3-info

Interface for Uniswap V3 analytics. 📊
https://info.uniswap.org/#/
GNU General Public License v3.0
382 stars 305 forks source link

why totalValueLockedUSD from graph API not equal with the info pool page TVL? #310

Open guotie opened 10 months ago

guotie commented 10 months ago

Bug Description I found the totalValueLockedUSD not equal with the TVL in pool page, for example:

the ETH/USDC 0.05% POOL: the totalValueLockedUSD from graph API is about 407m, but the info pool page is only 168m

the info page calcuate is:

token0 amount * token0 price + token1 amount * token1 amount

why NOT equal?