# AAVEv3AssetManager

This is an implementation of the [IAssetManager](https://docs.ensuro.co/ensuro-docs/smart-contracts/contracts/iassetmanager) interface that deploys the funds into [AAVE](https://aave.com/) version 3 (also v2 available). Investment operations are deposits into AAVE, deinvestment ones are implemented as withdrawals.

Inherits from [LiquidityThresholdAssetManager](https://docs.ensuro.co/ensuro-docs/smart-contracts/contracts/iassetmanager/liquiditythresholdassetmanager), so it manages the liquid levels based on parametrized thresholds.

It's not part of the core Ensuro repository, more an extension with its [own repository](https://github.com/ensuro/aave-asset-manager).
