Terminology: Supplied vs. Deposits vs. TVL
“Supplied”, “deposits”, and “TVL” sound interchangeable, but they answer different questions — and whether they agree with a number you see from another data provider depends on whether the underlying market comingles collateral and loan-asset supply (Aave, Compound) or keeps them as separate pools (Morpho Blue, Euler V2, and Solana’s isolated markets like Kamino/Jupiter Lend).Allium’s
markets_daily deliberately does not have a collateral column — supplied_amount(_usd) is loan-asset supply only (available_liquidity + outstanding_loans). This is a role-based definition, not a balance-based one.
The pattern: in comingled-collateral protocols, supplied, deposits, and TVL are three names for the same pool, so every vendor’s number for all three tends to agree. In isolated markets, the pool genuinely splits into two distinct assets (loan vs. collateral) for the first time — so supplied (role-based, loan-only) pulls away from deposits and TVL (both of which pull collateral back in), while deposits and TVL stay close to each other since they’re both effectively “everything sitting at this address,” just described from a user-centric vs. contract-centric angle. Allium’s actual coverage gap is deposits: we have the two ingredients (
supplied_amount_usd and the collateral balance inside tvl_daily) but no model that joins them, so a vendor’s isolated-market “deposits” number cannot currently be reproduced from a single Allium table.
Metrics
Lending Overview
Thecrosschain.metrics.lending_overview table provides precomputed metrics for lending protocols, broken down by blockchain, project, and protocol. These metrics are derived from transaction-level data and are updated daily.
The table includes key metrics such as outstanding loans, total locked value (TVL), deposits, withdrawals, loans, repayments, and liquidations.