# PoolCreated

**Purpose**: Emitted when a new trading pool is initialized, signaling the start of a new liquidity market for a particular NFT collection.

**Key Inclusions**:

* `pool_id`: Unique identifier of the newly created pool.
* `collection_id`: The ART20 collection associated with the pool.
* `initial_nft_reserve`: How many NFTs were initially deposited.
* `initial_token_reserve`: The amount of token liquidity initially added.
* `creator`: The address that created the pool.
* `fee_percent`: The initial fee percentage for trades in this pool.

**Use Cases**:

* Notify front-end UIs that a new liquidity venue is available.
* Track historical data on when and how pools were formed.
* Allow liquidity providers to discover new opportunities early.


---

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