You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the PieVaults only support tokenised positions which severely limits the abilities to productively deploy the underlying assets. Adding support for Yearn strategies allows us to leverage on the great work that has already been done by others.
Initiative / goal
Allow multiple strategies to be added to each asset and emulate interactions with the strategies so they can be used without any changes.
Description
Currently the PieVaults only support tokenised positions which severely limits the abilities to productively deploy the underlying assets. Adding support for Yearn strategies allows us to leverage on the great work that has already been done by others.
Initiative / goal
Allow multiple strategies to be added to each asset and emulate interactions with the strategies so they can be used without any changes.
Acceptance criteria and must have scope
External functions
addStrategy
Implement addStrategy #31updateStrategyDebtRatio
Implement updateStrategyDebtRatio #32updateStrategyMinDebtPerHarvest
Implement updateStrategyMinDebtPerHarvest #33updateStrategyMaxDebtPerHarvest
Implement updateStrategyMaxDebtPerHarvest #34updateStrategyPerformanceFee
Implement updateStrategyPerformanceFee #35revokeStrategy
Implement revokeStrategy #36balance
to account for debt in strategies Overwrite balance to account for debt in strategies #37setEmergencyShutdown
Implement setEmergencyShutdown #38setWithdrawalQueue
Implement setWithdrawalQueue #39maxAvailableShares
Implement maxAvailableShares #40migrateStrategy
Implement migrateStrategy #41addStrategyToQueue
Implement addStrategyToQueue #42removeStrategyFromQueue
Implement removeStrategyFromQueue #43debtOutstanding
creditAvailable
expectedReturn
report
(Will create individual stories for each function)
MISC
Stakeholders
@MickdeGraaf, @Alexintosh, Antonio (cannot tag)
Timeline
TBD
The text was updated successfully, but these errors were encountered: