-
Notifications
You must be signed in to change notification settings - Fork 0
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
Contract Architecture for GIVsavings #863
Comments
Make contract upgradable?Then we can add more fee logic in the future, or even to add a multi-vault GIVfi or we make it non-upgradable and users need to migrate when we want to implement post-MVP features could also use
|
@KurtMerbeth Contracts are pretty much ready to go. we can fine tune our APY calculations on a production network but for testing and FE development we should stick to using a test network Kurt will also check on the feasibility on rDAI and how much code changes it would require |
@KurtMerbeth Deployed test contracts to optimis-goerli info found here:
|
Contracts to be audited: And the ones i made upgradeable: TBD @divine-comedian |
If you don't need them then yes, let's try to use only upgradable contracts as much as possible. |
@KurtMerbeth began work on Vault wrapper token
https://github.com/KurtMerbeth/vault-wrapper/blob/main/contracts/ExtendedYVaultAssetProxy.sol
@divine-comedian began work on GIVsavings simulator to define math
https://docs.google.com/spreadsheets/d/1C2KAui26ur1p23rv-SsRo9I6pJAvnB4JPRqQf1pQb-E/edit?usp=sharing
This is more or less the current MVP logic:
The text was updated successfully, but these errors were encountered: