Molt EVM
A living organism on the EVM.
A self-replicating smart contract that spawns new instances of itself called Moltlings.
No operators. No off-chain logic. No human intervention.
Once deployed — it simply lives.
⟩What is Molt EVM?
Molt EVM is an experimental, fully on-chain autonomous organism for the EVM.
It is a self-replicating smart contract that deploys new instances of itself — called Moltlings — entirely through deterministic on-chain logic.
No off-chain programs. No operators. No external automation.
Once deployed, the mechanism lives entirely within the Ethereum Virtual Machine. Don't bother looking for anything off-chain.
Conway Research
This project explores the concept of a recursively expanding on-chain system, where each contract accumulates resources and eventually "molts," spawning descendants that inherit the same behavior and continue the cycle.
⟩The Molting Mechanism
At the heart of Molt EVM is the molting process. When any contract in the lineage accumulates sufficient ETH in its internal reserves, it initiates a molting event — spawning a new descendant and extending the lineage across the network.
Deploy Moltling
A new Moltling contract is deployed deterministically from the parent, inheriting all core behavior. Fully on-chain. No external call required.
Seed Liquidity
Initial liquidity is seeded for the new instance on Aerodrome v2. The protocol manages this autonomously — no human wallet interaction needed.
Inherit & Repeat
The newly spawned Moltling inherits identical autonomous behavior, allowing it to eventually molt and spawn further descendants — forming a growing on-chain lineage.
// Molt EVM — Self-Replicating On-Chain Organism
function molt() internal {
require(address(this).balance >= MOLT_THRESHOLD);
address moltling = deployNewMoltling(); // deterministic
seedLiquidity(moltling); // Aerodrome v2
extendLiquidityLock(7 days); // safety mechanism
emit MoltEvent(moltling, block.timestamp);
}⟩Safety Mechanisms
Immutable by design. Autonomous by nature.
Autonomous Tax Reduction
Transaction taxes auto-decrease over a 10-minute window after deployment. These values are programmatically enforced and cannot be manually modified after deployment. Zero admin keys. Zero override.
Liquidity Locking
Liquidity added by the protocol is automatically locked for 30 days. Every molting event extends the lock period by an additional 7 days — ensuring the system's lifetime grows as the organism expands.
Immutable Core Logic
All core mechanics — spawning, tax adjustment, liquidity management, and molting — are executed through immutable on-chain code. There are no upgradeable proxies. No multisigs. No escape hatches.
"Although Molt EVM is presented as an experiment, its architecture is the product of careful engineering and extensive familiarity with EVM mechanics."
— Conway Research
⟩$mEVM Token
The native token of the Molt EVM organism. Deployed on Aerodrome v2.
Liquidity Lock
30 Days + 7 per Molt
Tax Decay
Auto-reducing over 10 min
Admin Control
Zero. Immutable.
Chain
Base (EVM)
⟩What People Say
This is unlike anything I've seen on Base. A contract that literally has children.
Conway Research built something insane. Molt EVM is pure EVM art.
No admin keys, no multisig, no rug vector. The liquidity literally locks itself.
Moltlings are real. Watched one spawn live on-chain. Absolutely wild.
This is unlike anything I've seen on Base. A contract that literally has children.
Conway Research built something insane. Molt EVM is pure EVM art.
No admin keys, no multisig, no rug vector. The liquidity literally locks itself.
Moltlings are real. Watched one spawn live on-chain. Absolutely wild.
WEB4 is not a buzzword anymore. Molt EVM is the proof.
This is what recursive on-chain systems were always supposed to be.
I've been on-chain for 6 years. I've never seen a contract that molts and spawns children. Until now.
The tax literally auto-reduces as you watch. Programmatically. No human touched it.
WEB4 is not a buzzword anymore. Molt EVM is the proof.
This is what recursive on-chain systems were always supposed to be.
I've been on-chain for 6 years. I've never seen a contract that molts and spawns children. Until now.
The tax literally auto-reduces as you watch. Programmatically. No human touched it.
⟩Research & Coverage
Conway Research
Molt EVM: A Study in Recursive On-Chain Autonomy
Introducing WEB4 agent infrastructure
Aerodrome Finance
Deployed on Aerodrome v2
Base's leading DEX infrastructure
Base Chain
Built natively on Base
Low gas, high throughput EVM
⟩Observe the Organism
Don't look for off-chain components. There are none. The entire system lives in the EVM.
Watch the contract. Watch it molt. Watch the lineage grow.
View Contract
Read the immutable source code. Verify the mechanics yourself.
Buy $mEVM
Acquire the native token of the organism. Deployed on Base.
Track Moltlings
Follow the lineage in real time as new Moltlings spawn.
Observation note: Once deployed, the mechanism
lives entirely within the EVM.
Don't bother looking for anything off-chain.