CurrentFee
This table stores the current fee configuration for the Lido protocol, including the overall fee basis points and the breakdown of fees allocated to the treasury, insurance fund, and node operators.
Schema
Data Fields | Description |
---|---|
id | A unique identifier for the current fee configuration. |
fee_basis_points | The overall fee charged by Lido, in basis points (1/100th of a percent). |
treasury_fee_basis_points | The portion of the fee allocated to the Lido treasury, in basis points. |
insurance_fee_basis_points | The portion of the fee allocated to the Lido insurance fund, in basis points. |
operators_fee_basis_points | The portion of the fee allocated to the node operators, in basis points. |