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

# Liquidations

> Forced perpetual position closes across venues.

One row per forced close when margin falls below maintenance.

Hyperliquid has no dedicated liquidations table. Event-level liquidations are in `hyperliquid.raw.misc_events` (`event:LedgerUpdate:delta:type = 'liquidation'`). Daily totals are on `hyperliquid.metrics.overview` (`liquidations_count`, `liquidations_volume_usd`).

| Protocol           | Table                                                                                                                                                                     | Schema                                    |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| Hyperliquid        | [misc\_events](/historical-data/supported-blockchains/hyperliquid/raw/misc-events) <br /> [overview](/historical-data/supported-blockchains/hyperliquid/metrics/overview) | `hyperliquid.raw` / `hyperliquid.metrics` |
| Lighter            | [liquidations](/historical-data/supported-blockchains/lighter/dex/liquidations)                                                                                           | `lighter.dex`                             |
| Lighter Robinhood  | [liquidations](/historical-data/supported-blockchains/lighter-robinhood/dex/liquidations)                                                                                 | `lighter_robinhood.dex`                   |
| Jupiter Perpetuals | [liquidations](/historical-data/supported-blockchains/solana/solana/perpetuals/liquidations)                                                                              | `solana.perpetuals`                       |
| GMX (Arbitrum)     | [liquidations](/historical-data/supported-blockchains/evm/arbitrum/perpetuals/liquidations)                                                                               | `arbitrum.perpetuals`                     |
| GMX (Avalanche)    | [liquidations](/historical-data/supported-blockchains/evm/avalanche/perpetuals/liquidations)                                                                              | `avalanche.perpetuals`                    |
| GMX (MegaETH)      | [liquidations](/historical-data/supported-blockchains/evm/megaeth/perpetuals/liquidations)                                                                                | `megaeth.perpetuals`                      |
