[6.47][Executable] Delegation Incentives Program (Funding Transfer)

Abstract

This is the on-chain executable proposal to fund the Delegation Incentives Program, already approved by ENS governance via Snapshot ([6.31] Delegation Incentives Program). It transfers 90,000 ENS and 5 ETH from the DAO treasury to the MetaGov stewards multisig, which will manage distribution over the program’s three monthly rounds.

The program is ready to launch:

  • Start date: July 1st, 2026
  • Duration: 3 months (three monthly distribution rounds)
  • Launch campaign: Planned (redelegation campaign with sponsored gas via delegateBySig, plus a visibility campaign).
  • Website: Live.

Motivation

ENS is safer when voting power sits with active delegates rather than idle wallets. This 90-day pilot pays viewpoint-neutral incentives to active delegates and their delegators, using time-weighted balances, per-recipient caps, a 1 ENS minimum payout, and a lottery for sub-1 ENS amounts. Full program design, reward formulas, and guardrails are specified in the approved Snapshot proposal.

  • Funding: 90,000 ENS, managed by the MetaGov stewards for distribution. Actual usage scales with results and can range from 15,000 to 90,000 ENS. Any remainder is returned to the treasury after the program ends. 5 ETH is transferred to sponsor gas on delegations, votes for the long term.
  • Distribution: Monthly, claimless transfers executed by the MetaGov multisig, with public snapshots, data, and distribution files published each round.

Specification

90,000 ENS tokens + 5 ETH sent to MetaGov multisig.

1 Like

Live proposal calldata security verification

The proposal live. Calldata executed the expected outcome. The proposal transfers 5 ETH and 90,000 ENS from the DAO treasury (timelock) to the Meta-Gov stewards multisig, funding the Delegation Incentives Program.

The simulation and tests of the live proposal can be found here.

To verify locally:

  1. Clone: git clone https://github.com/blockful/dao-proposals.git
  2. Checkout: git checkout a5e0278
  3. Run: forge test --match-path "src/ens/proposals/ep-6-47/*" -vv