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

# Metrics

> Daily metrics combining supply, transfer, transaction, and user activity metrics for RWA tokens.

## Overview

The metrics tables provide aggregated daily statistics for RWA tokens, including supply metrics, transfer activity, holder distribution, and pricing data.

## Tables

| Table Name                     | Description                                                               |
| ------------------------------ | ------------------------------------------------------------------------- |
| `crosschain.rwa.metrics_daily` | Daily metrics combining supply, transfer, transaction, and user activity. |
| `crosschain.rwa.prices_daily`  | Daily prices for RWA tokens across different blockchains.                 |

## Table Columns

<Tabs>
  <Tab title="Metrics Daily">
    Daily metrics for RWA tokens combining supply, transfer, transaction and user activity.

    Unique key: `date`, `chain`, `token_address`

    | Column Name             | Description                                                                                                            |
    | ----------------------- | ---------------------------------------------------------------------------------------------------------------------- |
    | `date`                  | The date of the metrics (daily granularity)                                                                            |
    | `rwa_class`             | **(Deprecated — removed March 15, 2026)** Classification of the RWA token. Use `asset_class` and `asset_type` instead. |
    | `asset_class`           | Top-level V2 classification (rates, equities, credit, fx, commodities, private\_funds, real\_estate)                   |
    | `asset_type`            | Granular V2 sub-classification within the asset class                                                                  |
    | `product_id`            | Unique identifier for the RWA product                                                                                  |
    | `product_name`          | Human-readable name of the RWA product                                                                                 |
    | `issuer_id`             | Unique identifier for the token issuer                                                                                 |
    | `issuer_name`           | Human-readable name of the token issuer                                                                                |
    | `platform_id`           | Unique identifier for the platform                                                                                     |
    | `platform_name`         | Human-readable name of the platform                                                                                    |
    | `chain`                 | The blockchain network (ethereum, solana, aptos, sui, stellar, etc.)                                                   |
    | `token_address`         | The contract/asset address of the RWA token                                                                            |
    | `token_symbol`          | The symbol of the RWA token                                                                                            |
    | `token_name`            | The name of the RWA token                                                                                              |
    | `supply`                | Total circulating supply of the token on this date                                                                     |
    | `supply_delta`          | Change in supply from the previous day                                                                                 |
    | `price_usd`             | Price of the token in USD (forward-filled for gaps)                                                                    |
    | `market_cap_usd`        | Market capitalization (price\_usd \* supply)                                                                           |
    | `transfer_count`        | Total number of transfers on this date                                                                                 |
    | `mint_count`            | Number of mint events on this date                                                                                     |
    | `burn_count`            | Number of burn events on this date                                                                                     |
    | `active_addresses`      | Number of distinct addresses that have interacted with the token on this date (including sender and receiver)          |
    | `distinct_transactions` | Number of distinct transactions on this date                                                                           |
    | `distinct_senders`      | Number of distinct sender addresses (from\_address) on this date                                                       |
    | `distinct_recipients`   | Number of distinct recipient addresses (to\_address) on this date                                                      |
    | `mints_amount`          | Total amount of tokens minted (decimal adjusted)                                                                       |
    | `burns_amount`          | Total amount of tokens burned (decimal adjusted)                                                                       |
    | `transfer_amount`       | Total amount of tokens transferred (decimal adjusted)                                                                  |
    | `burns_usd`             | Total USD value of burns                                                                                               |
    | `mints_usd`             | Total USD value of mints                                                                                               |
    | `transfers_usd`         | Total USD value of transfers (excluding mints and burns)                                                               |
    | `holders`               | Number of current holders (addresses with non-zero balance) on this date                                               |
    | `all_time_holders`      | Cumulative count of all addresses that have ever held the token up to this date                                        |
    | `avg_balance`           | Average token balance across all holders on this date                                                                  |
    | `median_balance`        | Median token balance across all holders on this date                                                                   |
    | `max_balance`           | Maximum token balance held by any single address on this date                                                          |
    | `avg_usd_balance`       | Average USD balance across all holders on this date                                                                    |
    | `median_usd_balance`    | Median USD balance across all holders on this date                                                                     |
    | `max_usd_balance`       | Maximum USD balance held by any single address on this date                                                            |
    | `_created_at`           | The timestamp when this record was created                                                                             |
    | `_updated_at`           | The timestamp when this record was last updated                                                                        |
  </Tab>

  <Tab title="Prices Daily">
    Daily prices for RWA tokens across different blockchains.

    Unique key: `date`, `chain`, `address`

    | Column Name | Description                                                                                          |
    | ----------- | ---------------------------------------------------------------------------------------------------- |
    | `date`      | The date of the price snapshot                                                                       |
    | `chain`     | The blockchain network where the RWA token is deployed (ethereum, solana, aptos, sui, stellar, etc.) |
    | `address`   | The contract/asset address of the RWA token                                                          |
    | `price`     | The price of the RWA token in USD on this date                                                       |
  </Tab>
</Tabs>
