IncreaseLiquidityInstructions: {
    instructions: IInstruction[];
    quote: IncreaseLiquidityQuote;
}

Represents the instructions and quote for increasing liquidity in a position.

Type declaration

  • instructions: IInstruction[]

    List of Solana transaction instructions to execute.

  • quote: IncreaseLiquidityQuote

    The quote object with details about the increase in liquidity, including the liquidity delta, estimated tokens, and maximum token amounts based on slippage tolerance.