-
Notifications
You must be signed in to change notification settings - Fork 653
Description
For many coins the Uniswap Pool and the Trade are not showing the price of the token, even being so easy to calculate the price using the current rate of exchange with the other token (eg WETH)
I guess there is no need for an external "oracle" for this purpose, but if there is one, after the oracle returns 0 or null as the price for the token on the pair, its price can then be calculated using the above simple method.
This is also happening when displaying the TVL (total value locked), it is showing the value of only ETH locked:
Also when adding liquidity, it only shows the value related to ETH or USDT, not the other token. Sometimes it appears as 0 (zero) total value added when adding only the other token on the pair:
Example:
https://info.uniswap.org/#/pools/0x8c2f778589b08dbd5857be26b604dc5c42861732




