Overview
- Dataset ID:
0212 - Table:
blockdb_evm.b0212_liquidity_pools_fee_terms_v1 - Description: Per-pool fee configuration (total fee + split between user/LP, protocol, and extra recipients).
- Primary key:
(pool_uid, block_number, tx_index, log_index) - Foreign Key:
pool_uid→blockdb_evm.b0211_liquidity_pools_v1(pool_uid) - API: POST /evm/entities/pools/fee-terms
- CSV Sample: Download
- JSON Sample: Download
Sample Viewer
Fee terms are derived from pool metadata (e.g., pool type configuration) rather than parsed from swap logs. Use these terms to split swap fees into user/LP, protocol, and extra destinations.
Columns
Use Cases
- Fee tier discovery and pool classification
- Protocol revenue attribution vs LP/user revenue
- Normalizing fee splits across heterogeneous AMM designs
- Inputs into pool-level yield/ROI forecasting
Related Datasets
Liquidity Pools
Pool registry this fee config belongs to.
Swap Fees
Per-swap fee amounts earned by each pool.
Liquidity Pools Yields
Forward-looking yield windows derived from fees.