Every property enforced by Vyper. Nothing is policy.
EVMORE pairs a fixed, verifiable supply with a genuinely open distribution: 100% of tokens are mined, none are pre-allocated. Below is the full feature set — the cap, the mining algorithm, the on-chain verifier, and the roadmap — each backed by contract code you can read rather than a claim you have to trust.
Scarcity & distribution
The supply guarantees and the fairness of the launch, enforced in Vyper — not in a whitepaper.
Verifiable 21,000,000 cap
The cap is a precondition checked by the mint function before any reward is issued. There is no governance contract that can raise it, the halving schedule guarantees the supply curve asymptotes toward 21M without ever crossing it, and anyone can confirm both the current total and the ceiling by reading the contract.
Halving emission schedule
The block reward starts at 50 EVMORE and halves roughly every four years (Era boundaries), so ~50% of supply mints in the first era and the remainder asymptotes over decades. The full emission curve is deterministic and encoded once.
No premine, no ICO, no team allocation
The first block is an open KeccakCollision puzzle, identical to every block after it. The contract has no minting path other than the verified-proof path — no founder wallet, no investor unlock, no marketing reserve. The launch is credibly neutral for everyone, including the authors.
Mining & verification
How new EVMORE enters the supply, and how the chain proves each issuance is valid.
KeccakCollision proof-of-work
Miners find four 32-byte values whose Keccak-256 hashes collide on the lowest N bits. The workload is memory-bandwidth-bound, keeping consumer GPUs and modern CPUs competitive and resisting ASIC dominance.
62-line on-chain Vyper verifier
The verifier replays each candidate hash, masks the lowest N bits, and confirms ascending order and global uniqueness — four Keccak operations and a few comparisons. No off-chain validators, no trusted relayers.
Difficulty adjustment every 2,016 blocks
The collision width adjusts to hold the ~10-minute target block time as hashrate changes, mirroring Bitcoin's retarget window.
Ethereum-native & extensible
EVMORE is an ERC-20 from genesis, and its roadmap pays for itself.
Native ERC-20 from genesis
EVMORE is the token — no wrapper, no synthetic, no representation. Any wallet, AMM, lending market, vault, or analytics platform that speaks ERC-20 speaks EVMORE with zero integration work.
Self-funding multi-chain roadmap
Mining fees accumulate in a transparent on-chain treasury. Polygon bridge, multi-chain hub, and federated native mining unlock at encoded thresholds (1k / 10k / 100k EVMORE).
Audit-ready security posture
Reentrancy guards on every state-changing function, two-step ownership transfer, global solution uniqueness across epochs to block replay, and 90% test coverage across three suites.
Read the code behind every feature.
The verifier is 62 lines. The supply schedule is encoded once. See how it fits together in the architecture walkthrough, or start mining.