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

# Overview

## New Unified Schema

The `avalanche.dex.events` table provides a unified, protocol-agnostic schema for DEX liquidity events on Avalanche. This approach allows you to analyze liquidity patterns across different DEX protocols using consistent semantics.

### Available Events

* **initialize\_pool**: Pool initialization events
* **add\_liquidity**: Liquidity addition events
* **remove\_liquidity**: Liquidity removal events
* **swap\_tokens**: Token swap events

### Key Features

* **Protocol-agnostic**: Unified schema across Uniswap V2/V3, Trader Joe LB, Pangolin, and other major Avalanche DEX protocols
* **Enriched data**: Includes token metadata, USD prices, and normalized ownership through LP units
* **Event-agnostic semantics**: Consistent field structure regardless of underlying protocols

For detailed schema information and advanced queries, see the [DEX Events documentation](/historical-data/supported-blockchains/evm/avalanche/dex/events/events).

## Protocol-Specific Tables

The following individual protocol tables are still available:

* [**Uniswap V2 Events**](/historical-data/supported-blockchains/evm/avalanche/dex/events/uniswap-v2-events): Swap, Sync, Mint, Burn events
* [**Uniswap V3 Events**](/historical-data/supported-blockchains/evm/avalanche/dex/events/uniswap-v3-events): Swap, Sync, Mint, Collect, Burn, Initialize, Flash events
* [**Uniswap V4 Events**](/historical-data/supported-blockchains/evm/avalanche/dex/events/uniswap-v4-events): OperatorSet, OwnershipTransferred, ProtocolFeeControllerUpdated, Transfer, ProtocolFeeUpdated, Initialize, Swap, ModifyLiquidity, and Donate events

For pool creation events, use the `dex.pools` table.
