Skip to main content
A yield is a rate, written as a fraction: 0.05 is five percent. Asset yields are the apy column on metrics.assets_daily and metrics.asset_tokens_daily, one figure per asset per day. Lending rates are the deposit_rate and borrow_rate pair on facts.lending_market_interest_rates, one pair per market per rate change. Every column is documented at Assets โ–ธ Metrics and Lending โ–ธ Interest rates. Rates never add up, across assets, markets or days. Average an asset yield with a supply weight, or read it one asset at a time.

Sample queries

The asset tables carry one row per asset per day. Bound timestamp in every query, and read the asset table rather than the deployment table when the question is about the asset.
Rank tokenized assets by the yield they pay. market_cap_circulating_total gives the weight to read the rate against.