Skip to main content

Tables

active_loans_by_lending_market

Daily time series of outstanding loan counts across DeFi lending protocols, broken down by individual lending markets and token pairs. Used for tracking borrowing activity and utilization trends across protocols like Aave v3 on multiple chains.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
lending_market_nameSTRINGHuman-readable name identifying a specific lending market within a protocol. Format includes the chain name followed by the asset symbol, separated by a colon.
lending_market_idSTRINGUnique identifier for a specific lending market within a lending protocol. 66-character hex string including 0x prefix.
active_loansFLOAT64Number of outstanding loan positions in the lending market at the specified timestamp. Can be zero when no loans are active in the market.
data_idchain_idtimestampproduct_idactive_loanstimestamp_grainlending_market_idlending_market_name
aaveaptos2025-09-02T00:00:00.000Zaavev32574.8813day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
aaveaptos2025-10-29T00:00:00.000Zaavev3446569.5129day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
aaveaptos2025-09-29T00:00:00.000Zaavev34593.5068day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.active_loans_by_lending_market`
LIMIT 100

active_loans_by_lending_pool

Daily snapshot of outstanding loan balances across DeFi lending protocol pools, broken down by chain and protocol version (e.g., Aave v3). Enables tracking of total debt exposure and borrowing trends across lending markets.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
lending_pool_nameSTRINGHuman-readable name identifier for the lending pool or market within the protocol.
lending_pool_addressSTRINGContract address of the lending pool. Hex-encoded string with 0x prefix.
active_loansFLOAT64Total value of outstanding loans in USD denominated across all positions within the lending pool at the given timestamp. Can be zero when no active borrowing positions exist in the pool.
data_idchain_idtimestampproduct_idactive_loanstimestamp_grainlending_pool_namelending_pool_address
aaveaptos2025-10-22T00:00:00.000Zaavev31241533.6113dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
aaveaptos2025-12-31T00:00:00.000Zaavev313017076.2921dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
aaveaptos2025-10-17T00:00:00.000Zaavev31168723.9046dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.active_loans_by_lending_pool`
LIMIT 100

active_loans_by_token

Daily snapshot of outstanding loan balances by token across DeFi lending protocols. Enables tracking of borrowing activity, token-specific demand, and protocol utilization trends over time.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
active_loansFLOAT64Outstanding principal amount denominated in the specified token at the snapshot timestamp. Values represent the total borrowed balance across all active positions for this token on the protocol.
data_idchain_idtimestampproduct_idactive_loanstoken_symboltoken_addresstimestamp_grain
venusethereum2024-09-18T00:00:00.000Z218412.8879TUSD0x0000000000085d4780b73119b644ae5ecd22b376day
venusethereum2025-01-17T00:00:00.000Z369795.1437TUSD0x0000000000085d4780b73119b644ae5ecd22b376day
venusethereum2024-09-04T00:00:00.000Z184159.1149TUSD0x0000000000085d4780b73119b644ae5ecd22b376day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.active_loans_by_token`
LIMIT 100

capital_deployed_by_token

Daily capital deployment amounts for tokens across DeFi protocols and liquidity products, broken down by token address and chain. Used for analyzing total value locked (TVL) trends and capital allocation across protocol products.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
capital_deployedFLOAT64Total value of capital allocated to this token within the specified product and protocol at the given timestamp. Measured in USD equivalent, aggregated at daily granularity as indicated by timestamp_grain.
data_idchain_idtimestampproduct_idtoken_symboltoken_addresstimestamp_graincapital_deployed
sparkethereum2025-09-20T00:00:00.000ZsparkliquiditysUSDSUSDT0x00836fe54625be242bcfa286207795405ca4fd10day51073935.1133
sparkethereum2025-10-27T00:00:00.000ZsparkliquiditysUSDSUSDT0x00836fe54625be242bcfa286207795405ca4fd10day49999135.0436
sparkethereum2025-09-13T00:00:00.000ZsparkliquiditysUSDSUSDT0x00836fe54625be242bcfa286207795405ca4fd10day51048749.1095
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.capital_deployed_by_token`
LIMIT 100

fees_by_collateral

