Uniswap / v3-sdk

🛠 An SDK for building applications on top of Uniswap V3
MIT License
553 stars 431 forks source link

Adjust price range SDK support #33

Open willhennessy opened 3 years ago

willhennessy commented 3 years ago

Add support to uniswap-v3-sdk for LPs to modify the price range (upper & lower bound) of an existing position

sseeron commented 3 years ago

Is this possible on Uniswap web UI? I tried but it doesn't seem to allow me to adjust the price range of an existing pair.

willhennessy commented 3 years ago

Not yet, but coming soon!

rmah commented 3 years ago

Is this not the same as removing an existing stake and adding a new stake? Or are there actually facilities in one of the contract to do this?

NoahZinsmeister commented 3 years ago

it's just removing and adding packaged together. contracts don't directly support rebalancing