-
Notifications
You must be signed in to change notification settings - Fork 991
add lagoon yield source #2140
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 lagoon yield source #2140
Conversation
The lagoon adapter exports pools: Test Suites: 1 passed, 1 total
|
The lagoon adapter exports pools: Test Suites: 1 passed, 1 total
|
gm @GuiDupont |
Error while running lagoon adapter: Test Suites: 1 failed, 1 total
|
Error while running lagoon adapter: Test Suites: 1 failed, 1 total
|
Error while running lagoon adapter: Test Suites: 1 failed, 1 total
|
1 similar comment
Error while running lagoon adapter: Test Suites: 1 failed, 1 total
|
gm ! my bad, it is fixed |
I create this pull request in order to add the tracking of Lagoon vaults on various chain.
Methodology:
In order to track the performance of vaults we compare the evolution of the price per share between two updates submitted by an oracle, compute the evolution and then annualize it.
We can do this computation other various of time but we are limited by the frequency of updates done by the oracle.
Some of our curators propose a valuation every 2-3 days some are more consistent with a daily update.
That's why we chose to display the weekly APR. It is a long enough period to include a decent amount of vaults and it is short enough to represent their current performance.
We also only select vault that we already reviewed ourselves and allow to be displayed on our front, hence the
isVisible
filter in the query.For the reward APR, only the vaults that we reviewed can have an extra APR based on incentives or rewards.
I am happy to explain more if anything is unclear.