Daily fee revenue breakdown by collateral type and product across DeFi protocols, with MakerDAO USDS stablecoin stability fees as primary example. Enables analysis of fee generation patterns by underlying collateral asset and protocol product offerings.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
collateral_idSTRINGIdentifier for the specific collateral asset backing the protocol product (e.g., ETH, WBTC). May be null when fees aggregate across all collateral types for the product.
collateral_nameSTRINGHuman-readable name of the collateral asset used to secure loans or positions in the protocol. Null when fees are not specific to a particular collateral type or aggregated across all collateral.
feesFLOAT64Fee revenue generated by the protocol, denominated in USD.
feesdata_idchain_idtimestampproduct_idcollateral_idcollateral_nametimestamp_grain
1368.69makerdaoethereum2020-06-02T00:00:00.000Zusdsday
166.1422makerdaoethereum2020-04-09T00:00:00.000Zusdsday
22.953makerdaoethereum2020-07-04T00:00:00.000Zusdsday
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.fees_by_collateral`
LIMIT 100

fees_by_collateral_extended

Daily fee and interest income records broken down by collateral type across DeFi protocols, primarily tracking MakerDAO vault positions and D3M (Direct Deposit Dai Module) integrations. Enables revenue analysis by collateral asset and income classification across protocols.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
source_tableSTRINGName of the underlying fact table or data source from which this fee record was extracted. Used to trace data lineage and identify the originating system or computation for each fee entry.
collateral_nameSTRINGHuman-readable name of the collateral type used in the protocol. Examples include specific vault types like DIRECT-AAVEV2-DAI for MakerDAO’s direct deposit modules.
collateral_idSTRINGUnique identifier for the collateral type backing a DeFi position or loan, typically hex-encoded for protocol-specific vault or collateral pool identifiers. Used to group fee and income metrics by the specific asset type used as collateral in lending protocols like MakerDAO.
income_typeSTRINGCategory of protocol revenue representing how fees were generated, such as interest accrued on deposits or trading activity. Common values include ‘interest’ for lending protocols and other revenue classifications specific to each DeFi protocol.
feesFLOAT64Fee revenue generated by the protocol, denominated in USD.
feesdata_idchain_idtimestampproduct_idincome_typesource_tablecollateral_idcollateral_nametimestamp_grain
0makerdaoethereum2022-06-23T00:00:00.000Zusdsinterestfct_makerdao_d3m_interests0x4449524543542d4141564556322d444149000000000000000000000000000000DIRECT-AAVEV2-DAIday
0makerdaoethereum2023-03-24T00:00:00.000Zusdsinterestfct_makerdao_d3m_interests0x4449524543542d4141564556322d444149000000000000000000000000000000DIRECT-AAVEV2-DAIday
0makerdaoethereum2023-02-19T00:00:00.000Zusdsinterestfct_makerdao_d3m_interests0x4449524543542d4141564556322d444149000000000000000000000000000000DIRECT-AAVEV2-DAIday
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.fees_by_collateral_extended`
LIMIT 100

fees_by_income_type

Daily fee revenue breakdown by income source (interest, liquidation, flash_loan) across DeFi protocols and chains. Enables revenue composition analysis and protocol income stream comparison across products like Aave V3.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
income_typeSTRINGCategory of protocol revenue source such as interest, flash_loan, or liquidation fees. Used to segment fee generation by the type of DeFi activity generating the revenue.
feesFLOAT64Fee revenue generated by the protocol, denominated in USD.
feesdata_idchain_idtimestampproduct_idincome_typetimestamp_grain
0aaveaptos2025-10-14T00:00:00.000Zaavev3liquidationday
0aaveaptos2026-01-02T00:00:00.000Zaavev3liquidationday
0aaveaptos2025-10-05T00:00:00.000Zaavev3flash_loanday
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.fees_by_income_type`
LIMIT 100

fees_by_lending_market

Daily fee revenue aggregated by individual lending markets across DeFi protocols like Aave, with protocol, chain, and asset-specific market identifiers. Enables comparative analysis of lending protocol economics and individual market performance across chains.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
lending_market_nameSTRINGHuman-readable name identifying a specific lending market within a protocol. Format includes the chain name followed by the asset symbol, separated by a colon.
lending_market_idSTRINGUnique identifier for a specific lending market within a lending protocol. 66-character hex string including 0x prefix.
feesFLOAT64Fee revenue generated by the protocol, denominated in USD.
feesdata_idchain_idtimestampproduct_idtimestamp_grainlending_market_idlending_market_name
182.9707aaveaptos2025-10-22T00:00:00.000Zaavev3day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
0aaveaptos2025-07-04T00:00:00.000Zaavev3day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
27.2613aaveaptos2025-11-18T00:00:00.000Zaavev3day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.fees_by_lending_market`
LIMIT 100

