1inch / spot-price-aggregator

Liquidity-weighted dex price oracle for offchain price discovery
MIT License
273 stars 79 forks source link

why this token has no rate in the oracle? #171

Closed wangereth closed 2 months ago

wangereth commented 2 months ago

token: 0x7122985656e38BDC0302Db86685bb972b145bD3C

image

there is uniswap v3 pool of it. https://etherscan.io/address/0xf577068c05fda48ba1729c9a190f78008c1f11a2

zZoMROT commented 2 months ago

Thank you for your question and for your interest in our project. The reason this token has no rate in the oracle is that the current state of the pool indicates there is no liquidity. To determine this, you can follow these steps:

Since the pool's current state shows no liquidity, there is no price available. If this pool was created by you, you need to delve into how UniswapV3 works and properly add liquidity to ensure it is available across all ticks, or manage it correctly when liquidity was added to specific ticks.