Smart Contracts Overview
Last updated
Last updated
A contract that will handle the overall logic of this vault structure with rounds. It is ERC4626 compliant. We use OZs 4626 implementation.
Responsible for storing configuration variables of the vault, for instance, the FEE_RATIO and the VaultController address.
This contract inherit BaseVault to
implement specifics about stETH
strategy.
Responsible for converting ETH
into stETH
. It uses Curve as the trading venue.