fees_by_lending_pool

Daily fee revenue aggregated by individual lending pool across DeFi protocols like Aave v3. Enables analysis of protocol economics and comparative performance across chains and market deployments.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
lending_pool_nameSTRINGHuman-readable name identifier for the lending pool or market within the protocol.
lending_pool_addressSTRINGContract address of the lending pool. Hex-encoded string with 0x prefix.
feesFLOAT64Fee revenue generated by the protocol, denominated in USD.
feesdata_idchain_idtimestampproduct_idtimestamp_grainlending_pool_namelending_pool_address
0aaveaptos2025-08-01T00:00:00.000Zaavev3dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
0aaveaptos2025-08-07T00:00:00.000Zaavev3dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
1384.6521aaveaptos2025-11-03T00:00:00.000Zaavev3dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.fees_by_lending_pool`
LIMIT 100

fees_by_token

Daily fee revenue aggregated by token for DeFi protocols across multiple chains. Enables token-level fee analysis and comparison across protocols and blockchain networks.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
feesFLOAT64Fee revenue generated by the protocol, denominated in USD.
feesdata_idchain_idtimestampproduct_idtoken_symboltoken_addresstimestamp_grain
0venusethereum2025-12-19T00:00:00.000ZTUSD0x0000000000085d4780b73119b644ae5ecd22b376day
0venusethereum2024-10-17T00:00:00.000ZTUSD0x0000000000085d4780b73119b644ae5ecd22b376day
0venusethereum2024-10-13T00:00:00.000ZTUSD0x0000000000085d4780b73119b644ae5ecd22b376day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.fees_by_token`
LIMIT 100

revenue_by_collateral

Daily revenue breakdown by collateral type for DeFi protocols, tracking fee generation across different asset types used as backing or security. Enables analysis of revenue concentration and collateral performance across protocols like MakerDAO.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
collateral_idSTRINGUnique identifier for the specific collateral asset backing a lending or stablecoin product. May be null when revenue is aggregated across all collateral types or not collateral-specific.
collateral_nameSTRINGHuman-readable name of the collateral asset type used to back the product (e.g., ETH, WBTC, USDC). May be null for aggregate product-level revenue or non-collateralized products.
revenueFLOAT64Revenue generated by the protocol or product during the specified time period, denominated in USD.
data_idrevenuechain_idtimestampproduct_idcollateral_idcollateral_nametimestamp_grain
makerdao46.4145ethereum2020-01-24T00:00:00.000Zusdsday
makerdao46705.4987ethereum2019-11-21T00:00:00.000Zusdsday
makerdao1661.4349ethereum2020-02-17T00:00:00.000Zusdsday
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.revenue_by_collateral`
LIMIT 100

revenue_by_income_type

Daily revenue breakdown by income type (interest, flash loans) across DeFi protocols, chains, and product versions. Used for analyzing protocol revenue composition and comparing income sources across deployments.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
income_typeSTRINGClassification of revenue source for DeFi protocols such as interest, flash_loan, or liquidation fees. Values describe the mechanism through which the protocol generates revenue rather than the asset type.
revenueFLOAT64Revenue generated by the protocol or product during the specified time period, denominated in USD.
data_idrevenuechain_idtimestampproduct_idincome_typetimestamp_grain
aave0aptos2025-11-02T00:00:00.000Zaavev3flash_loanday
aave0aptos2025-11-15T00:00:00.000Zaavev3flash_loanday
aave0aptos2025-10-21T00:00:00.000Zaavev3flash_loanday
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.revenue_by_income_type`
LIMIT 100

revenue_by_lending_market

