Skip to content

Commit

Permalink
Add EP 5.25 (#358)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Skriloff <[email protected]>
  • Loading branch information
agora-gov-bot and gskril authored Dec 12, 2024
1 parent 5b03358 commit 034afcd
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/local/config/navigation/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,10 @@ export const navigation: SectionData[] = [
title: '5.27 - [Executable] Revoke the DAO’s ability to upgrade the name wrapper',
href: '/dao/proposals/5.27',
},
{
title: '5.25 - [Executable] Collective Working Group Funding Request (Oct 2024) - Resubmission',
href: '/dao/proposals/5.25',
},
{
title: '5.24 - [Executable] Term 5 Q4, Collective Working Group Funding Proposal',
href: '/dao/proposals/5.24',
Expand Down
108 changes: 108 additions & 0 deletions docs/dao/proposals/5.25.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
export const meta = {
description:
'This is a resubmission of EP 5.24, with no changes to the funding amounts or technical specifications.',
emoji: '📖',
contributors: ['5pence.eth'],
proposal: {
tally:
'14573906698181916980991958251655570598275649222336388998984945658874299918898',
type: 'executable',
},
}

# [EP 5.25] [Executable] Collective Working Group Funding Request (Oct 2024) - Resubmission

## Description

This is a resubmission of [EP 5.24], with no changes to the funding amounts or technical specifications.

## Abstract

This proposal executes all three Working Group funding requests for the October 2024 funding window as passed in [EP 5.17.1](https://discuss.ens.domains/t/5-17-1-social-funding-request-ens-meta-governance-working-group-term-5-oct-window/19677), [EP 5.17.2](https://discuss.ens.domains/t/5-17-2-social-funding-request-ens-ecosystem-working-group/19678), and [EP 5.17.3](https://discuss.ens.domains/t/5-17-3-social-funding-request-ens-public-goods-working-group/19679). For more detail, view the ENS Governance docs at https://basics.ensdao.org/funding-requests

## Proposal Components

---

### 1) [Meta-governance Funding Request [EP 5.17.1]](https://discuss.ens.domains/t/5-17-1-social-funding-request-ens-meta-governance-working-group-term-5-oct-window/19677)

The Meta-governance Working Group requests funding to fulfill anticipated budgetary needs through the next formal funding window in April 2025.

| Destination | USDC | ETH | $ENS |
| :---------------------------------------------------------------------------------------------------- | :-----: | :-: | :--: |
| [ENS Meta-Gov Main Multisig](https://etherscan.io/address/0x91c32893216dE3eA0a55ABb9851f581d4503d39b) | 254,000 | 0 | 0 |

This amount will cover all expected expenses while maintaining a 100,000 USDC prudent reserve to ensure continuity if future funding is delayed.

---

### 2) [Ecosystem Funding Request [EP 5.17.2]](https://discuss.ens.domains/t/5-17-2-social-funding-request-ens-ecosystem-working-group/19678)

The ENS Ecosystem Working Group requests funding to support operations through April 2025. This is the only funding request of Term 5. The working group is responsible for growing and improving the ENS Ecosystem by funding builders and projects that are ENS-specific or ENS-centric.

| Destination | USDC | ETH | $ENS |
| :----------------------------------------------------------------------------------------------------- | :-----: | :-: | :--: |
| [ENS Ecosystem Main Multisig](https://etherscan.io/address/0x2686a8919df194aa7673244549e68d42c1685d03) | 836,000 | 0 | 0 |

---

### 3) [Public Goods Funding Request [EP 5.17.3]](https://discuss.ens.domains/t/5-17-3-social-funding-request-ens-public-goods-working-group/19679)

The ENS Public Goods Working Group requests funding to support operations through the next funding window in April 2025. The funds requested extend current needs through to next term to ensure that next season's stewards have available funding before the next funding window.

| Destination | USDC | ETH | $ENS |
| :---------------------------------------------------------------------------------------------------- | :-----: | :-: | :--: |
| [Public Goods Main Multisig](https://etherscan.io/address/0xcD42b4c4D102cc22864e3A1341Bb0529c17fD87d) | 226,000 | 0 | 0 |

---

## Specification

The following transfers are to be made from the DAO treasury:

1. Transfer 254,000 USDC to the Meta-governance safe:

- Address: `0x91c32893216dE3eA0a55ABb9851f581d4503d39b`

2. Transfer 836,000 USDC to the Ecosystem safe:

- Address: `0x2686A8919Df194aA7673244549E68D42C1685d03`

3. Transfer 226,000 USDC to the Public Goods safe:
- Address: `0xcD42b4c4D102cc22864e3A1341Bb0529c17fD87d`

#### Total transfer amount: 1,316,000 USDC

---

### Calldata:

**5.17.1 Tx to Metagov**

```
{
"target": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"value": 0,
"calldata": "0xa9059cbb00000000000000000000000091c32893216de3ea0a55abb9851f581d4503d39b0000000000000000000000000000000000000000000000000000003b23946c00"
}
```

**5.17.2 Tx to Ecosystem**

```
{
"target": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"value": 0,
"calldata": "0xa9059cbb0000000000000000000000002686a8919df194aa7673244549e68d42c1685d03000000000000000000000000000000000000000000000000000000c2a57ba800"
}
```

**5.17.3 Tx to Public Goods**

```
{
"target": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"value": 0,
"calldata": "0xa9059cbb000000000000000000000000cd42b4c4d102cc22864e3a1341bb0529c17fd87d000000000000000000000000000000000000000000000000000000349ea65400"
}
```

0 comments on commit 034afcd

Please sign in to comment.