[GRANT] "Create an ERC-4626 wrapper for Perpetual Yield Tranches main contract"
Abstract
ERC-4626 wrapper for Perpetual Yield Tranches main contract
Scope of the Work
Idle allows users to deposit underlying (eg DAI) in the contract and they get back a tranche token (either AA or BB tranche token based on the chosen risk profile). Tranche tokens are interest bearing assets like Compound cTokens.
ERC4626 itβs a new standard for managing vaults that give back interest bearing assets to users. What needs to be done is a wrapper contract that interacts with the IdleCDO contract and implements the ERC4626 standard.