holds the state of every reserve and all the assets deposited
处理基本逻辑(指数的累积,利率的计算…)
handles the basic logic (cumulation of the indexes, calculation of the interest rates...)
LendingPoolDataProvider
功能
在比LendingPoolCore更高的抽象层上执行计算,并为LendingPool提供数据
performs calculations on a higher layer of abstraction than the LendingPoolCore and provides data for the LendingPool
包括
计算用户余额(借款余额、抵押品余额、流动性余额)的ETH等价物,以评估允许用户借多少钱和健康因素
Calculates the ETH equivalent a user’s balances (Borrow Balance, Collateral Balance, Liquidity Balance) to assess how much a user is allowed to borrow and the health factor
聚合来自LendingPoolCore的数据,为LendingPool提供高级信息
Aggregates data from the LendingPoolCore to provide high level information to the LendingPool
平均贷款价值比和平均清算比率的计算
Calculate of the Average Loan to Value and Average Liquidation Ratio
LendingPoolConfigurator
解释
提供LendingPool和LendingPoolCore的主要配置功能
provides main configuration functions for LendingPool and LendingPoolCore
LendingPoolConfigurator合约将被集成到Aave协议治理中
The LendingPoolConfigurator contract will be integrated in Aave Protocol governance
包括
储备的初始化 Reserve initialization
储备配置 Reserve configuration
启用/禁用储备金借款 Enable/disable borrowing on a reserve
启用/禁用特定准备金作为抵押品的使用 Enable/disable the usage of a specific reserve as collateral