Olympia Activation Countdown
00
Days
00
Hours
00
Minutes
00
Seconds
Countdown to March 31, 2027 — Olympia targets mainnet activation in 2027. Block number announced after successful Mordor testnet run.
What Olympia Changes
Four client-facing ECIPs that modernize the protocol in a single coordinated upgrade.
EIP-1559 Fee Market
The most widely adopted transaction format in the EVM ecosystem, now on Ethereum Classic. Dynamic gas pricing delivers predictable fees. Unlike Ethereum where basefee is burned, ETC redirects it to the protocol treasury. Miner block rewards and tips remain completely untouched.
Protocol Treasury
A protocol-controlled vault funded by basefee revenue and voluntary contributions. Institutions, developers, and stakeholders can fund Ethereum Classic core development without fielding their own team. No admin keys, no multisig. Only on-chain governance can release funds.
Glamsterdam EVM Alignment
Building on Mystique and Spiral, Olympia delivers the remaining EVM execution-layer improvements from Dencun, Pectra, and Fusaka — every improvement independent of Proof-of-Stake and blob data availability — and carries that work into Glamsterdam. Exchanges and wallets gain modern RPC compatibility. Developers gain full access to every current Ethereum tool, library, and framework. One codebase, every EVM chain.
Network Security Client Configuration
Chain configuration rather than consensus rules: a MIN_MINER_TIP of 1 gwei, which with the ECIP-1111 basefee floor of 1 gwei sets a 2 gwei minimum gas price so miner revenue cannot reach zero once the basefee is redirected; a network-authoritative gas target that overrides operator --miner.gaslimit; and MESS re-enabled at the Olympia block. A client omitting these gives weaker guarantees but does not fork.
EVM Compatibility in Detail
Four Ethereum upgrade cycles reach ETC in a single fork. Dencun, Pectra and Fusaka arrive complete — everything in them that is independent of Proof-of-Stake and blob data availability — and Glamsterdam opens with eth/70 and the deterministic CREATE2 factory.
Gas & State Access
Account delegation for EOAs, higher calldata cost, a per-transaction gas cap, MODEXP input bounds and repricing, and a 60M network-authoritative gas target. Prices data and computation closer to their real cost, and enables smart account patterns without protocol changes.
EVM Safety
SELFDESTRUCT restricted to deployment context, an RLP block size limit, the eth_config RPC method, and the deterministic CREATE2 factory predeploy at the same address as every other EVM chain. Makes contract behavior more predictable and reduces attack surface.
Cryptographic Precompiles
BLS12-381 pairing operations for ZK-friendly proof verification, P256VERIFY for WebAuthn and passkey authentication. Native cryptographic primitives for privacy and identity.
Execution Context
MCOPY for efficient memory operations, CLZ opcode for leading-zero counting, historical block hashes in state, and transient storage TSTORE/TLOAD. Unlocks reentrancy guards, flash loans, and cross-contract patterns without persistent storage.
Explicitly excluded: all blob-dependent EIPs (EIP-4844, EIP-7516, EIP-7691). Ethereum Classic is a pure Layer 1 execution chain with no data availability requirement. Blobs are L2 scaffolding ETC does not need.
Developer Tooling — Works Without Modification
Solidity 0.8.x+
All recent compiler versions produce compatible bytecode for ETC without modification.
Foundry / Hardhat
Standard EVM testing and deployment toolchains work on ETC without ETC-specific forks or patches.
wagmi / viem / ethers.js
Standard wallet libraries and RPC types work on ETC without patching or overrides. One codebase, every EVM chain.
Global Regulatory Recognition
Ethereum Classic has received formal regulatory classification across four major jurisdictions.
CLARITY Act
Digital Commodity
CFTC · United States
Classified as a digital commodity under CFTC jurisdiction. Proof-of-Work consensus is the defining characteristic for commodity status under US digital asset legislation.
GENIUS Act
Stablecoin Platform
United States
The only Proof-of-Work EVM platform for regulated stablecoin deployment under the GENIUS Act. Positions ETC as the immutable settlement layer for compliant digital dollar infrastructure.
MiCA
Decentralized Asset
European Union
Classified as a decentralized crypto-asset under MiCA, exempt from issuer obligations as a fully decentralized protocol with no central issuer or controlling party.
FSA Green List
Recognized Asset
Japan
Recognized crypto-asset on the FSA Green List via JVCEA. Enables fast-track listing across all Japanese regulated exchanges without additional review requirements.
The Olympia Upgrade
Olympia is Ethereum Classic’s most significant protocol upgrade. Three changes arrive in a single activation: Glamsterdam-era EVM alignment, EIP-1559 fee market, and a protocol-managed treasury.
The headline change is Glamsterdam-era EVM parity — closing years of execution-layer divergence from Ethereum in a single fork. Every Solidity compiler version, every deployment tool (Foundry, Hardhat), and every major library (wagmi, viem, ethers.js) works on ETC without modification, patching, or ETC-specific overrides. One codebase deploys to every EVM chain. ETC could not credibly claim this before Olympia. After Olympia, it can.
The EIP-1559 fee market redirects the basefee — value that would otherwise be destroyed — to a protocol-managed treasury. Block rewards and tips remain completely untouched and go entirely to miners. Anyone can submit proposals on-chain. Members vote on resource allocation and execute decisions. Every step is transparent and verifiable on-chain.
How It Works
Funded by basefee revenue, not inflation. Block rewards and tips remain untouched.
Basefee Revenue
Every transaction pays a basefee via EIP-1559. The basefee is directed to the Treasury. Block rewards and tips remain completely untouched. Miners are unaffected.
Protocol Treasury
Protocol-managed vault. The basefee arrives automatically at block finalization; holders and miners can add to it voluntarily, by sending ETC or by pointing a coinbase at the address. Real-time monitoring via public dashboard.
On-Chain Governance
On-chain governance via the OpenZeppelin Governor 5.x contract suite. The Olympia DAO makes the binding decisions (security maintenance, EVM parity, client funding, and treasury allocation) using non-transferable membership NFTs. Futarchy prediction markets are an open signal layer on top, informing those decisions without determining or executing them. All on-chain and auditable.
From Proposal to Execution
Five stages from idea to execution. Every step is on-chain, transparent, and auditable.
Propose
Anyone can submit a governance proposal on-chain. Proposals define the action to execute and the supporting rationale.
Vote
Members cast on-chain votes during a defined voting period via the OpenZeppelin Governor 5.x contract suite. Voting is transparent and immutable.
Queue
Approved proposals enter a security timelock. This delay provides the community time to review before execution.
Execute
After the timelock expires, the proposal executes automatically. Treasury transfers happen on-chain with full auditability.
Disclose
All outcomes are publicly reported and independently verifiable. Proposal records form a permanent on-chain record.
Olympia Roadmap
Five stages from consensus upgrades to permanent protocol integration.
Consensus Upgrades
ActiveEIP-1559 fee market, protocol treasury funded by basefee revenue, and Glamsterdam-era EVM parity in a single upgrade. Every Ethereum tool and framework works on ETC without modification.
- EIP-1559 fee market (ECIP-1111)
- Protocol treasury funded by basefee (ECIP-1112)
- Glamsterdam-era EVM parity: Dencun, Pectra, Fusaka, and Glamsterdam EIPs (ECIP-1121)
- Network security client configuration required of every client (ECIP-1122)
Core Governance
ActiveOn-chain governance with membership-based voting and a full proposal lifecycle: submit, vote, queue, execute. Core development funding moves to an open, transparent, on-chain process.
- Governance and treasury contracts with timelock execution (ECIP-1113)
- Open proposal process with competitive bidding (ECIP-1114)
- Membership-based voting with sanctions compliance (ECIP-1119)
- Contract deployment on settled consensus rules — not a hard fork
Prediction Markets
ResearchAn open signal layer. Futarchy prediction markets (ECIP-1117/1118) let anyone stake on proposal outcomes without DAO membership, producing financially-backed public signals alongside member votes. They are a Child-DAO under ECIP-1113 §6, funded by executed funding proposals rather than a direct basefee share, and they inform decisions rather than making them: binding allocation stays with the Olympia DAO.
- Conditional outcome tokens (ECIP-1117)
- Funding and streaming disbursements (ECIP-1118)
- Sanctions compliance applies here too, because funds move (ECIP-1119)
- Seeded by a funding proposal from the governance layer — not a hard fork
Treasury Distribution
FutureA smoothing curve supplements miner security budgets as fixed-emission block subsidies decline. ECIP-1115 runs it at the contract layer, where the allocation fraction, window, and curve shape are adjustable through governance without a hard fork — so the network can find the right curve empirically while ECIP-1017 block rewards are still securing it. This is a governance activation on Treasury-held revenue, not a deployment and not a fork. Hardening a proven curve into consensus is the separate stage that follows.
- Treasury smoothing algorithm at the contract layer (ECIP-1115)
- Parameters adjustable through governance without a hard fork
- Runs as a configured experiment on Treasury-held revenue
- Complements ECIP-1017's 5M20 emission schedule — the treasury responds as subsidies decline
Protocol Integration
FutureThe curve proven in the previous stage is embedded into block finalization and leaves governance control. ECIP-1116 is the second and final hard fork of the Olympia roadmap: the distribution is paid by the protocol rather than disbursed from the treasury, making it immutable at the consensus layer.
- Consensus-layer L-curve hardening for base fee miner distribution (ECIP-1116)
- Paid by the protocol, not disbursed from the treasury
- Second hard fork — sequenced after ECIP-1115 has demonstrated the curve
Coordinating Organizations
Coordinating organizations working together to govern and advance the Ethereum Classic network.
Ethereum Classic
Network Protocol
The largest Proof-of-Work smart contract platform. Coordinating network upgrades to maintain EVM parity and modern tooling.
Visit →Olympia Treasury
Protocol-Funded Treasury
Basefee revenue creates sustainable protocol funding. Real-time treasury monitoring via public dashboard.
Visit →Olympia DAO
On-Chain Governance
Olympia DAO membership NFTs for critical protocol decisions, futarchy prediction markets for public participation. All on-chain on Ethereum Classic.
Visit →Ethereum Classic DAO LLC
Legal Entity
The legal wrapper for the Olympia DAO under Wyoming's DAO LLC framework. Ensures regulatory compliance, proper reporting, and alignment with digital asset legislation.
Visit →ETC Cooperative
Protocol Steward
US 501(c)(3) non-profit that has funded Ethereum Classic's core client development since 2017, backing every hard fork, every client release, and every cross-client coordination effort across a decade of ETC network upgrades.
Visit →Grayscale ETCG
Institutional Access
The Grayscale Ethereum Classic Trust launched in 2018, years before Bitcoin ETFs existed as a product category, providing regulated institutional access to ETC and indirectly funding ETC Cooperative core development work.
Visit →Olympia Upgrade
Frequently Asked Questions
Ready to Upgrade?
Fukuii is the recommended client. Core-Geth is maintained through the transition.