Skip to main content
dimensions.lending_markets holds one row per lending market: one asset inside one lending pool, the asset users supply and borrow there. Lending protocols usually call that a reserve. The table brings together every lending protocol we cover.

Columns

ColumnTypeDescription
lending_market_idSTRINGMarket key: lending_market_address joined to chain_id.
deployment_idSTRINGProtocol version deployed on one chain, such as aave-v3-ethereum.
protocol_idSTRINGProtocol version across chains, such as aave-v3.
chain_idSTRINGChain the market lives on.
project_idSTRINGProject operating the protocol.
versionSTRINGProtocol version label, such as v3.
lending_pool_addressSTRINGContract of the pool this market belongs to.
lending_pool_nameSTRINGReadable name of the pool, such as Core or Polygon.
lending_market_addressSTRINGContract that identifies the market: the receipt token where the protocol issues one, the supplied token itself where it does not.
underlying_token_addressSTRINGContract of the token users supply and borrow in this market.
underlying_symbolSTRINGSymbol of the underlying asset.
market_nameSTRINGDisplay name of the market.

Sample queries

Count markets per chain and version.