Arbitrum Proposal: #0x4ad37b12ffe5c334e0c19113ac54222983e18d36a255fbde60e483592f35fc65

AIP: Nova Fee Router Proposal (ArbOS 30)

Status:
Closed
For99.9%

For: 99.9%

146,841,463 ARB

Against: 0.1%

109,406 ARB

Abstain: 0%

64,553 ARB

Voting Period

  -  

Proposer

0x1B686eE8E31c5959D9F5BBd8122a58682788eeaD

Description

Constitutional Proposal

Abstract / Motivation

Currently, the DAO receives transaction fees on Nova at an address accessible via the core governance system. This means that any time the DAO wishes to transfer these funds, it must pass a constitutional proposal. We propose instead a system in which these funds are “automatically” (permissionlessly) sent from Nova to the Arbitrum DAO Treasury on Arbitrum One. This gives the DAO faster, easier accessibility to these funds, and should make bookkeeping simpler.

Details

Currently, the portion of the Nova transaction fees that the DAO collects are sent via the fund distributor contracts to 0xf7951D92B0C345144506576eC13Ecf5103aC905a, the address alias of the core governance l1 timelock. This allows the DAO to spend the funds via a round-trip core proposal initiated from the core governor on Arbitrum One.

A system in which these funds were sent to the DAO Treasury without the DAO needing to take action is preferable for several reasons:

We propose an update in which all Nova fund distributors that distribute to the timelock alias are updated to instead distribute to a system of “fee routers”, via which permissionless transactions will allow the funds to be routed to the Arbitrum Treasury.

The lifecycle works as follows:

  1. A distributeRewards is called on a RewardDistributor contract, sending funds to a ChildToParentRouter contract.
  2. Either upon receiving funds or via a call to routeFunds, the ChildToParentRouter creates an L2-to-L1 message which sends the contract’s full Ether balance.
  3. The L2-to-L1 message is executed, transferring the Ether to a ParentToChildRouter contract on L1.
  4. routeFunds is called on ParentToChildRouter, creating a retryable ticket which transfers its full Ether balance to the DAO Treasury on Arbitrum One.

Implementation

Additional Action

Sometime after this proposal action, an additional proposal can be submitted to transfer the funds remaining in the timelock’s address alias to the fee router.

Timeline

If this vote passes on Snapshot, the tentative plan is to upgrade Arbitrum Sepolia to ArbOS 30 the week of June 10th.

If Arbitrum Sepolia upgrades to ArbOS 30, there will be an ecosystem-wide plan to ensure non-breaking compatibility of infrastructure and applications with Stylus, which will take several weeks or months. The ultimate goal is that the experience for EVM developers remains as unchanged as possible if ArbOS reaches mainnet. Once enough confidence is reached, there will be an onchain vote to upgrade Arbitrum One and Nova to ArbOS 30. The Arbitrum community will be informed of any significant updates as they arise.