For the complete documentation index, see llms.txt. This page is also available as Markdown.

AaveV3BorrowerImplementation

POOL

contract IPool POOL

ORACLE

contract IPriceOracleGetter ORACLE

constructor

constructor(contract IPool pool, contract IPriceOracleGetter oracle) public

Underlying

struct Underlying {
  uint256 ltv;
  uint256 liquidationThreshold;
  uint256 decimals;
  uint256 price;
}

Account

$getCaps

$maxGettableUnderlying

$repayThenDeposit

$redeemThenBorrow

Was this helpful?