Daily protocol revenue generated by individual lending markets across DeFi protocols like Aave V3, broken down by chain and asset. Enables tracking of revenue performance by specific collateral types and comparing market profitability across deployments.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
lending_market_nameSTRINGHuman-readable name identifying a specific lending market within a protocol. Format includes the chain name followed by the asset symbol, separated by a colon.
lending_market_idSTRINGUnique identifier for a specific lending market within a lending protocol. 66-character hex string including 0x prefix.
revenueFLOAT64Revenue generated by the protocol or product during the specified time period, denominated in USD.
data_idrevenuechain_idtimestampproduct_idtimestamp_grainlending_market_idlending_market_name
aave0aptos2025-07-28T00:00:00.000Zaavev3day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
aave0.0036aptos2025-09-19T00:00:00.000Zaavev3day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
aave0aptos2025-07-19T00:00:00.000Zaavev3day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.revenue_by_lending_market`
LIMIT 100

revenue_by_lending_pool

Daily revenue metrics for individual lending pools across DeFi protocols like Aave V3, broken down by chain and pool address. Used for analyzing protocol revenue performance and comparing lending market profitability across chains.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
lending_pool_nameSTRINGHuman-readable name identifier for the lending pool or market within the protocol.
lending_pool_addressSTRINGContract address of the lending pool. Hex-encoded string with 0x prefix.
revenueFLOAT64Revenue generated by the protocol or product during the specified time period, denominated in USD.
data_idrevenuechain_idtimestampproduct_idtimestamp_grainlending_pool_namelending_pool_address
aave1.8291aptos2025-09-03T00:00:00.000Zaavev3dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
aave15.3717aptos2025-09-23T00:00:00.000Zaavev3dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
aave0aptos2025-08-02T00:00:00.000Zaavev3dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.revenue_by_lending_pool`
LIMIT 100

revenue_by_token

Daily revenue breakdowns by token for DeFi protocols, with token addresses and chain identifiers. Enables time-series analysis of protocol income streams across different assets and blockchain networks.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
revenueFLOAT64Revenue generated by the protocol or product during the specified time period, denominated in USD.
data_idrevenuechain_idtimestampproduct_idtoken_symboltoken_addresstimestamp_grain
venus0ethereum2025-01-18T00:00:00.000ZTUSD0x0000000000085d4780b73119b644ae5ecd22b376day
venus0ethereum2025-11-07T00:00:00.000ZTUSD0x0000000000085d4780b73119b644ae5ecd22b376day
venus0ethereum2025-05-25T00:00:00.000ZTUSD0x0000000000085d4780b73119b644ae5ecd22b376day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.revenue_by_token`
LIMIT 100

spark_liquidity_layer_aum_by_token

Daily assets under management (AUM) for Spark Protocol’s liquidity layer, broken down by individual token addresses and symbols. Enables tracking of capital allocation and growth trends across Spark’s lending markets on Ethereum.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
spark_liquidity_layer_aumFLOAT64Total assets under management (AUM) for the Spark Liquidity Layer product denominated in the specified token at the given timestamp. Values are in token units and typically range in the tens of millions for stablecoin liquidity pools.
data_idchain_idtimestampproduct_idtoken_symboltoken_addresstimestamp_grainspark_liquidity_layer_aum
sparkethereum2025-12-17T00:00:00.000ZsparkliquiditysUSDSUSDT0x00836fe54625be242bcfa286207795405ca4fd10day49977636.9882
sparkethereum2025-10-31T00:00:00.000ZsparkliquiditysUSDSUSDT0x00836fe54625be242bcfa286207795405ca4fd10day49980863.7766
sparkethereum2025-06-28T00:00:00.000ZsparkliquiditysUSDSUSDT0x00836fe54625be242bcfa286207795405ca4fd10day50660417.2469
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.spark_liquidity_layer_aum_by_token`
LIMIT 100

trading_volume_by_token

