Increase an LP position
Increase the liquidity of an existing Liquidity Provider (LP) position.
This endpoint allows users to add more tokens to their current LP position, enhancing their participation in liquidity provision. By increasing liquidity, users can potentially earn more rewards and improve their position in the pool. The process involves specifying additional token amounts and updating the pool details. The response will confirm the successful increase of the LP position, providing users with updated information about their enhanced position. This functionality is vital for users aiming to optimize their liquidity provision strategy, enabling them to adapt to market conditions and maximize their returns in decentralized finance (DeFi) markets.
Body
Token ID of the NFT representing the liquidity provisioned position.
The desired amount of the first token to deposit
x >= 0
"1.5"
The desired amount of the second token to deposit
x >= 0
"1.7"
The minimum amount of the first token to deposit
x >= 0
"1.4"
The minimum amount of the second token to deposit
x >= 0
"1.6"
The chain to use.
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the transaction sender
Response
The chain id of the transaction
The data of the transaction
The sender of the transaction
The gas of the transaction
The recipient of the transaction
The value of the transaction
The nonce of the address
The max fee per gas of the transaction
The max priority fee per gas of the transaction
Was this page helpful?