Hey there, Luciano here.
I was playing around with the current strategies smart contracts and found that they can easily be abstracted to support different underlying, lending and swapping platforms.
I believe that building small, configurable and audited yearn building blocks can speed up the deployment of new strategies safely.
It also enables other developers to audit the code and start building on top of that.
Imagine it as a “open-zeppelin” style repo with: Protocol interfaces, Governance modifiers, Price Oracles, deposit-harvest-withdrawal logic, etc… AND TESTS!
Is there an interest on this?
Is anyone working on something like this already? I’d like to help