Architecture Overview

Overview

The Strateg Borrow module provides a set of position managers that are responsible for managing the borrowing of assets from a specific lending protocol for Strateg vaults strategies. The module also provides a factory contract for creating and managing position managers.

Key Features

  • Position Management: Utilizes dedicated position managers for managing borrowing positions with specific lending protocols.

  • Factory Contract: Use a factory contract for the efficient creation and management of position managers.

Supported Protocols

The module currently supports borrowing from the following protocols:

  • Aave V3: Through the StrategAaveV3PositionManager, it provides a position manager which will manage an isolated borrow on Aave V3

Last updated