Daily trading volume metrics aggregated by token across decentralized exchanges and chains, identified by token address and symbol. Enables cross-protocol volume analysis and token liquidity trends over time.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
trading_volumeFLOAT64Total trading volume for the specified token on the given product and timestamp. Values represent the aggregate volume traded during the period defined by timestamp_grain, typically measured in the token’s native units.
data_idchain_idtimestampproduct_idtoken_symboltoken_addresstrading_volumetimestamp_grain
orcasolana2023-04-29T00:00:00.000Zorcatokenswapv2SAO2HeykdKjzHKGm2LKHw8pDYwjKPiFEoXAz74dirhUgQvq35.3934day
orcasolana2023-01-04T00:00:00.000Zorcatokenswapv2SAO2HeykdKjzHKGm2LKHw8pDYwjKPiFEoXAz74dirhUgQvq421.5727day
orcasolana2022-05-27T00:00:00.000Zorcatokenswapv2SAO2HeykdKjzHKGm2LKHw8pDYwjKPiFEoXAz74dirhUgQvq948.5527day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.trading_volume_by_token`
LIMIT 100

trading_volume_by_trading_pair

Daily trading volume aggregated by trading pair across decentralized exchanges and protocols. Enables analysis of liquidity concentration, pair-level market activity trends, and protocol-specific trading patterns across chains.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
trading_pair_idSTRINGUnique identifier for the specific token pair being traded, combining pool and market addresses. Format varies by chain; Solana uses base58-encoded identifiers concatenated with hyphens.
trading_pair_nameSTRINGHuman-readable label for the trading pair showing the two tokens being swapped, formatted as base-quote (e.g., SAO-USDC). Provides a user-friendly identifier corresponding to the technical trading_pair_id.
trading_volumeFLOAT64Total trading volume denominated in USD for the specified trading pair during the time period. Aggregated at daily granularity as indicated by the timestamp_grain field.
data_idchain_idtimestampproduct_idtrading_volumetimestamp_graintrading_pair_idtrading_pair_name
orcasolana2023-08-09T00:00:00.000Zorcatokenswapv21094.4669day2HeykdKjzHKGm2LKHw8pDYwjKPiFEoXAz74dirhUgQvq-EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vSAO-USDC
orcasolana2023-06-17T00:00:00.000Zorcatokenswapv2647.4885day2HeykdKjzHKGm2LKHw8pDYwjKPiFEoXAz74dirhUgQvq-EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vSAO-USDC
orcasolana2022-05-11T00:00:00.000Zorcatokenswapv221381.2179day2HeykdKjzHKGm2LKHw8pDYwjKPiFEoXAz74dirhUgQvq-EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vSAO-USDC
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.trading_volume_by_trading_pair`
LIMIT 100

trading_volume_by_trading_pool

Daily trading volume metrics for decentralized exchange liquidity pools, primarily from Orca’s Whirlpools product on Solana. Enables tracking of pool-level trading activity across different token pairs and fee tiers for liquidity analysis.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
trading_pool_idSTRINGUnique identifier for the liquidity pool where trading occurred, typically the pool’s on-chain program address. For Solana pools, this is a base58-encoded public key string.
trading_pool_nameSTRINGHuman-readable identifier for the liquidity pool, typically showing token pair and fee tier. Format follows pattern “TOKEN1-TOKEN2, FEE%” as seen in examples like “$BULL-REX, 2%”.
trading_volumeFLOAT64Total USD-denominated trading volume for the specified pool during the time period. Aggregated at daily granularity as indicated by timestamp_grain.
data_idchain_idtimestampproduct_idtrading_volumetimestamp_graintrading_pool_idtrading_pool_name
orcasolana2024-06-03T00:00:00.000Zwhirlpools26.9885day4ugXDopQ8unFeBKvjcahoE91J6sEmEEY1XwZPNbYgu8K$1-retail, 2%
orcasolana2024-06-04T00:00:00.000Zwhirlpools18.7504day4ugXDopQ8unFeBKvjcahoE91J6sEmEEY1XwZPNbYgu8K$1-retail, 2%
orcasolana2024-06-06T00:00:00.000Zwhirlpools13.9844day4ugXDopQ8unFeBKvjcahoE91J6sEmEEY1XwZPNbYgu8K$1-retail, 2%
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.trading_volume_by_trading_pool`
LIMIT 100

tvl_by_lending_market

Daily total value locked (TVL) for individual lending markets across DeFi protocols like Aave, broken down by asset, chain, and product version. Enables tracking of capital deployment and market share analysis at the granular market level.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
lending_market_nameSTRINGHuman-readable name identifying a specific lending market within a protocol. Format includes the chain name followed by the asset symbol, separated by a colon.
lending_market_idSTRINGUnique identifier for a specific lending market within a lending protocol. 66-character hex string including 0x prefix.
tvlFLOAT64Total value locked in USD. Represents the aggregate dollar value of assets deposited or held within the specified scope.
tvldata_idchain_idtimestampproduct_idtimestamp_grainlending_market_idlending_market_name
25299.0036aaveaptos2025-06-23T00:00:00.000Zaavev3day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
28607.6866aaveaptos2025-07-11T00:00:00.000Zaavev3day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
31181.5616aaveaptos2025-07-19T00:00:00.000Zaavev3day0xb68e2ba5211193d45cbeacb6c8a4408a270cb183722bdc4de8d666f405dbe586Aptos: APT
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.tvl_by_lending_market`
LIMIT 100

