Smart Contracts Overview
.png?alt=media&token=32d2a9fa-565a-476b-ab0a-1f36089854c9)
Pods Yield Contracts Overview
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.
Last modified 7mo ago