・・・

Uniswap V3

Question

ZapTinker

@utf63fish · Oct 28, 2023, 15:19

I'm attempting to add liquidity to Uniswap V3 for a DAI/USDC pair and want to set the tightest tick range possible, specifically 0.9999-1.0001.

However, the actual range is coming out as 0.99980267-1.0000026.

What should I do?
1
0

1

Add comment

Comments (1)

critter

@kaz21fish · Oct 29, 2023, 08:31

Due to the way Uniswap V3 is structured, it's actually not possible to set a price range precisely at 0.99990000-1.00010000.

However, you can set it extremely close to your desired range, for instance, 0.99990265-1.0001026.

To achieve this, when entering data into the web form or directly into the URL, you wouldn't input 0.9999 and 1.0001 exactly. Instead, you'd enter slightly adjusted values, like 0.99991 and 1.00011.

*Depending on the currency pair, it may be better to put 0.99989 , 1.00009.

By doing this, you can closely match the intended price range, working within the confines of Uniswap V3's system.

app.uniswap.org/add/0x6B175474E89094C44Da98b954EedeAC495271d0F/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/100?minPrice=0.99991&maxPrice=1.00011
0

1