Olympia Treasury
A non-inflationary, immutable vault for Ethereum Classic protocol revenue. Receives EIP-1559 basefee, disburses funds only through on-chain governance.
Treasury Contract
0xd6165F3aF4281037bce810621F62B43077Fb0e37Treasury Overview
The on-chain vault at the center of the Olympia upgrade. Endpoint for redirected basefee. Source of funds for approved public-goods proposals.
Protocol-Controlled
Owned by protocol rules, not a multisig or legal entity. No emergency keys, no privileged upgrade paths.
Non-Inflationary
Cannot mint ETC. Holds only what it receives from basefee redirection. Monetary policy unchanged.
Immutable Code
No proxy patterns, no admin methods, no upgrade keys. Contract behavior is fixed at deployment.
Fully Transparent
All inflows, outflows, and balances visible on-chain. Anyone can audit via block explorers.
From Fees to Public Goods
A clear line of sight from transaction fees to funded public goods on Ethereum Classic.
Basefee Collected
Users submit transactions with EIP-1559-style fields (ECIP-1111). Miners receive block rewards and tips. Basefee is separated.
Treasury Accumulates
Basefee is redirected by consensus to the Treasury contract. The vault accumulates protocol revenue over time. Balance and history are public.
Proposals Submitted
Projects and contributors submit funding proposals through the process defined in ECIP-1114. Each proposal specifies recipient, amount, and milestones.
Governance Approves
The Olympia DAO (ECIP-1113) reviews, votes, and authorizes eligible proposals. Only authorized governance calls can trigger fund releases.
Core Invariants
ECIP-1112 is built around strict invariants that give the treasury its security properties and make it acceptable as a protocol-level funding mechanism.
No Minting, No Inflation
- Cannot mint ETC — only holds what it receives
- All balances derived from on-chain inflows and outflows
- ETC supply governed entirely by existing block reward schedule
Immutable Contract Code
- No upgradeable proxy patterns
- No admin-only methods to alter core logic
- Long-term predictability for all stakeholders
Protocol-Controlled, Not Multisig
- Owned by protocol rules, not a wallet or legal entity
- Wired directly into consensus rules
- No emergency key that can bypass the DAO
Minimal External Interface
- Accepts protocol-directed inflows (basefee)
- Executes payments when instructed by authorized governance
- No proposal logic, voting, or business rules in the vault
Transparent & Auditable
- Full transaction history visible via block explorers
- Simple read-only methods expose balances and history
- Supports analytics and monitoring without special access
Separation of Concerns: ECIP-1112 treats the treasury as a pure vault. All politics, preferences, and participation rules live in the governance layer (ECIP-1113/1114), not in the contract that holds funds.
Mordor Contracts
Deployed contract addresses on Mordor testnet (chain 63). Mainnet deployment follows successful testnet activation.
Activation block: 15,800,850 (~March 28, 2026)
Governance NFT
ECIP-1113PendingVoting power token for DAO participation
Governor
ECIP-1113PendingOn-chain governance and proposal execution
Timelock
ECIP-1114PendingTime-delayed execution of approved proposals
Futarchy Oracle
ECIP-1117PendingPrediction-market governance module
Governance Stages
The treasury is in Stage 1 — accumulate only. Governance layers are deployed progressively as each stage matures.
Accumulate
ActiveTreasury receives basefee deposits only. No withdrawals. Builds protocol reserve while governance layers deploy and mature.
Govern
NextDAO framework activates. NFT-weighted voting on proposals. Timelock execution of approved transfers from treasury.
Fund
PlannedFull proposal lifecycle: submit, review, vote, execute. Streaming payments with milestone-based release.
Predict
PlannedFutarchy module enables prediction-market governance. Augments traditional voting with market signals.
Optimize
PlannedSanctions defense, multi-chain bridging, and advanced allocation strategies become available.
Security Model
Security tied to Ethereum Classic itself. Node operators don't manage treasury keys — funds are controlled by protocol rules, not wallets.
Protocol Consensus
Client implementations enforce ECIP-1112 rules. Consensus ensures only authorized governance calls can move funds. Any change requires a new ECIP and network upgrade.
Contract Immutability
No proxy patterns, no admin keys, no upgrade paths. Built on OpenZeppelin v5.6. The treasury reduces reliance on trusted custodians — security depends on protocol correctness.
Sanctions Defense
Three-layer defense: OFAC screening at proposal level, transaction-level compliance checks, and emergency pause capability. Designed to satisfy regulatory requirements without compromising decentralization.