tvl_by_lending_pool

Daily total value locked (TVL) snapshots for individual lending pools across DeFi protocols and chains. Enables tracking of capital flows and protocol growth by specific pool address and product version.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
lending_pool_nameSTRINGHuman-readable name identifier for the lending pool or market within the protocol.
lending_pool_addressSTRINGContract address of the lending pool. Hex-encoded string with 0x prefix.
tvlFLOAT64Total value locked in USD. Represents the aggregate dollar value of assets deposited or held within the specified scope.
tvldata_idchain_idtimestampproduct_idtimestamp_grainlending_pool_namelending_pool_address
3804081.3186aaveaptos2025-10-02T00:00:00.000Zaavev3dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
100553.1276aaveaptos2025-07-29T00:00:00.000Zaavev3dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
103479.2005aaveaptos2025-07-15T00:00:00.000Zaavev3dayAptos0x39ddcd9e1a39fa14f25e3f9ec8a86074d05cc0881cbf667df8a6ee70942016fb
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.tvl_by_lending_pool`
LIMIT 100

tvl_by_token

Daily total value locked (TVL) broken down by individual token across protocols and chains. Used for tracking token-level liquidity distribution and protocol composition analysis over time.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
tvlFLOAT64Total value locked in USD. Represents the aggregate dollar value of assets deposited or held within the specified scope.
tvldata_idchain_idtimestampproduct_idtoken_symboltoken_addresstimestamp_grain
966382.678venusethereum2024-11-09T00:00:00.000ZTUSD0x0000000000085d4780b73119b644ae5ecd22b376day
1016726.6746venusethereum2025-11-24T00:00:00.000ZTUSD0x0000000000085d4780b73119b644ae5ecd22b376day
1012475.7215venusethereum2025-08-08T00:00:00.000ZTUSD0x0000000000085d4780b73119b644ae5ecd22b376day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.tvl_by_token`
LIMIT 100

tvl_by_trading_pair

Daily Total Value Locked (TVL) metrics broken down by trading pair across decentralized exchange protocols and blockchain networks. Used to track liquidity depth and concentration across specific token pairs like HQ-SOL on Orca’s Whirlpools product.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
trading_pair_idSTRINGUnique identifier for the trading pair, constructed from the token contract addresses on Solana. Hyphen-separated base58-encoded addresses identifying the two assets in the pool.
trading_pair_nameSTRINGHuman-readable name of the trading pair, displaying base and quote tokens separated by a hyphen (e.g., HQ-SOL). Derived from the token symbols in the liquidity pool.
tvlFLOAT64Total value locked in USD. Represents the aggregate dollar value of assets deposited or held within the specified scope.
tvldata_idchain_idtimestampproduct_idtimestamp_graintrading_pair_idtrading_pair_name
0.3992orcasolana2025-03-08T00:00:00.000Zwhirlpoolsday122V8QAaysrNWpGmjv4dhk2RwkNmjQso48sFXJHjDJc4-So11111111111111111111111111111111111111112HQ-SOL
0.5163orcasolana2025-03-23T00:00:00.000Zwhirlpoolsday122V8QAaysrNWpGmjv4dhk2RwkNmjQso48sFXJHjDJc4-So11111111111111111111111111111111111111112HQ-SOL
4.6904orcasolana2025-02-08T00:00:00.000Zwhirlpoolsday122V8QAaysrNWpGmjv4dhk2RwkNmjQso48sFXJHjDJc4-So11111111111111111111111111111111111111112HQ-SOL
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.tvl_by_trading_pair`
LIMIT 100

tvl_by_trading_pool

Daily total value locked (TVL) snapshots for individual trading pools across decentralized exchanges and automated market makers (AMMs). Enables tracking liquidity depth trends and comparing pool performance across protocols, chains, and token pairs.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
trading_pool_idSTRINGUnique identifier for the liquidity pool or trading pair on the decentralized exchange. Typically represented as a base58-encoded Solana program address for pools on Solana-based DEXs like Orca.
trading_pool_nameSTRINGHuman-readable label for the trading pool, typically showing token pair and fee tier (e.g., “SOL-USDC, 0.3%”). May show “N/A” for one token when pool information is incomplete or unavailable.
tvlFLOAT64Total value locked in USD. Represents the aggregate dollar value of assets deposited or held within the specified scope.
tvldata_idchain_idtimestampproduct_idtimestamp_graintrading_pool_idtrading_pool_name
0.1218orcasolana2026-01-09T00:00:00.000Zwhirlpoolsday12313EMkWTAuokuptmkwXKJJJiQZa5v3LzmGSgvqbjGtAI-USDC, 0.01%
0.1218orcasolana2026-01-10T00:00:00.000Zwhirlpoolsday12313EMkWTAuokuptmkwXKJJJiQZa5v3LzmGSgvqbjGtAI-USDC, 0.01%
0.1218orcasolana2026-01-11T00:00:00.000Zwhirlpoolsday12313EMkWTAuokuptmkwXKJJJiQZa5v3LzmGSgvqbjGtAI-USDC, 0.01%
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.tvl_by_trading_pool`
LIMIT 100

