Ethereum Classic (ETC): Comprehensive Overview
Core Definition and Technology
Ethereum Classic is an open-source, decentralized blockchain that executes programmable smart contracts through the Ethereum Virtual Machine (EVM). It represents the continuation of the original Ethereum blockchain following the controversial hard fork in July 2016 that reversed transactions related to the DAO exploit. Unlike the forked chain that became Ethereum, ETC preserved the original transaction history and adopted a philosophy of immutability and minimal protocol intervention.
The network's native asset, ETC, serves three core protocol functions: paying transaction and smart-contract execution fees (denominated in "gas"), rewarding miners who secure the blockchain, and enabling peer-to-peer payments and settlement.
Blockchain Architecture
Ethereum Classic is built on the same foundational architecture as early Ethereum:
- Execution layer: The EVM processes Solidity-based smart contracts and updates account and contract state deterministically
- Consensus layer: Proof-of-Work miners compete to produce valid blocks and secure the chain
- Ledger model: Account-based state transitions, where each account maintains a balance and nonce
- Native asset: ETC is required for all computational work and miner incentives
EVM Compatibility
Ethereum Classic maintains full EVM compatibility, meaning developers can deploy many Ethereum-style applications with minimal modifications. This compatibility extends to wallets, development frameworks (Truffle, Hardhat), block explorers, and smart-contract tooling. The network's upgrade history—including Atlantis, Agharta, Phoenix, Magneto, Mystique, and Spiral—has consistently prioritized maintaining EVM parity with modern Ethereum standards while preserving ETC's distinct governance and monetary policy.
The ECIP (Ethereum Classic Improvement Proposal) process governs protocol changes. Unlike Ethereum's foundation-controlled upgrade path, ETC's ECIP process is deliberately decentralized, allowing independent participants to assess and implement protocol changes through open community deliberation.
Primary Use Cases and Real-World Applications
Smart Contracts and Decentralized Applications
Ethereum Classic provides a proof-of-work environment for deploying EVM-compatible smart contracts. The official application directory lists community-developed projects across multiple categories:
- Decentralized exchanges and finance: ETCswap V3, ETCswap Launchpad, SwapBox, TurbineSwap, SoyFinance, Stip&Flip
- Stablecoins and payment assets: Classic USD (USC), a USD-denominated, fiat-backed stablecoin announced in May 2024
- NFTs and digital collectibles: Classic Birds NFTs, ETCeria, OpenETC, MonoNFT, ghostNFT, ETCPlanets, ClassicHeroes
- Games and community applications: ETCORC and smaller community-driven projects
- Interoperability: Nabox and NerveNetwork bridges
- Developer and utility tools: SafeClassic, Classic Entropy, Zeus Encryption, faucets, and explorers
However, the practical scale of these applications remains substantially smaller than Ethereum's ecosystem. As of August 2026, DeFiLlama reported approximately $74,604 in total value locked on Ethereum Classic, with approximately $73,753 in stablecoin market capitalization. The same snapshot showed about 1,198 active addresses, 7,618 transactions, and roughly $7.82 in daily chain fees. These figures indicate that ETC's present DeFi activity is limited, with the network's primary economic identity centered on ETC trading, proof-of-work mining, and smart-contract compatibility rather than on a large lending, derivatives, or liquidity ecosystem.
Gas and Transaction Settlement
ETC is required to pay for all computational work on the network. Every transaction or contract call consumes gas, and gas fees are paid in ETC, providing the token direct utility within the protocol independent of exchange trading. Ethereum Classic can also function as a settlement asset for transfers between users, exchanges, custodians, miners, and applications.
Mining and Proof-of-Work Infrastructure
Following Ethereum's transition to Proof of Stake in September 2022, Ethereum Classic became one of the most prominent remaining EVM-compatible proof-of-work networks. This positioning attracts miners seeking to deploy compatible GPU and ASIC mining infrastructure, although profitability varies with ETC's market price, electricity costs, hardware efficiency, and network difficulty.
Store-of-Value and Monetary Asset
The fixed-supply policy, declining issuance schedule, and proof-of-work security model support ETC's positioning as a scarce digital commodity with smart-contract functionality. Proponents distinguish it from networks whose monetary policy can be changed through foundation or validator governance decisions.
Founding Team, Key Developers, and Project History
Origins and the 2016 Hard Fork
Ethereum Classic did not emerge from a traditional founding team with a pre-planned roadmap. Instead, it arose organically in July 2016 as a community-driven response to the controversial hard fork that reversed transactions following the DAO hack. A group of developers, miners, and community members who opposed the fork on philosophical grounds—specifically the principle that blockchains should be immutable and censorship-resistant—continued operating the original Ethereum chain, which became Ethereum Classic.
The ideological foundation was articulated in "A Crypto-Decentralist Manifesto" (published on Medium by the pseudonymous "Bit Novosti"), which became the philosophical cornerstone of the ETC community. The project's core beliefs—immutability, decentralization, and resistance to censorship—were established by this early community rather than any single founder.
The DAO Hack and Chain Split
In 2016, the DAO was a smart-contract-based investment organization that raised more than $150 million in Ether during its crowdsale. A vulnerability in its contract logic enabled an attacker to redirect approximately 3.6 million ETH. This incident created a major dispute within the Ethereum community. One group supported a protocol intervention to reverse the economic consequences of the exploit and return affected funds. Another group argued that changing the blockchain's historical state would violate the principle that valid protocol execution should remain final, even when the outcome is undesirable.
The intervention was activated at block 1,920,000 on July 20, 2016. The altered chain retained the Ethereum name and ticker ETH. The unaltered chain continued under the name Ethereum Classic and ticker ETC. The split was not a separate blockchain created from scratch but rather a divergence of the same Ethereum ledger, with both chains sharing history up to the fork block. Replay-protection upgrades later separated transaction behavior between the two networks.
The event established Ethereum Classic's central philosophical position, commonly summarized as "Code is Law." In this context, the phrase refers to the idea that blockchain state should be determined by protocol rules and cryptographic validation rather than discretionary intervention by developers, foundations, or social majorities.
Charles Hoskinson and IOHK
Charles Hoskinson—co-founder of Ethereum and later founder of Cardano and IOHK (Input Output Hong Kong)—was among the earliest and most prominent figures to publicly support Ethereum Classic after the fork. Hoskinson, born November 5, 1987, in Maui, Hawaii, had previously served as CEO of the Ethereum project before departing in 2014. His background spans mathematics, number theory, and cryptography.
Following the DAO fork, IOHK committed significant resources to Ethereum Classic development. IOHK's most notable contribution was the Mantis client, a Scala-based Ethereum Classic full node implementation. IOHK engineers including Nicolás Tallar (Sr. Backend Developer specializing in functional programming and distributed systems) and Mirko José Alic worked directly on the Mantis codebase. IOHK's involvement represented one of the most substantial institutional commitments to ETC's early technical development.
ETCDEV Team
One of the first dedicated development organizations for Ethereum Classic was ETCDEV, founded in 2016 and headquartered in Zug, Switzerland. Igor Artamonov served as Founder and Tech Lead of ETCDEV, assembling a global team of 14 full-time remote engineers. ETCDEV led development of several foundational ETC tools:
- Emerald Wallet—a non-custodial desktop wallet for ETC (and later Bitcoin and Ethereum)
- Emerald Explorer—a blockchain explorer
- Emerald SDK—an open-source developer toolkit for building dApps on ETC
Shane Jonas served as a JavaScript developer at ETCDEV, building the Emerald Wallet, Emerald Explorer, and Emerald SDK. Jonas later became Co-Team Lead for Tooling at ETC Labs Core. Constantine Kryvomaz contributed server-side development at ETCDEV, working on decentralized network infrastructure using Rust and Go. ETCDEV ceased operations in December 2018 due to funding constraints, but its open-source work formed the technical bedrock for subsequent development efforts.
ETC Cooperative
The ETC Cooperative (incorporated in Delaware, New York) was founded in 2017 as a nonprofit organization with the explicit mission of stewarding Ethereum Classic protocol development and supporting ecosystem growth. It is the primary institutional body currently maintaining the Ethereum Classic protocol.
Key ETC Cooperative personnel include:
-
Roy Zou—Board of Directors member (March 2020–present). Zou is also Founder of Gödel Labs, a blockchain venture studio based in China. He previously served as Advisor to the ETCDEV Team, giving him continuity across ETC's organizational history.
-
Diego L.—Core Blockchain Developer (September 2021–present), based in Buenos Aires, Argentina. With 20+ years of software engineering experience, Diego has contributed to post-quantum blockchain research, co-authoring a published paper in Nature Scientific Reports on post-quantum frameworks for blockchain networks.
-
Chris Ziogas—Former Core Blockchain Developer at both ETC Cooperative and Ethereum Classic Labs. Ziogas worked on the core-geth client, implemented
trace_*methods achieving 100% OpenEthereum/Parity compatibility, and optimized trace call performance by a factor of over 1,000x (from ~5 seconds to ~25ms). He is now Founder of OnchainProbe. -
Stevan Lohja—Served as Director of Developer Relations at ETC Cooperative (September 2020–May 2021) and previously as Tech Coordinator & Full Stack Tech Writer at ETC Labs. Lohja is currently Senior Developer Relations Engineer at Midnight Foundation.
-
Yazan Alkhoury—Director of Developer Relations at ETC Cooperative (October 2018–September 2020).
-
Kevin Lord—Community Manager at Ethereum Classic (December 2016–present) and Communications/Community Manager at ETC Cooperative (June 2020–May 2023). Lord is one of the longest-serving continuous contributors to the ETC ecosystem.
-
Anthony L.—Director at The Ethereum Classic Cooperative (February 2018–April 2019), overseeing funding programs, developer ecosystem initiatives, and international conference production.
-
Pierre-Louis Perrolaz—Member of the Advisory Board at the Ethereum Classic Foundation, with expertise in blockchain development, cloud computing, and financial accounting.
In December 2024, Bob Summerwill announced that he was stepping down as executive director, marking a leadership transition for the organization. Current development appears more distributed across independent contributors, the Cooperative, client developers, and community-led initiatives rather than being controlled by a single company.
Ethereum Classic Labs
ETC Labs was founded in 2018 and headquartered in San Francisco, California. It operated as a for-profit incubator and development accelerator for the ETC ecosystem, funding startups and protocol development teams.
Key ETC Labs personnel include:
-
Eric Yang—Chief Technology Officer at Ethereum Classic Labs (October 2018–January 2021). Yang subsequently became Managing Partner at Fundamental Labs, a Singapore-based crypto-native venture capital firm.
-
Rocio Han—Chief Strategy Officer, Asia Pacific at Ethereum Classic Labs (August 2020–February 2021), previously VP of Marketing at BigONE Exchange.
-
Luke Williams—Core Blockchain Developer at Ethereum Classic Labs (September 2020–December 2021). Williams was a primary developer and maintainer of core-geth, the dominant ETC client (running on >95% of ETC nodes). His contributions included researching and implementing MESS (Modified Exponential Subjective Scoring) to mitigate 51% attacks, proposing ECIP-1099 (which led to the Thanos hard fork lowering GPU memory requirements for mining), and coordinating hard fork upgrades. Williams is currently a Blockchain Engineer at Eigen Labs.
-
Jake Lang—Compiler Engineer at ETC Labs (December 2018–December 2019), with expertise in C, C++, Rust, WebAssembly, and virtual machines. Lang later became a Core Developer at Ethereum and is currently Co-founder/CTO at Tenbin Labs.
Community and Governance Contributors
Cody W Burns was a member of the Ethereum Classic development team from July 2016 to November 2020—one of the earliest continuous contributors. Burns contributed to the ETC-public-Works repository (114 contributions) and multi-geth. He currently serves as Senior Manager at Accenture in digital asset custody and smart contract security.
Christopher Mercer serves as Executive Steward of the Ethereum Classic DAO and as an open-source developer for Ethereum Classic. The ETC DAO represents a decentralized governance and funding mechanism for the ecosystem, focused on building Web3 infrastructure on ETC.
Daniel de Souza was among the earliest ETC contributors, describing involvement "when we were only 4," and contributed to early community building and technical evangelism.
Organizational Structure
Ethereum Classic operates without a central foundation or single controlling entity. Its organizational structure is deliberately distributed:
| Organization | Role | Status | |
|---|---|---|---|
| ETC Cooperative | Primary protocol steward, core-geth maintenance, ecosystem grants | Active | |
| ETC Labs | For-profit incubator, early protocol development | Reduced activity post-2021 | |
| ETCDEV | Original core client development (Emerald suite) | Dissolved December 2018 | |
| IOHK / Input Output | Mantis client development, early institutional support | Completed engagement | |
| Ethereum Classic DAO | Decentralized governance and development funding | Active | |
| Gödel Labs | Research and ecosystem development (China-focused) | Active |
The core-geth client—a multi-chain fork of go-ethereum—is the dominant ETC node implementation and is maintained primarily by ETC Cooperative developers. The ECIP (Ethereum Classic Improvement Proposal) process governs protocol upgrades through open community deliberation, with no single entity holding veto power over changes.
Tokenomics
Current Market Metrics
As of August 1, 2026:
- Price: $6.6841
- Market cap: $1,054,086,823
- Market rank: 78th by capitalization
- 24-hour trading volume: $36,272,077
- Circulating supply: 157,700,478 ETC
- Total supply: 157,700,906 ETC
- Fully diluted valuation: $1,054,089,684
The minimal difference between circulating and total supply indicates that nearly all ETC is already in circulation.
Supply Structure and Maximum Supply
Ethereum Classic adopted ECIP-1017, titled "Monetary Policy and Final Modification to the Ethereum Classic Emission Schedule," as its long-term monetary policy. The policy established an asymptotic maximum supply of approximately 210.7 million ETC (210,700,000 ETC).
Unlike an unlimited issuance model, ECIP-1017 reduces mining rewards by 20% at the beginning of each five-million-block era. The schedule is commonly called 5M20. This differs from Bitcoin's approximately 50% halving model because ETC uses repeated 20% reductions rather than periodic halving events.
Emission Schedule
The principal block-reward schedule is:
| Era | Block Range | Nominal Block Reward | |
|---|---|---|---|
| Era 1 | 0–5,000,000 | 5 ETC | |
| Era 2 | 5,000,001–10,000,000 | 4 ETC | |
| Era 3 | 10,000,001–15,000,000 | 3.2 ETC | |
| Era 4 | 15,000,001–20,000,000 | 2.56 ETC | |
| Era 5 | 20,000,001–25,000,000 | 2.048 ETC |
Each subsequent era reduces the prior era's reward by 20%. Because the reduction continues geometrically, the total supply approaches but does not materially exceed the approximately 210.7 million ETC upper bound. The policy was designed to provide a predictable decline in issuance while preserving a continuing mining incentive.
Distribution
Ethereum Classic did not conduct a separate initial coin offering after the 2016 split. Its initial balances reflected the Ethereum ledger inherited at the time of the fork. The early Ethereum genesis allocation included approximately 72 million ETH/ETC units, including allocations associated with the initial sale and Ethereum-related participants. Subsequent ETC issuance has primarily been distributed through Proof-of-Work mining rewards.
There is no protocol-defined venture-capital allocation, development-team treasury, or permanent foundation share in the ECIP-1017 emission schedule. Historically, development organizations have generally relied on donations, grants, sponsorships, commercial activity, and ecosystem support.
Inflation and Deflation Mechanics
ETC is not strictly deflationary by default because new coins continue to be minted through mining rewards. However, the network exhibits a declining issuance schedule that creates a deflationary tendency over time. As block rewards decrease through the 5M20 schedule, the rate of new supply creation slows progressively.
Ethereum Classic does not have a native burn mechanism in the historical monetary policy described by ECIP-1017, so its supply is best characterized as declining issuance toward a fixed cap rather than immediate absolute deflation. If issuance remains positive, the outstanding supply continues to increase, but at progressively lower rates.
The most important monetary-policy feature is the supply cap-like issuance schedule under ECIP-1017, which reduces block rewards every 5 million blocks. This creates a predictable long-term decline in new issuance, similar in spirit to Bitcoin's halving model, though implemented differently.
Consensus Mechanism and Network Security Model
Proof of Work
Ethereum Classic uses Proof of Work, in which miners expend computational resources to compete for the right to propose blocks. A valid block must satisfy the network's consensus rules, including transaction validity, state-transition correctness, and the required computational difficulty.
PoW provides ETC with:
- Permissionless block production
- Open participation for miners
- Economic resistance against arbitrary transaction censorship
- A security model based on computational expenditure rather than token ownership
- A clear relationship between mining costs, block rewards, and network security
Miners receive ETC block rewards and transaction fees. These rewards economically motivate miners to contribute hashpower and follow the canonical chain.
Etchash Mining Algorithm
Ethereum Classic originally used Ethash, the mining algorithm associated with early Ethereum. Following Ethereum's move toward Proof of Stake and a series of attacks against ETC in 2019 and 2020, the network implemented the Thanos upgrade, associated with ECIP-1099, at block 11,700,000 on November 28, 2020.
Thanos changed the DAG growth pattern and established the Etchash mining algorithm. The objective was to make ETC mining less directly dependent on the same large-DAG infrastructure used by Ethereum before its transition away from PoW and to preserve access for GPUs with more limited memory.
51% Attack History and Security Improvements
A PoW chain is vulnerable to a majority-hashrate attack if one miner or coordinated group controls more than half of the network's effective computational power. Such control can permit deep chain reorganizations and double-spending, although it does not automatically allow arbitrary theft from unrelated smart contracts or the creation of invalid balances.
Ethereum Classic suffered multiple majority-hashrate and double-spend incidents, particularly in January 2019 and August 2020. One August 2020 incident involved approximately 807,260 ETC and was estimated by Messari at roughly $5.6 million at the time.
The primary protocol response was MESS, or Modified Exponential Subjective Scoring, associated with ECIP-1100. MESS changes how nodes evaluate competing chains with unusually deep or suspicious reorganizations. It does not make a 51% attack mathematically impossible, but it makes it substantially more difficult for an attacker to replace a long-established chain history through a privately mined alternative branch.
MESS was combined with operational measures such as:
- Longer exchange confirmation requirements
- More cautious deposit and withdrawal policies
- Improved monitoring of reorganizations
- Greater coordination between exchanges, pools, and node operators
- Continued discussion of alternative consensus-security mechanisms
ECIP-1097 proposed checkpointing-based attack resistance, while ECIP-1096 explored Bitcoin merged mining as another possible security model. These proposals illustrate continuing research, but they should not be described as fully deployed consensus changes unless implementation and activation records confirm that status.
No source identified in the available 2024–2026 results documented another successful attack comparable to the 2019–2020 incidents. That record should be understood as an observed period without a reported major successful reorganization, not as proof that future attacks are impossible.
Network Characteristics
- EVM-compatible execution
- PoW block production
- Deterministic finality after sufficient confirmations
- Lower throughput than modern high-performance chains, but adequate for its smart contract design goals
- Security dependent on sustained miner participation and network hashrate
Mining Ecosystem and Hash Rate
Ethereum Classic uses the Etchash proof-of-work algorithm and remains mineable with compatible ASIC hardware. Following Ethereum's transition to proof of stake in September 2022, some displaced GPU and ASIC mining capacity moved toward ETC and other proof-of-work networks.
Available mining dashboards produced materially different real-time estimates because they use different sampling methods and update intervals:
- Kryptex reported approximately 140.36 TH/s on August 1, 2026
- Minerstat reported approximately 157.19 TH/s on the same date
- CoinWarz showed a reading around 171 TH/s in its August 1, 2026 historical table
- CoinWarz reported an estimated all-time high near 293.89 TH/s on March 23, 2025
These discrepancies are normal for network-hashrate estimates. The figures indicate that ETC maintained substantial mining participation, but also that hash rate remained volatile and below its reported 2025 peak in the cited snapshots.
A separate ETC explorer snapshot showed a block reward of approximately 2.56 ETC, an average block time near 13.4 seconds, and roughly 165 TH/s of network hash rate. Mining pools listed in that snapshot included F2Pool, 2Miners, K1Pool, and Kryptex, with F2Pool contributing the largest displayed share at that moment. Pool concentration is an important security metric because a small number of large pools can influence effective hash-rate distribution even when individual miners are geographically dispersed.
Hash rate has subsequently fluctuated according to ETC's price, mining profitability, hardware economics, and competition from networks such as Kaspa, Alephium, Ergo, and EthereumPoW.
Key Partnerships and Ecosystem Integrations
Ethereum Classic's ecosystem is more decentralized and less partnership-driven than many venture-backed blockchain projects. The most significant long-term integrations are infrastructure and organizational rather than exclusive commercial partnerships.
Infrastructure and Wallet Support
- Wallet support: Commonly supported by major wallets that handle EVM chains
- Exchange listings: Broadly listed across major centralized exchanges
- Block explorers: ETC Tokenview and other chain explorers
- Developer tooling: Compatibility with Ethereum-style tooling where EVM support exists
- RPC providers: Public and commercial endpoints that allow wallets and applications to interact with the network
- Mining pools and hardware providers: Access routes for miners securing the Etchash chain
- Custody infrastructure: Support from institutional custodians and the Grayscale Ethereum Classic Trust
Organizational Ecosystem Support
- ETC Cooperative: Development funding, upgrade coordination, infrastructure, and ecosystem support
- IOHK/Mantis: Earlier client and engineering contributions
- ETC Labs: Client development, developer support, and infrastructure initiatives
- Core-Geth: An ETC client implementation maintained within the ETC development ecosystem
- Blockscout: Public blockchain-explorer infrastructure for ETC
Stablecoin Integration
Classic USD (USC) was announced in May 2024 as a USD-denominated, fiat-backed stablecoin for the Ethereum Classic ecosystem. It was developed with Brale, a stablecoin issuance and compliance infrastructure provider. Brale's ecosystem materials list Ethereum Classic and USC among its supported blockchain and stablecoin integrations.
USC is intended to provide:
- A dollar-denominated settlement asset for ETC applications
- Liquidity for decentralized exchanges
- A medium of account for contracts and payments
- A bridge between traditional fiat-backed stablecoin infrastructure and ETC-based applications
The existence of a stablecoin integration does not by itself demonstrate large-scale adoption. Available DeFi data suggests that USC and other ETC-based stablecoin activity remained modest through the available 2026 snapshot.
The Ethereum Classic website maintains directories and resources for applications, wallets, exchanges, mining software, pools, explorers, testnets, and development tools. These listings demonstrate ecosystem availability but do not necessarily imply formal endorsement, exclusivity, or a contractual partnership.
Competitive Advantages and Unique Value Proposition
Immutability-First Philosophy
Ethereum Classic's defining advantage is its commitment to preserving the original chain after the DAO fork. It presents immutability as a governance and settlement principle: valid transactions should not be removed because a social majority dislikes their consequences.
This approach can appeal to users seeking a blockchain with a stronger resistance to discretionary reversals. It also creates a clear distinction from Ethereum, which accepted a state-changing intervention in response to the DAO exploit.
Proof-of-Work Smart Contracts
ETC combines EVM smart contracts with PoW consensus. This differentiates it from Ethereum after Ethereum's 2022 transition to Proof of Stake and from many PoW networks that do not natively support a mature EVM environment.
The model offers permissionless mining and computationally based block production while retaining access to Ethereum-derived smart-contract tooling.
Predictable Monetary Policy
ECIP-1017 provides a transparent issuance schedule and a maximum supply of approximately 210.7 million ETC. The 5M20 schedule gives market participants visibility into future issuance reductions and avoids an indefinitely expanding block subsidy.
Protocol Conservatism
Ethereum Classic generally emphasizes backward compatibility, minimized intervention, and cautious protocol evolution. Its upgrade approach uses ECIP specifications, independent client implementation, testnet validation, and coordinated mainnet activation.
This conservatism can benefit applications that value stability and predictable rules. The trade-off is that ETC may adopt new features more slowly or may decline changes that other EVM networks implement rapidly.
Long Operating History
ETC is one of the oldest smart contract blockchains still active, giving it brand recognition and historical continuity. Its continued operation since 2016 demonstrates resilience and sustained community commitment.
Limitations
The same characteristics that define ETC's value proposition also create challenges:
- Its application and DeFi ecosystem is smaller than Ethereum's
- Lower economic activity can reduce fee revenue and miner incentives
- Historical 51% attacks demonstrated the risk of minority-hashrate PoW security
- EVM compatibility does not automatically provide Ethereum-level liquidity or developer adoption
- A declining block subsidy increases the importance of transaction fees and sustainable mining economics
- Multiple development organizations can improve resilience but may also complicate coordination
Current Development Activity and Roadmap
ECIP-Based Development Process
Ethereum Classic's formal development mechanism remains the ECIP process. Proposals move through specification, review, client implementation, testing, and network activation. This process is intended to allow independent participants to assess protocol changes rather than relying on a single organization's roadmap.
The 2024 ETC roadmap emphasized maintaining EVM parity, addressing backward compatibility and account/EVM versioning, and developing tools to audit the network's actual supply.
EVM Alignment
Recent development has focused on keeping Ethereum Classic aligned with relevant Ethereum Virtual Machine standards. The ETC upgrade history identifies compatibility work spanning Ethereum improvements associated with London, Dencun, Pectra, and Fusaka-era functionality.
Alignment is not equivalent to adopting every Ethereum feature automatically. ETC evaluates changes through its own ECIP process and applies them only when the community and implementing clients support activation.
The Olympia Upgrade
The Olympia upgrade is the most significant recent roadmap initiative, proposed through ECIPs 1111–1114 in July 2025. Olympia is designed to introduce:
- EIP-1559-style fee markets, including a dynamically adjusted base fee
- EIP-3198's
BASEFEEopcode, improving compatibility with Ethereum-based tooling - A protocol-managed Olympia Treasury funded by base-fee revenue rather than by creating additional ETC
- Governance and funding mechanisms intended to support long-term core development
Unlike Ethereum, where the EIP-1559 base fee is burned, the Olympia proposal redirects the base fee to an on-chain treasury. Miner tips would continue to be paid directly to block producers. The proposal states that it is intended to preserve Ethereum Classic's proof-of-work consensus and immutability principles while improving interoperability with the broader EVM ecosystem.
As of the July 2025 draft announcement, Olympia remained subject to community review. Mordor testnet deployment was planned for the fourth quarter of 2025, while mainnet activation was targeted for the end of 2026, subject to testing, audits, ecosystem coordination, and community consensus. The ECIP specification itself listed the final activation block as still undecided. Subsequent 2025–2026 development updates described implementation and multi-client testing as ongoing rather than confirming completed mainnet activation.
Olympia-related development has involved work on multiple clients and test environments. Community updates describe:
- Reference-client implementation work based on the Fukuii project
- Testing on the Mordor testnet
- Multi-client compatibility testing involving Fukuii, Core-Geth, and Besu
- Coordination with mining pools, exchanges, custodians, node operators, and infrastructure providers before any mainnet activation
Because the Olympia proposals remain dependent on final testing and ecosystem consensus, they should be treated as a forward-looking roadmap rather than as completed protocol functionality unless a later network-wide activation announcement confirms deployment.
Broader Roadmap Themes
The broader roadmap also includes:
- Continued EVM compatibility with modern Ethereum standards
- Improved backward compatibility for account and EVM versions
- Better tooling for auditing ETC's actual circulating supply
- Continued client maintenance and release coordination
- Potential changes to block-gas-limit policy
- Improved infrastructure for developers, explorers, RPC providers, exchanges, and custodians
The 2024 roadmap published by EthereumClassic.org proposed moving Core-Geth maintenance into a community-controlled repository, addressing EVM and account-version compatibility, developing a supply-audit tool, and standardizing the block gas limit at 8 million gas. These items represented proposals rather than a fully completed implementation schedule.
Price History and Market Position
Historical Price Extremes
Ethereum Classic's historical extremes are widely recorded as:
- All-time high: approximately $176.16 in May 2021
- All-time low: approximately $0.45 in July 2016
These values reflect ETC's long market history and the volatility typical of legacy PoW assets.
Recent Price Performance
As of August 1, 2026:
- Current price: $6.6841
- 1-hour change: -0.32%
- 24-hour change: +0.16%
- 7-day change: +1.32%
Market Position
Ethereum Classic currently ranks 78th by market capitalization, placing it in the mid-cap segment of the crypto market. Its market cap is just over $1.05 billion, with moderate daily trading volume of about $36.27 million. This positioning reflects ETC's status as an established but not dominant cryptocurrency, with sufficient liquidity for trading but limited institutional adoption compared to top-tier assets.
Summary
Ethereum Classic is the original Ethereum chain continued after the 2016 DAO-related hard fork. Its identity rests on four connected properties: EVM-compatible smart contracts, Proof-of-Work security, a predictable 210.7 million ETC supply ceiling, and a strong commitment to transaction immutability.
Its ecosystem is supported by multiple organizations and open-source contributors rather than a single controlling foundation. ETC's principal competitive distinction is not maximum application activity but the combination of programmable contracts and an explicitly conservative, PoW-based, fixed-supply settlement model.
The network's continuing challenges are network-security economics, ecosystem scale, developer adoption, and the need to fund development as block-reward issuance declines. The Olympia upgrade represents an attempt to address the development-funding challenge through protocol-level mechanisms while preserving ETC's core identity.
As of August 2026, Ethereum Classic remains one of the longest-running smart contract networks and a prominent PoW alternative in the EVM landscape, with a market cap of approximately $1.05 billion, a price of $6.68, and a circulating supply of roughly 157.7 million ETC.