-
Notifications
You must be signed in to change notification settings - Fork 243
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
[EP6.2] Endowment expansion (3rd tranche) #384
Merged
gskril
merged 19 commits into
ensdomains:master
from
agora-gov-bot:ep6.2-endowment-expansion-3rd-tranche-1738081653127
Jan 28, 2025
Merged
[EP6.2] Endowment expansion (3rd tranche) #384
gskril
merged 19 commits into
ensdomains:master
from
agora-gov-bot:ep6.2-endowment-expansion-3rd-tranche-1738081653127
Jan 28, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This proposal aims to expand the Endowment by funding a third tranche, comprising 5,000 ETH, from the ENS DAO to the ENS Endowment.
Alongside the third tranche transfer, an update to the Allowance Module on the ENS Endowment is proposed; resetTime for ETH allowance (for fee payment) is to be changed from the current parameter of 43,200 seconds (30 days) to 36,000 seconds (25 days). The motivation for this is that there has been an accumulation of payment delays, such that current fee payments are delayed.
Motivation
Since the establishment of the Endowment on March 7th, 2023, ENS has been setting the gold standard for DAO treasury management:
The original Request for Proposal in [EP2.2.4] sets out that the Endowment should be established gradually over time, in response to changing conditions and needs, and to achieve the eventual goal of self-sufficiency. To deliver on this vision for self-sufficiency, a further increase in the Endowment’s returns is needed. As the Endowment is fully utilised within the bounds of the existing mandate, it is clear that those additional returns must come from additional funds.. We think now is the right time to implement these increases, given the following developments:
The proposed third tranche would be sized at 5,000 ETH, representing 42.4% of assets held in the Controller and the DAO Wallets (per the pie chart above) It would raise the capital utilisation rate by 10.5 percentage points from the current 70.8% to 81.3%.
Endowment Updates
Updates
Karpatkey’s updates for the Endowment can be seen here: 2023 Review, 1H 2024 Review.
Monthly reports on the Endowment can be found on karpatkey’s website (here).
What’s been done
Future plans
Specification
Fund Transfer
Executed by the ENS DAO Multisig (payload available here).
Transfer 5,000 ETH to the Endowment (0x4F2083f5fBede34C2714aFfb3105539775f7FE64)
Value: 5000000000000000000000
Update the Allowance Module
Executed by the ENS Endowment.
Currently, the parameters of Allowance Module are as follows: allowance = 30 ETH, resetTimeMin = 43200 seconds (30 days). Due to payment delays in the past, we would like to propose a change in resetTimeMin parameter, i.e. Change the resetTimeMin for main.mg.wg.ens.eth in the Allowance Module from 30 days to 25 days (i.e. 43200 minutes to 36000).
Payload available here.
(Can be downloaded, unzipped, and dropped into Safe’s transaction builder).
Tenderly simulation available here.