lending.tvl_daily contains the daily total value locked (TVL) for lending project by token.
For a lending protocol, the may be multiple protocols, e.g. Aave V1, V2, v3.
Each protocol can have a different market address (address) that holds tokens that contribute to the total TVL of the project.
We do not include assets that are being lent out to borrowers in the total TVL calculation. The TVL calculation only includes assets that are being held in the protocol.
Sample Query
Finding the daily TVL of Aave on Ethereum, we group bydate and project.
Table Columns
Unique Key:date, address, token_address