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

The perpetuals vertical on Avalanche contains position activity, liquidations, fees, and daily protocol metrics for on-chain perpetual futures protocols.

Current coverage includes GMX (v1 and v2). Each row is tagged with `project`, `protocol`, and `version` so you can filter to a specific protocol, and any fields unique to a protocol are available in the `extra_fields` column.

### Trades

`avalanche.perpetuals.trades` contains one row per position-change event (increase, decrease, or liquidation) for GMX.

### Liquidations

`avalanche.perpetuals.liquidations` contains GMX perpetual position liquidations, exposed with the same schema as `avalanche.perpetuals.trades`.

### Fees

`avalanche.perpetuals.fees` contains one row per GMX fee event, categorized as position, liquidation, swap, mint, or redeem, with the protocol revenue share.

### Metrics

`avalanche.perpetuals.overview` contains daily protocol metrics per protocol: volume, open interest, fees, revenue, and activity counts.

### Identity columns

Every table carries the following columns:

| Column   | Description                               | Example   |
| -------- | ----------------------------------------- | --------- |
| project  | The perpetuals project.                   | gmx       |
| protocol | The specific protocol within the project. | gmx       |
| version  | Protocol version.                         | v2        |
| chain    | Blockchain network.                       | avalanche |
