The thesis
The two dominant "digital gold" propositions in 2026 are Bitcoin and wrapped representations of physical gold. Both have problems for the Ethereum-native investor. Bitcoin is mineable and uncapped-by-trust, but it is foreign to the EVM: to use it inside DeFi you wrap it, and wrapping reintroduces the custodian you were trying to escape. Tokenised physical gold (PAXG and peers) lives natively on Ethereum, but it requires you to trust a regulated trust company and an attestation report.
EVMORE rejects both compromises. It is fair-launched proof-of-work, like Bitcoin. It is native ERC-20, like PAXG. It needs no custodian, no wrapping, and no bridge to enter the Ethereum DeFi stack. The supply schedule is enforced in Vyper. The mining algorithm is verified in Vyper. The cap is enforced in Vyper. Nothing about the asset's monetary policy lives in a foundation, a multisig, or an off-chain whitepaper.
Why proof-of-work
Proof-of-work matters here because it is the only known mechanism that produces an asset whose distribution does not require anyone to allocate it. There is no pre-distribution event because there is no entity privileged to distribute. The first block is identical to the millionth block: solve a KeccakCollision puzzle, prove it on-chain, receive the reward.
We chose KeccakCollision -- a memory-hard collision search over Keccak-256 -- specifically because it resists ASIC dominance. The mining workload is bandwidth-bound on random memory access. The hardware that wins is the hardware most participants already own (GPUs and modern CPUs), not the hardware a single foundry has been commissioned to build.
We also chose Keccak-256 because it is the Ethereum-native hash function. The verifier contract is exactly the size it needs to be: 62 lines of Vyper, four hash operations, a mask, a comparison, a uniqueness check.
Why self-funding
EVMORE's multi-chain roadmap is funded by the mining treasury alone. There is no foundation balance, no investor round to draw down, and no off-chain bank account holding capital. The Polygon bridge, the multi-chain hub, and federated mining each have on-chain treasury thresholds (1,000 / 10,000 / 100,000 EVMORE) that gate their deployment. Each stage unlocks deterministically when mining has paid for it.
This is a slower roadmap than a VC-funded protocol can run. It is also a roadmap that cannot be cancelled, accelerated, or steered by anyone other than the contracts. We think that is a feature.
What we are not
- Not a security. No common enterprise expecting profits from the efforts of others; no central seller; no marketing reserve. Just open-source software and a fair-launch protocol.
- Not a stablecoin. EVMORE has its own monetary policy and its own price discovery. It tracks no underlying asset.
- Not a privacy coin. All transfers and mining events are transparent on the Ethereum block explorer.
- Not a wrapped representation. The EVMORE ERC-20 is the asset, not a claim on something else.
- Not a governance token. There is no governance contract. There is no vote. The monetary parameters are encoded once and never modified.
The contributors
The codebase is maintained under the cryptuon umbrella as a community open-source project. Contributions arrive across Vyper contracts, GPU/CPU miner builds, the Vue 3 reference dashboard, documentation, and security review. The contributor list is the git log; the funding source is mining.
Get involved
Read the contracts: github.com/cryptuon/evmore. Run the test suite. Run the miner. File an issue when you find one. Open a pull request when you fix one.