LiquidityAdded

Purpose: Emitted whenever new liquidity is contributed to a trading pool (i.e., someone adds NFTs and/or tokens to the pool and receives LP tokens in return).

Key Inclusions:

  • pool_id: The pool to which liquidity is added.

  • provider: The address that added the liquidity.

  • nft_amount: How many NFTs were contributed.

  • token_amount: How many tokens were contributed.

  • lp_tokens_minted: The number of LP tokens minted to represent the provider’s share.

Use Cases:

  • Show real-time updates of liquidity depth, informing traders about slippage and price impact changes.

  • Enable analytics tools to measure the growth of a pool’s liquidity over time.

  • Help liquidity providers confirm their contribution was successfully added.

Last updated