Add Liquidity
More liquidity can be added to an open position through the addLiquidity
function. This function requires, as input:
positionId
-> id of the corresponding farming positionFarmingPositionRequest
struct
Like the openPosition
function, the addLiquidity
function also calls internally the _addLiquidity
that calls internally the _increaseLiquidity
method of the INonfungiblePositionManager
to add liquidity to the NFT setup.
Last updated