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

> Daily Overview Metrics for Hyperliquid

The `hyperliquid.metrics.overview` table provides comprehensive daily metrics for the Hyperliquid network, including trading volume, fees, open interest, liquidations, bridge flows, and HIP-3 permissionless perpetual activity. This table is updated daily.

## Table Columns

### General

| Column Name       | Description                                |
| ----------------- | ------------------------------------------ |
| activity\_date    | The date of the activity.                  |
| project           | The project of the activity (Hyperliquid). |
| token\_price\_usd | The price of the token in USD.             |
| market\_cap\_usd  | The market cap of the project in USD.      |

### Trading Volume

| Column Name                  | Description                               |
| ---------------------------- | ----------------------------------------- |
| total\_volume\_usd           | Daily total trade volume in USD.          |
| total\_trade\_count          | Daily total number of trades.             |
| median\_volume\_usd          | Daily median trade size in USD.           |
| avg\_volume\_usd             | Daily average trade size in USD.          |
| perpetual\_volume\_usd       | Daily perpetual trade volume in USD.      |
| btc\_perpetual\_volume\_usd  | Daily BTC perpetual trade volume in USD.  |
| eth\_perpetual\_volume\_usd  | Daily ETH perpetual trade volume in USD.  |
| sol\_perpetual\_volume\_usd  | Daily SOL perpetual trade volume in USD.  |
| hype\_perpetual\_volume\_usd | Daily HYPE perpetual trade volume in USD. |
| perpetual\_trade\_count      | Daily number of perpetual trades.         |
| spot\_volume\_usd            | Daily spot trade volume in USD.           |
| spot\_trade\_count           | Daily number of spot trades.              |

### Trading Fees

| Column Name                   | Description                                                             |
| ----------------------------- | ----------------------------------------------------------------------- |
| total\_trading\_fees\_usd     | Daily total trading fees in USD (buyer and seller, perpetual and spot). |
| perpetual\_trading\_fees\_usd | Daily perpetual trading fees in USD (buyer and seller).                 |
| spot\_trading\_fees\_usd      | Daily spot trading fees in USD (buyer and seller).                      |
| total\_builder\_fees\_usd     | Daily total builder fees in USD.                                        |

### Users & Markets

| Column Name                   | Description                                          |
| ----------------------------- | ---------------------------------------------------- |
| active\_buyers                | Daily number of unique buyers.                       |
| active\_sellers               | Daily number of unique sellers.                      |
| unique\_perp\_markets\_traded | The daily number of unique perpetual markets traded. |
| unique\_spot\_markets\_traded | The daily number of unique spot markets traded.      |

### HIP-3 Permissionless Perpetuals

| Column Name               | Description                                                                                                                                                               |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| hip3\_volume\_usd         | The daily volume of HIP-3 permissionless perpetual trades in USD.                                                                                                         |
| hip3\_trade\_count        | The daily number of HIP-3 permissionless perpetual trades.                                                                                                                |
| hip3\_active\_dexes       | The daily number of unique HIP-3 DEXes with trading activity.                                                                                                             |
| hip3\_active\_deployers   | The daily number of unique HIP-3 deployers with trading activity.                                                                                                         |
| hip3\_active\_users       | The daily number of unique users trading on HIP-3 markets.                                                                                                                |
| hip3\_trading\_fees\_usd  | The daily total trading fees in USD from HIP-3 permissionless perpetual trades.                                                                                           |
| hip3\_deployer\_fees\_usd | The daily total deployer fees in USD from HIP-3 permissionless perpetual trades. Subset of `hip3_trading_fees_usd` representing the portion that goes to HIP-3 deployers. |

### Leverage Breakdown

| Column Name                   | Description                                                            |
| ----------------------------- | ---------------------------------------------------------------------- |
| high\_leverage\_volume\_usd   | The daily volume of trades on markets with 20x+ max leverage.          |
| medium\_leverage\_volume\_usd | The daily volume of trades on markets with 10-19x max leverage.        |
| low\_leverage\_volume\_usd    | The daily volume of trades on markets with less than 10x max leverage. |

### Liquidations

| Column Name               | Description                              |
| ------------------------- | ---------------------------------------- |
| liquidations\_count       | Daily total number of liquidations.      |
| liquidated\_users\_count  | Daily number of unique users liquidated. |
| liquidations\_volume\_usd | Daily total liquidation volume in USD.   |

### Open Interest

| Column Name                | Description                       |
| -------------------------- | --------------------------------- |
| total\_open\_interest\_usd | Daily total open interest in USD. |
| btc\_open\_interest\_usd   | Daily BTC open interest in USD.   |
| eth\_open\_interest\_usd   | Daily ETH open interest in USD.   |
| sol\_open\_interest\_usd   | Daily SOL open interest in USD.   |
| hype\_open\_interest\_usd  | Daily HYPE open interest in USD.  |

### Bridge Activity

| Column Name                 | Description                                                                                                |
| --------------------------- | ---------------------------------------------------------------------------------------------------------- |
| bridge\_tvl\_usd            | The daily total value locked in USD from Arbitrum-Hyperliquid bridge.                                      |
| bridge\_netflow\_usd        | The daily total netflow in USD from Arbitrum-Hyperliquid bridge.                                           |
| bridge\_inflow\_usd         | The daily total inflow in USD from Arbitrum-Hyperliquid bridge.                                            |
| bridge\_inflow\_users       | The daily total number of unique users who deposited from Arbitrum-Hyperliquid bridge.                     |
| bridge\_inflow\_tx\_count   | The daily total number of transactions from Arbitrum-Hyperliquid bridge.                                   |
| bridge\_outflow\_usd        | The daily total outflow in USD from Arbitrum-Hyperliquid bridge.                                           |
| bridge\_outflow\_users      | The daily total number of unique users who withdrew from Arbitrum-Hyperliquid bridge.                      |
| bridge\_outflow\_tx\_count  | The daily total number of transactions from Arbitrum-Hyperliquid bridge.                                   |
| bridge\_total\_transactions | The daily total number of transactions from Arbitrum-Hyperliquid bridge. Includes both inflow and outflow. |

### Transactions

| Column Name           | Description                                  |
| --------------------- | -------------------------------------------- |
| total\_transactions   | Daily total number of transactions.          |
| active\_users         | Daily number of unique users who transacted. |
| failed\_transactions  | Daily number of failed transactions.         |
| success\_transactions | Daily number of successful transactions.     |

### Lineage

| Column Name                     | Description                           |
| ------------------------------- | ------------------------------------- |
| \_created\_at                   | Row creation timestamp.               |
| \_updated\_at                   | Row last update timestamp.            |
| \_changed\_since\_full\_refresh | Change-tracking flag for row updates. |
