> For the complete documentation index, see [llms.txt](https://docs.ensuro.co/ensuro-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ensuro.co/ensuro-docs/smart-contracts/contracts/iassetmanager/aavev3assetmanager.md).

# AAVEv3AssetManager

This is an implementation of the [IAssetManager](/ensuro-docs/smart-contracts/contracts/iassetmanager.md) 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](/ensuro-docs/smart-contracts/contracts/iassetmanager/liquiditythresholdassetmanager.md), 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).
