# Additional Resources

This is a collection of resources that aim to be an introduction to how yVaults V2 work.

## Introduction

The best introduction to V2 is the workshop done by [Storming0x](https://github.com/storming0x/). It's security-focused but still a great introduction to yVaults V2.

- [Video - Part 1](https://www.youtube.com/watch?v=C0fsYiCI54g)
- [Video - Part 2](https://www.youtube.com/watch?v=Y8y8ALmuLu4)
- [Slides](https://docs.google.com/presentation/d/1NsePa_hXV1vsbMixTSRsPKYBHYvmVQf7IvpI_8k4p_k/edit#slide=id.p)
- [Yearn State of the Vaults](https://vaults.yearn.fi/)

## How To Videos

- [How to become a strategist](https://www.youtube.com/watch?v=NVR3teJw0Y0)
- [How to buidl on top of Yearn Vaults](https://www.youtube.com/watch?v=a1TsO62402c)

## Start coding

When you decide to start, this reading material is going to come handy:

- [Template for Strategies](https://github.com/yearn/brownie-strategy-mix)
- [Vaults V2 Repository](https://github.com/yearn/yearn-vaults)
- [How to set up coding environment for Yearn Strategies](https://sambacha.github.io/yearn-vaults/index.html)
- [Mint your own DAI](https://medium.com/ethereum-grid/forking-ethereum-mainnet-mint-your-own-dai-d8b62a82b3f7)
- [Livecoding: How to write strategies with Foundry and Forge](https://www.youtube.com/watch?v=z48R7dhAGP4)

Once you have the strategy ready. This will guide you further down the road.

- [Vault naming standard](https://github.com/yearn/yearn-assets/blob/master/naming-standard.md)
- [Release process](https://github.com/yearn/yearn-devdocs/blob/master/docs/developers/v2/OPERATIONS.md)
- [Security check](https://docs.google.com/document/d/1hBKB73kJPQM71enrG8xoSFj7wxYmczUlgigyq2KkcTE/edit#heading=h.4ieoeyetfrxm)

## Other reading material

This is a complement to the others but it's not directly related to creating strategies.

- [The Keep3r Network](https://macarse.medium.com/the-keep3r-network-experiment-bb1c5182bda3)
- [Andre intro to Yearn Vaults](https://medium.com/iearn/yearn-finance-v2-af2c6a6a3613)
- [Delegated vaults explanation](https://medium.com/iearn/delegated-vaults-explained-fa81f1c3fce2)
