# ERC4626AssetManager

This contract inherits from LiquidityThresholdAssetManager, deploying the funds into an [ERC-4626](https://eips.ethereum.org/EIPS/eip-4626) compatible vault.

It receives the `vault` as a constructor parameter that's stored as an immutable attribute.&#x20;

Implements the required [inheritance methods](https://docs.ensuro.co/ensuro-docs/smart-contracts/contracts/liquiditythresholdassetmanager#inheriting) by deposits and withdrawals from the vault.
