Strategy

The Strategy contract is a vital component of the MAAT protocol. It acts as a bridge between the TokenVault contract and various yield-generating protocols. Each Strategy contract is tailored to interact with a specific protocol, but they all share a standardized interface, allowing for uniform interaction and integration within the MAAT ecosystem.

Key Features

  • Protocol Integration: The Strategy contract directly interacts with external yield-generating protocols, executing investment strategies on behalf of the TokenVault.

  • Standardized Interface: Despite being customized for each protocol, all Strategy contracts implement a unified parent interface, ensuring consistent functionality and interaction.

  • Direct Communication: The Strategy contract handles all direct communication with the external protocols, executing deposits, withdrawals, and other necessary operations.

Last updated