Tables
Daily DEX pool trading volume, Hyperliquid trading contributions and bridge transfer volumes cover closed UTC days and follow the availability cutoff of each contributing chain.
- Project
- Project × chain
One row per project per day. Everything the project runs, combined: gas from its chains and trading fees from its apps arrive added into one fee figure.
| Table | Value column | What it holds |
|---|---|---|
metrics_projects.tvl_daily | tvl | Value locked in the project’s contracts at day end, in USD. |
metrics_projects.trading_volume_daily | trading_volume | Cash value of the trades that took place, in USD. |
metrics_projects.active_loans_daily | active_loans | Value of loans outstanding at day end, in USD. |
metrics_projects.assets_staked_daily | assets_staked | Value staked at day end, in USD. |
metrics_projects.fees_daily | fees | Total fees users paid, in USD. Chain gas plus app trading fees. |
metrics_projects.fees_supply_side_daily | fees_supply_side | The part of those fees the project passed on to the supply side, in USD. |
metrics_projects.revenue_daily | revenue | Fees the project kept, in USD. |
metrics_projects.token_incentives_daily | token_incentives | Value of the project’s own token paid out as rewards, in USD. |
metrics_projects.expenses_daily | expenses | What the project spent, in USD: cost of revenue, token incentives and operating expenses, wherever each is reported onchain. |
metrics_projects.earnings_daily | earnings | What the project kept after costs, in USD. Goes negative when a project pays out more than it retains. |
metrics_projects.treasury_daily | treasury | Value the project held at day end, in USD, its own token included. |
metrics_projects.treasury_net_daily | treasury_net | Value the project held at day end excluding its own token, in USD. |
metrics_projects.outstanding_supply_daily | outstanding_supply | Stablecoin supply issued by the project and outstanding today, in USD. Stablecoin issuers only. |
metrics_projects.user_dau_daily | user_dau | Distinct addresses that used the project that day. A HyperLogLog estimate, not a sum of the daily series. |
metrics_projects.user_wau_daily | user_wau | Distinct addresses that used the project in the trailing 7 days. A HyperLogLog estimate. |
metrics_projects.user_mau_daily | user_mau | Distinct addresses that used the project in the trailing 30 days. A HyperLogLog estimate. |
Sample queries
- Project
- Project × chain
- Balance rollup
- Sector total
Each measure is its own table, so a row with all three is a join on
project_id and timestamp. Bound the day range on every side, or the unbounded side reads its whole table.