tvl_with_staking_by_token

Daily total value locked (TVL) including staked assets, broken down by individual token across protocols and chains. Enables tracking of capital allocation trends and token-specific liquidity analysis over time.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
tvlFLOAT64Total value locked in USD. Represents the aggregate dollar value of assets deposited or held within the specified scope.
tvldata_idchain_idtimestampproduct_idtoken_symboltoken_addresstimestamp_grain
31.3957mamobase2025-12-18T00:00:00.000ZWETH0x4200000000000000000000000000000000000006day
34.2377mamobase2025-12-17T00:00:00.000ZWETH0x4200000000000000000000000000000000000006day
1047300.04mamobase2025-12-29T00:00:00.000ZWETH0x4200000000000000000000000000000000000006day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.tvl_with_staking_by_token`
LIMIT 100

user_dau_by_token

Daily active users (DAU) broken down by token address and chain for specific data sources. Enables tracking of per-token user engagement trends across blockchain networks over time.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
user_dauBIGNUMERICNumber of unique active users (daily active users) interacting with the specified token on a given day. Values represent distinct wallet addresses that performed transactions involving this token.
data_idchain_iduser_dautimestampproduct_idtoken_symboltoken_addresstimestamp_grain
mamobase92025-12-16T00:00:00.000ZWETH0x4200000000000000000000000000000000000006day
mamobase152025-12-20T00:00:00.000ZWETH0x4200000000000000000000000000000000000006day
mamobase13502025-12-07T00:00:00.000ZMAMO0x7300b37dfdfab110d83290a29dfb31b1740219feday
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.user_dau_by_token`
LIMIT 100

vault_deposits_by_curator_address

Daily vault deposit totals aggregated by curator address for Morpho Blue lending vaults across chains. Used for analyzing curator performance and vault growth trends over time.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
curator_addressSTRINGEthereum address of the curator managing or overseeing the vault’s strategy and asset allocation. Hex-encoded, 0x-prefixed 40-character string representing the curator’s on-chain identity.
vault_depositsFLOAT64Total value of assets deposited in vaults for the specified time period and breakdown dimensions. Floating-point value representing the aggregate deposit amount.
data_idchain_idtimestampproduct_idvault_depositscurator_addresstimestamp_grain
morphoarbitrum2025-11-27T00:00:00.000Zmorphoblue1624.89130x00000000cb0020fdd92ce1a5f2638abfa637f966day
morphoarbitrum2025-12-06T00:00:00.000Zmorphoblue1968.47540x00000000cb0020fdd92ce1a5f2638abfa637f966day
morphoarbitrum2025-12-15T00:00:00.000Zmorphoblue2371.82260x00000000cb0020fdd92ce1a5f2638abfa637f966day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.vault_deposits_by_curator_address`
LIMIT 100

vault_deposits_by_curator_name

Daily vault deposit balances for Morpho Blue lending vaults segmented by curator name across multiple chains. Enables analysis of curator performance and vault capital allocation trends across Ethereum, Base, Arbitrum, and Unichain.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
curator_nameSTRINGName of the entity or organization that curates or manages the Morpho vault strategy. Common values include “Steakhouse Financial” for known curators or “Other” for aggregated smaller curators.
vault_depositsFLOAT64Total value of assets deposited in vaults for the specified time period and breakdown dimensions. Floating-point value representing the aggregate deposit amount.
data_idchain_idtimestampproduct_idcurator_namevault_depositstimestamp_grain
morphounichain2025-12-20T00:00:00.000ZmorphoblueOther935969.6631day
morphoarbitrum2025-11-23T00:00:00.000ZmorphoblueOther996180.4257day
morphobase2025-12-23T00:00:00.000ZmorphoblueSteakhouse Financial545151483.9711day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.vault_deposits_by_curator_name`
LIMIT 100

