Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add yearn vaults v3 docs #291

Merged
merged 56 commits into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
aec3d7c
add v3 docs
MarcoWorms Dec 2, 2022
1875a3c
adjust sidebar v3 title
MarcoWorms Dec 2, 2022
cd1cd2c
add quote style to repeated warning
MarcoWorms Dec 2, 2022
8d3c4b8
improve quoting style
MarcoWorms Dec 2, 2022
a456a37
fix leftover header
MarcoWorms Dec 2, 2022
9afd4b4
add read more links to v3 docs
MarcoWorms Dec 2, 2022
c713a49
fix: wording
DarkGhost7 Dec 8, 2022
6a61bc8
fix: grammar and small fixes
DarkGhost7 Dec 9, 2022
8a64e39
fix: space
DarkGhost7 Dec 9, 2022
270bdd5
fix: more fixes
DarkGhost7 Dec 9, 2022
e8aa867
fix: various
DarkGhost7 Dec 9, 2022
c81c5b3
fixes
DarkGhost7 Dec 9, 2022
fc4f4a7
fix: smart modules
DarkGhost7 Dec 9, 2022
e844083
fix: punctuation
DarkGhost7 Dec 9, 2022
800e7e7
fix: debt manager & update title
DarkGhost7 Dec 9, 2022
a878979
fix: various fixes, eoa, multisig
DarkGhost7 Dec 9, 2022
5a39f96
fix: remove colon outside of special highlighting
DarkGhost7 Dec 9, 2022
fb7673f
fix: various
DarkGhost7 Dec 9, 2022
b1a543a
fixes
DarkGhost7 Dec 9, 2022
47fd01e
fix: standardize heading capitialization
DarkGhost7 Dec 9, 2022
f7e1bb8
fix internal link
MarcoWorms Jan 9, 2023
0f4a4d0
fix casing
MarcoWorms Jan 9, 2023
c737eea
fix casing
MarcoWorms Jan 9, 2023
9a61095
improve wording
MarcoWorms Jan 9, 2023
2775f77
improve wording
MarcoWorms Jan 9, 2023
9bd08e2
fix: caps
DarkGhost7 Jan 9, 2023
37be861
fix: wording
DarkGhost7 Jan 9, 2023
17f76c9
feat: add vault factory to sidebar
DarkGhost7 Jan 20, 2023
1c5b1cb
Merge branch 'master' into v3-vaults
DarkGhost7 Jan 20, 2023
bcbc0d5
fix: reorder sidebar
DarkGhost7 Jan 20, 2023
92afc12
feat: update v3 docs
Schlagonia Jun 28, 2023
3d86073
chore: update the spechs
Schlagonia Jun 29, 2023
48bf45a
Merge pull request #3 from Schlagonia/v3-updates
MarcoWorms Jul 6, 2023
16b81c4
Apply suggestions from code review
MarcoWorms Jul 26, 2023
5f934f9
grammar fixes
MarcoWorms Jul 26, 2023
ab2d8aa
Update v3.md
MarcoWorms Jul 26, 2023
3f44477
Update overview.md
MarcoWorms Jul 26, 2023
f14debd
test formula
MarcoWorms Jul 26, 2023
4dfcaa7
fix math formula
MarcoWorms Jul 26, 2023
000195e
apply standard style
MarcoWorms Jul 26, 2023
5fd5b16
typos
MarcoWorms Jul 26, 2023
8adb40b
fix: wording
0xBasically Jul 26, 2023
631676a
fix: update wording and rephrase info
0xBasically Jul 28, 2023
668eebe
fix: roles
0xBasically Jul 28, 2023
a62366d
updates
0xBasically Jul 28, 2023
7d4dfab
chore: update title caps
0xBasically Jul 28, 2023
04dcc7e
updates and fixes
0xBasically Jul 28, 2023
9654503
updates and fixes
0xBasically Jul 28, 2023
afc3ea9
updates
0xBasically Jul 28, 2023
b2f0ab1
updates
0xBasically Jul 28, 2023
aeea955
mistake
0xBasically Jul 28, 2023
0a1c17b
add: links
0xBasically Jul 28, 2023
2f024bf
fix: typo
0xBasically Jul 28, 2023
72b251c
fix: duplicate info
0xBasically Jul 28, 2023
96a737c
fix: duplicate info
0xBasically Jul 28, 2023
86156fb
fix: spacing
0xBasically Jul 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/getting-started/products/yvaults/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ On the [yearn.finance](https://yearn.finance/) user interface, yield is displaye
- **Strategist and Guardian are the new Controllers:** The Controller concept is not available in V2 yVaults and has been replaced by a Guardian and the Strategy creator \(strategist\). These 2 actors oversee strategy performance and are empowered to take action to improve capital management or act on critical situations.
- **Automated vault housekeeping \(Keep3r network\):** `harvest()` and `earn()` calls are now automated through the Keep3r bots network. These 2 function calls are used to purchase new underlying collateral by selling the earned tokens while moving the profits back to the vault and later into strategies. The keep3r network takes the heavy lifting of doing these calls and running with the gas costs in exchange for keep3r tokens. This approach unloads humans from these housekeeping tasks.
- **No Withdrawal Fee**: The one-time fee charged on balance upon withdrawal has been turned off for all vaults and only existed in the v1 iteration.

## v3 yVaults

The newest version of yVaults are EIP-4626 compatible and allow for tokenized strategies, read more: https://docs.yearn.finance/getting-started/products/yvaults/v3
Loading
Loading