Getting Started with Vaults and Strategies
#
RequirementsBefore you start, you will need to download and install the following requirements.
- git
- eth-brownie
- ganache
- Text editor (VS Code, Sublime Text, vim, others)
If you are focusing on a strategy:
- brownie-strategy-mix repository. For vault integrations
If you want to integrate with our vaults:
#
Overview of our vetting processThis is the short version of the vetting process for a new strategy.
- Code the strategy using brownie-strategy-mix repository
- Complete peer review by, at least, 2 other strategists
- Test in prod on ape.tax with real funds
- Create a Due Diligence document for the protocol. Follow the example: SNX
- Get the strategy approved by the Safe Farming Committee
- Complete review by one internal auditor
- The strategy goes to prod
When the strategy has more than 10M in TVL, it should
- Create a committee of 3 people with deep knowledge monitoring the strategy 24/7
When it's passed 100M in TVL
- Audit by one reputable external audit company
- Recurring internal reviews
For more details, check the complete deployment process.