Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Compounding support via ERC4626 #83
base: develop
Are you sure you want to change the base?
Compounding support via ERC4626 #83
Changes from all commits
1655825
3d1f1b3
40208f9
d37fc33
93aa5d7
0c412d0
39254e9
1fc52b9
5d14b23
3dd6b18
89d3633
f635da8
3d4e626
f9ad65b
8aa7023
50004e2
7deed0e
1497ddb
b05d627
7c80c21
cae0b71
8eae668
3d7474e
43cbede
4e16314
c823c8f
a98f251
77e9893
979c506
45ce1ff
fa8d190
fd37d8a
d0e529e
5040e52
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the scenario of negative apr considered?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are 2 possible snearios - we want to close the position in the vault or don't want.
It can be checked by comparing to variables -
totalInvestedAssets
andpreviewWithdraw(totalInvestedShares)
So, offchain bot can monitor these 2 variables and notify, when our tvl become less than users deposits. After that the team can decide, if position should be closed.
Insufficiency in tvl can be fullfilled by us just by transferring tokens.
So, in code function for closing position should be added, and possibility to decrease totalInvestedAmount manually by transferring tokens to pool