Skip to main content

Table Details

PropertyValue
Table Namehyperevm.lending.metrics_daily
Table StatusProduction-Ready
Unique Keydate, project, protocol
Clustering Key(s)date::date

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Date of the metrics snapshot
projectVARCHAR(16777216)Name of the lending project (e.g., aave, compound, morpho_blue)
protocolVARCHAR(16777216)Underlying protocol version (e.g., aave_v1, compound_v2)
outstanding_loans_usdFLOATTotal value of outstanding loans in USD
available_liquidity_usdFLOATTotal available liquidity in USD
supplied_amount_usdFLOATTotal supplied amount in USD (outstanding loans + available liquidity)
usd_balanceFLOATUSD balance of the protocol
unique_idVARCHAR(16777216)Unique identifier for the record (date + project + protocol)
_created_atTIMESTAMP_NTZ(9)Timestamp of when the record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the record was last updated