# Getting Started with Vaults

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 did by [Storming0x](https://github.com/storming0x/). It's security focused but nevertheless a great introduction to yVaults V2.

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

## 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)

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 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)
