This endpoint allows users to increase their existing Liquidity Provider (LP) positions on the Uniswap platform.
By providing the necessary parameters, users can add more liquidity to their current positions, thereby increasing their stake in the liquidity pool. This operation is beneficial for users who wish to enhance their potential earnings from trading fees within the pool. The endpoint requires details such as the token pair, additional amount to be added, and any other parameters necessary for the liquidity increase process.
Required Allowances
In order to make this transaction, token allowances need to be set for the following contracts.
AerodromeSlipstreamRouterRequest model for increasing liquidity provision in Uniswap V3.
Token ID of the NFT representing the liquidity provisioned position.
The desired amount of the first token to deposit
"1.5"
The desired amount of the second token to deposit
"1.7"
The minimum amount of the first token to deposit
"1.4"
The minimum amount of the second token to deposit
"1.6"
arbitrum, base, ethereum The address of the transaction sender.
"0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B"
"UNISWAP_ADD_LIQUIDITY"Determines whether to estimate gas costs for transactions, also verifying that the transaction can be successfully executed.
Successful Response
The unsigned transaction data. User must sign and broadcast to network.