vault_deposits_by_token

Daily total value deposited in DeFi savings vaults broken down by token, chain, and product. Used for tracking vault TVL (total value locked) trends and comparing deposit volumes across different yield products.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
token_symbolSTRINGTicker symbol identifying the cryptocurrency or token. Uppercase string format.
token_addressSTRINGContract address of the token on the blockchain. Hex-encoded string with 0x prefix, 42 characters total.
vault_depositsFLOAT64Total value of assets deposited in vaults for the specified time period and breakdown dimensions. Floating-point value representing the aggregate deposit amount.
data_idchain_idtimestampproduct_idtoken_symboltoken_addressvault_depositstimestamp_grain
sparkavalanche2025-10-12T00:00:00.000ZsparksavingsUSDC0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e0day
sparkavalanche2025-12-19T00:00:00.000ZsparksavingsUSDC0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e225055765.4086day
sparkavalanche2025-12-21T00:00:00.000ZsparksavingsUSDC0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e216190733.3134day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.vault_deposits_by_token`
LIMIT 100

vault_deposits_by_vault

Daily vault deposit balances aggregated by vault address, curator, and chain across DeFi lending protocols like Spark. Enables analysis of deposit concentration, curator performance, and cross-chain vault growth trends.
ColumnTypeDescription
timestampTIMESTAMPPoint in time when the metric value was recorded. ISO 8601 format with UTC timezone and millisecond precision.
timestamp_grainSTRINGTemporal resolution of the aggregated metric data. Lowercase string format such as “day”, “hour”, or “month”.
data_idSTRINGUnique identifier for the protocol or data source being tracked. Lowercase string format.
chain_idSTRINGBlockchain network identifier where the protocol or asset operates. Lowercase string format such as “ethereum”, “aptos”, or “optimism”.
product_idSTRINGIdentifier for a specific product or protocol version within the data source. Lowercase string format.
curator_nameSTRINGHuman-readable name of the vault curator or strategy manager. Defaults to “Other” when curator is unidentified or not categorized.
curator_addressSTRINGContract address of the vault curator or manager on the specified chain. Null when the curator is categorized as “Other” or when curator information is not available.
vault_nameSTRINGHuman-readable name of the vault product (e.g., “Spark Savings V2: USDC”), typically including the protocol and underlying asset. Provides a friendly identifier for the vault contract at vault_address.
vault_addressSTRINGContract address of the vault holding deposited assets on the specified chain. Hex-encoded, 0x-prefixed 40-character Ethereum address format.
vault_depositsFLOAT64Total value of assets deposited in vaults for the specified time period and breakdown dimensions. Floating-point value representing the aggregate deposit amount.
data_idchain_idtimestampproduct_idvault_namecurator_namevault_addressvault_depositscurator_addresstimestamp_grain
sparkethereum2025-11-10T00:00:00.000ZsparksavingsSpark Savings V2: USDCOther0x28b3a8fb53b741a8fd78c0fb9a6b2393d896a43d83144839.775day
sparkethereum2025-10-23T00:00:00.000ZsparksavingsSpark Savings V2: USDCOther0x28b3a8fb53b741a8fd78c0fb9a6b2393d896a43d49995034.4372day
sparkavalanche2025-12-14T00:00:00.000ZsparksavingsSpark Savings V2: USDCOther0x28b3a8fb53b741a8fd78c0fb9a6b2393d896a43d200929274.1693day
Get sample data
SELECT *
FROM `tt-metrics.beta_breakdowns.vault_deposits_by_vault`
LIMIT 100