Skip to content

ECIP (draft) - Elysium Basefee Split Routing#568

Open
GravityLabLLC wants to merge 3 commits into
ethereumclassic:masterfrom
GravityLabLLC:wip/ecip-1110-ely-fee
Open

ECIP (draft) - Elysium Basefee Split Routing#568
GravityLabLLC wants to merge 3 commits into
ethereumclassic:masterfrom
GravityLabLLC:wip/ecip-1110-ely-fee

Conversation

@GravityLabLLC

@GravityLabLLC GravityLabLLC commented Mar 12, 2026

Copy link
Copy Markdown

Description

Elysium Basefee Split Routing proposes activating EIP-1559 and EIP-3198 behavior on Ethereum Classic while routing consensus BASEFEE to a deterministic Elysium revenue contract instead of burning it. The proposal preserves miner priorityFee, keeps ETC issuance policy intact, and defines a narrow consensus-surface change focused on fee-market compatibility plus deterministic productive routing.

This is part of the Elysium upgrade which is defined here in the Elysium Files:

https://logtrees.com/elysium/elysium.html

For broader Elysium discussion, see this discussion: https://github.com/orgs/ethereumclassic/discussions/571

You can also ask us questions in Discord and we will be on the Community Calls!


Front-Matter Checklist

Verify that your ECIP file's front-matter block contains all required fields per ECIP-1000:

  • ecip:1110
  • title:Elysium Fee Market and Productive Revenue Routing
  • lang:en
  • author: — Real name(s) and optionally email address or GitHub handle
  • discussions-to: — URL of the public discussion thread (Discord, GitHub issue, etc.)
  • status:Draft
  • type:Standards Track
  • category:Core
  • created:2026-03-12

Section Checklist

Verify that your ECIP document contains all required sections:

  • ### Abstract — Short (~200 word) description of the technical issue
  • ### Motivation — Why the existing protocol is inadequate
  • ### Specification — Precise technical specification of the proposed change
  • ### Rationale — Design decisions, alternatives considered, and community consensus
  • ### Implementation — Reference implementation or notes (currently captured via implementation status notes)
  • ### Copyright/Licensing — Explicit license terms (see ECIP-1000 for accepted licenses)

@realcodywburns

Copy link
Copy Markdown
Member

This would be ECIP-1122, ECIP-1110 is active on mainnet

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new ECIP draft describing ECIP-1110-ELY-FEE, which proposes enabling EIP-1559 + EIP-3198 semantics on Ethereum Classic while routing BASEFEE to a deterministic Elysium revenue address (instead of burning it).

Changes:

  • Introduces a new ECIP document outlining fee market activation and BASEFEE routing.
  • Specifies the ETC-specific consensus modification to credit BASEFEE to ELYSIUM_REVENUE_ADDRESS.
  • Adds initial sections for motivation, rationale, security considerations, and implementation notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread _specs/ecip-1110-ely-fee.md Outdated
@@ -0,0 +1,125 @@
---
ecip: 1110-ELY-FEE
ecip: 1110-ELY-FEE
title: Elysium Fee Market and Productive Revenue Routing
lang: en
author: Daniel Tocila
Comment on lines +8 to +10
category: Core
created: 2026-03-11
license: Apache-2
Comment on lines +5 to +7
author: Daniel Tocila
status: Draft
type: Standards Track
Comment thread _specs/ecip-1110-ely-fee.md Outdated
Informally, for each transaction $i$ in a block with gas used $g_i$ and block base fee $b$ (in wei per gas), define:

$$
ext{basefee\_revenue} = \sum_i g_i \cdot b

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@GravityLabLLC GravityLabLLC changed the title WIP ECIP-1110-ELY-FEE ECIP (draft) - Elysium Basefee Split Routing Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants