Lending & Staking

Protocol-level daily activity aggregates for lending and staking protocols.

2 tables — Ethereum only.

TableDescription
agent.ethereum_lending_dailyDaily lending activity (Aave, Compound, Morpho, Spark, etc.)
agent.ethereum_staking_dailyBeacon 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_depositors and active_borrowers are 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:

  • entity is the staking provider name. entity_category groups 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.