# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.artinals.com/artinals-protocol/trade-module/events/liquidityadded.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
