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

ERC4626AssetManager

This contract inherits from LiquidityThresholdAssetManager, deploying the funds into an ERC-4626 compatible vault.

It receives the vault as a constructor parameter that's stored as an immutable attribute.

Implements the required inheritance methods by deposits and withdrawals from the vault.

Last updated