> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Pools

The DEX pools table contains liquidity pool creation events.

### Coverage:

Currently, we support 7 DEX protocols on Sui.

* cetus, turbos, momentum, flow\_v2, flow\_v3, bluemove, bluefin

We add new DEX protocols on a case-by-case basis. If you'd like to request support for a specific DEX, please reach out to our team. Your feedback helps inform our roadmap.

### Table Columns

Unique Key: `unique_id`

| Column                          | Description                                                                 |
| ------------------------------- | --------------------------------------------------------------------------- |
| project                         | The project (decentralized exchange) of the liquidity pool.                 |
| protocol                        | DEX protocol (& version, if applicable) of the contract address.            |
| liquidity\_pool\_address        | The address of the liquidity pool.                                          |
| transaction\_module             | The module name where the pool creation event occurred.                     |
| package\_id                     | The package ID containing the pool creation logic.                          |
| package\_event\_address         | The event address within the package.                                       |
| coin0\_type                     | The type of the first coin in the pool.                                     |
| coin0\_name                     | The name of the first coin in the pool.                                     |
| coin0\_symbol                   | The symbol of the first coin in the pool.                                   |
| coin0\_decimals                 | The decimal places of the first coin in the pool.                           |
| coin1\_type                     | The type of the second coin in the pool.                                    |
| coin1\_name                     | The name of the second coin in the pool.                                    |
| coin1\_symbol                   | The symbol of the second coin in the pool.                                  |
| coin1\_decimals                 | The decimal places of the second coin in the pool.                          |
| coins\_array                    | Array containing the coins in the pool.                                     |
| tick\_spacing                   | The tick spacing configuration for the pool.                                |
| transaction\_block\_digest      | Digest of the transaction block containing this pool creation.              |
| event\_seq                      | Sequence number of the event within the transaction.                        |
| checkpoint\_timestamp           | Timestamp of the checkpoint containing this pool creation.                  |
| checkpoint\_sequence            | Sequence number of the checkpoint.                                          |
| checkpoint\_digest              | Digest of the checkpoint.                                                   |
| \_created\_at                   | Timestamp when the record was created.                                      |
| \_updated\_at                   | Timestamp when the record was last updated.                                 |
| date\_added                     | Timestamp when the record was added to the dataset.                         |
| \_changed\_since\_full\_refresh | Indicates whether the record has been modified since the last full refresh. |
