Skip to content

Commit b313967

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/tar-fs-2.1.3
2 parents ca77fdb + 542471c commit b313967

File tree

2 files changed

+122
-0
lines changed

2 files changed

+122
-0
lines changed
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: "Olympia Upgrade: ECIPs 1111–1114 Open for Community Review"
3+
date: 2025-07-04
4+
author: Chris Mercer
5+
contributors: ["realcodywburns", "chris-mercer"]
6+
tags: ["announcement", "development", "hardfork"]
7+
---
8+
9+
# Olympia Upgrade: Protocol Funding and Governance for Ethereum Classic
10+
11+
![Olympia Upgrade](./olympia-upgrade.png)
12+
13+
Ethereum Classic community developers have submitted a set of four Ethereum Classic Improvement Proposals (ECIPs) under the collective banner of the **Olympia Upgrade**. This coordinated protocol initiative introduces a decentralized, non-inflationary system for funding and governance built natively into the Ethereum Classic network.
14+
15+
All four ECIPs are now in **Draft** status and open for public comment per the [ECIP-1000 process](https://ecips.ethereumclassic.org/ECIPs/ecip-1000).
16+
17+
---
18+
19+
## 📜 Included ECIPs
20+
21+
| ECIP # | Title | Summary |
22+
|--------|-------|---------|
23+
| **[1111](https://ecips.ethereumclassic.org/ECIPs/ecip-1111)** | *Olympia Network Upgrade* | Activates EIP-1559 on Ethereum Classic and redirects the `BASEFEE` to an on-chain treasury contract. |
24+
| **[1112](https://ecips.ethereumclassic.org/ECIPs/ecip-1112)** | *Olympia Treasury Contract* | Introduces an immutable, non-custodial smart contract to hold protocol-level revenue. |
25+
| **[1113](https://ecips.ethereumclassic.org/ECIPs/ecip-1113)** | *Olympia DAO Governance Framework* | Defines a modular, on-chain governance system to manage treasury fund disbursement. |
26+
| **[1114](https://ecips.ethereumclassic.org/ECIPs/ecip-1114)** | *Ethereum Classic Funding Proposal Process (ECFP)* | Establishes a standardized lifecycle for submitting, reviewing, and executing funding requests. |
27+
28+
---
29+
30+
## 🎯 Motivation
31+
32+
Ethereum Classic has long struggled with decentralized funding for core development, infrastructure, and ecosystem growth. Historically, funding decisions have relied on off-chain donations, central entities, or ad hoc coordination — models that are not sustainable, transparent, or permissionless.
33+
34+
The Olympia Upgrade solves this by:
35+
36+
- 🔁 Redirecting protocol revenue into a public treasury (ECIP-1111, ECIP-1112)
37+
- 🗳 Empowering ETC holders to govern disbursements through on-chain voting (ECIP-1113)
38+
- 📄 Establishing a standardized process for builders to propose, justify, and receive funding (ECIP-1114)
39+
40+
This architecture brings Ethereum Classic into alignment with modern, DAO-first networks — without requiring inflation, custody, or off-chain gatekeeping.
41+
42+
---
43+
44+
## 🔍 Addressing Common Concerns
45+
46+
Some initial questions and concerns are expected, especially around compatibility, decentralization, and network ethos. The Olympia Upgrade has been designed from first principles to align with ETC’s core values:
47+
48+
### ✅ Opt-In, Non-Disruptive, Additive
49+
50+
- **Olympia is opt-in** — participation in governance is entirely voluntary.
51+
- **Legacy transactions (Type 0)** are unaffected. No changes are required for users, dApps, or miners not using the treasury.
52+
- **Client compatibility is preserved** — no changes to the EVM, state format, or core consensus logic beyond EIP-1559 activation.
53+
54+
### 🛠 No Inflation or Monetary Dilution
55+
56+
- **No new tokens are minted** — Olympia is entirely funded by redirecting the introduced `BASEFEE`, which would otherwise be burned under EIP-1559.
57+
- **Miners retain their block rewards and priority fees**, while the protocol-level basefee serves public goods.
58+
59+
### 🌐 Anti-Centralization by Design
60+
61+
- The Olympia Treasury is **non-custodial**, **immutable**, and enforced on-chain by smart contracts — not human signers.
62+
- The Olympia DAO uses **permissionless governance** with public proposals, timelocks, and auditability.
63+
- Disbursements are **executed automatically** via smart contracts after successful on-chain votes — no single party can override or block community-approved proposals.
64+
65+
### 🧱 Decentralization and Transparency Improvements
66+
67+
Olympia represents a meaningful shift away from opaque, centralized funding structures that have historically:
68+
69+
- Blocked contributors from accessing support
70+
- Made arbitrary decisions behind closed doors
71+
- Mismanaged resources with little accountability
72+
73+
Instead, Olympia introduces:
74+
75+
- **Transparent on-chain voting** and funding records
76+
- **Reproducible proposal formats** (ECFPs) open to all contributors
77+
- **Immutable audit trails** enforced at the protocol layer
78+
- **No gatekeeping or favoritism** — if a proposal meets quorum and passes, it executes
79+
80+
Olympia is not a centralizing force — it is the antidote to centralization that has plagued ETC’s growth in the past.
81+
82+
---
83+
84+
## ⛓ Technical Overview
85+
86+
- **EIP-1559 activation** introduces a `BASEFEE`, which Olympia redirects to a protocol treasury instead of burning.
87+
- The **Olympia Treasury** holds these funds in a verifiable smart contract (ECIP-1112).
88+
- The **Olympia DAO** governs the treasury using on-chain voting with secure execution mechanisms (ECIP-1113).
89+
- Builders submit **ECFPs** (ECIP-1114) to propose work and receive funding through a standardized, transparent process.
90+
91+
---
92+
93+
## 🧪 Rollout Plan
94+
95+
- **Testnet deployment** on Mordor is scheduled for Q4 2025.
96+
- Security audits, governance testing, and documentation will follow.
97+
- **Target Mainnet activation**: By end of 2026, subject to ecosystem consensus and readiness.
98+
99+
---
100+
101+
## 🗣 Community Discussion
102+
103+
These proposals are currently in **Draft** form and subject to revision. Feedback from all corners of the community is encouraged.
104+
105+
- Join the discussion:
106+
[https://github.com/orgs/ethereumclassic/discussions/530](https://github.com/orgs/ethereumclassic/discussions/530)
107+
108+
---
109+
110+
## 📣 Call to Action
111+
112+
Please review the proposals and share feedback. This is your opportunity to shape the future of funding and coordination on Ethereum Classic:
113+
114+
- [ECIP-1111: Olympia Network Upgrade](https://ecips.ethereumclassic.org/ECIPs/ecip-1111)
115+
- [ECIP-1112: Olympia Treasury Contract](https://ecips.ethereumclassic.org/ECIPs/ecip-1112)
116+
- [ECIP-1113: Olympia DAO Governance Framework](https://ecips.ethereumclassic.org/ECIPs/ecip-1113)
117+
- [ECIP-1114: Ethereum Classic Funding Proposal Process (ECFP)](https://ecips.ethereumclassic.org/ECIPs/ecip-1114)
118+
119+
This is the most significant advancement to ETC’s sustainability since the project’s inception. With your feedback and support, Olympia can ensure that Ethereum Classic remains decentralized, permissionless, and self-sovereign — for the long haul.
120+
121+
122+
*Posted by [Chris Mercer](https://github.com/chris-mercer), with contributions from [Cody Burns](https://github.com/realcodywburns)*
451 KB
Loading

0 commit comments

Comments
 (0)