Developers Documentation
  • Overview
    • Contracts Overview
    • Public Repositories
    • Smart Contract Addresses
      • Polygon PoS
  • Core protocol
    • Architecture Overview
    • Blocks
    • Vault Strategy
    • Vault Configuration
    • Vault Deployment
    • Vault Operations
    • Access Manager
    • Contracts
      • StrategVault
      • StrategERC3525
      • StrategVaultFactory
      • StrategAssetBuffer
      • StrategBlockRegistry
      • StrategUserInteractions
      • StrategOperatorProxy
      • StrategOperatorDataAggregator
  • Borrow module
    • Architecture Overview
    • Aave V3 Position manager
    • Smart Contract Docs
      • StrategPositionManagerFactory
      • StrategAaveV3PositionManager
      • StrategAaveV3PositionManagerInfo
  • Portal Module
    • Architecture Overview
    • Swap
      • Features
      • Functions
    • Oracle
      • Architecture design
      • Functions
  • Tools
    • Developer kit
Powered by GitBook
On this page
  1. Borrow module

Aave V3 Position manager

This position manager has two mode:

  • Borrow mode: the position manager deposit the collateral received from the vault and borrow a specific amount of assets in function of specified healthfactor and return borrowed assets to the vault

  • Leverage mode: the position manager execute a flashloan computed by operator to make the leverage at the specified healthfactor, swap it to have more collateral asset end deposit it as collateral. This mode don't return any asset to the vault.

PreviousArchitecture OverviewNextSmart Contract Docs

Last updated 1 year ago