Lending & Staking
Protocol-level daily activity aggregates for lending and staking protocols.
2 tables — Ethereum only.
| Table | Description |
|---|---|
agent.ethereum_lending_daily | Daily lending activity (Aave, Compound, Morpho, Spark, etc.) |
agent.ethereum_staking_daily | Beacon chain staking flows by entity |
Lending
Daily deposit, withdrawal, borrow, repay, and liquidation volumes with participant counts. Covers 15+ lending protocols.
Key points:
- Volumes are daily flows (activity), not outstanding balances. For balances, use TVL tables.
active_depositorsandactive_borrowersare daily unique counts, not cumulative.- USD pricing via CoinGecko — same coverage gaps as other tables.
Staking
Beacon chain staking flows aggregated daily by entity (Lido, Coinbase, Rocket Pool, etc.).
Key points:
entityis the staking provider name.entity_categorygroups them (liquid_staking, cex, solo, staking_pool).net_flow_eth = deposits_eth - withdrawals_eth. Positive = net staking inflow.- Entity attribution is best-effort — some validators are 'unknown'.
- Tracks deposit/withdrawal flows only, not consensus rewards.