Welcome to The Vaults at Yearn
Here you can find in-depth information about how Yearn’s yVaults operateand the actions (strategies) these vaults perform.
This website will maintain a one-stop location for all yVault descriptions. All version 1 yVaults have been deprecated, and any in production are now on version 2.
- Clone the repo
- Install the dependencies:
yarn
- Run the project in dev mode:
yarn run dev
- Optional: to test in prod mode, run
yarn run build && yarn run start