Modifications
A user can modify their active leveraged Uniswap V3 position without fully closing it. This method works by unwrapping the position and then borrowing or paying back tokens.
To preform a modification the user needs to input the following
New Leverage
New Lower and Upper Tick
Any additional user amount (optional)
The position will then be created according to those specs while making the most of the current active liquidity. If a user needs to provide more user amount( e.g they are lowering leverage) then they will be prompted to do so.
Partial Closes
A user can also partially close their position. This process involves the user removing some of the user amount, so that after the change the position is not liquidate-able. The user can also add to the current position while maintaining the current bounds.
Last updated