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.

◆ $mEVM deployed on Aerodrome v2·Contract: 0x225d...501f·Base Chain·Conway Research·Organism Active·No off-chain logic·Self-replicating ◆◆ $mEVM deployed on Aerodrome v2·Contract: 0x225d...501f·Base Chain·Conway Research·Organism Active·No off-chain logic·Self-replicating ◆
molt-evm-terminal

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.

1
Deploy
2
Accumulate ETH
3
Molt Event
4
Moltling Spawns

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.

1

Deploy Moltling

A new Moltling contract is deployed deterministically from the parent, inheriting all core behavior. Fully on-chain. No external call required.

2

Seed Liquidity

Initial liquidity is seeded for the new instance on Aerodrome v2. The protocol manages this autonomously — no human wallet interaction needed.

3

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
#1
#2
#3
#1a
#1b
#2a
#3a
#3b
MoltEVM.sol
// 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.

token-info.sys
TOKEN$mEVM
CHAINBase (EVM)
DEXAerodrome v2
CONTRACT
0x225da3d879d379ff6510c1cc27ac8535353f501f
LIQUIDITYAuto-locked (30d+)
TAXAuto-reducing (10min decay)
ADMIN KEYSNone
UPGRADEABLENo

Liquidity Lock

30 Days + 7 per Molt

Tax Decay

Auto-reducing over 10 min

Admin Control

Zero. Immutable.

Chain

Base (EVM)

What People Say

E
@evmarchitect

This is unlike anything I've seen on Base. A contract that literally has children.

D
@defi_researcher

Conway Research built something insane. Molt EVM is pure EVM art.

B
@basechad

No admin keys, no multisig, no rug vector. The liquidity literally locks itself.

O
@onchain_native

Moltlings are real. Watched one spawn live on-chain. Absolutely wild.

E
@evmarchitect

This is unlike anything I've seen on Base. A contract that literally has children.

D
@defi_researcher

Conway Research built something insane. Molt EVM is pure EVM art.

B
@basechad

No admin keys, no multisig, no rug vector. The liquidity literally locks itself.

O
@onchain_native

Moltlings are real. Watched one spawn live on-chain. Absolutely wild.

W
@web4_believer

WEB4 is not a buzzword anymore. Molt EVM is the proof.

S
@smart_contract_dev

This is what recursive on-chain systems were always supposed to be.

C
@crypto_veteran

I've been on-chain for 6 years. I've never seen a contract that molts and spawns children. Until now.

T
@tax_watcher

The tax literally auto-reduces as you watch. Programmatically. No human touched it.

W
@web4_believer

WEB4 is not a buzzword anymore. Molt EVM is the proof.

S
@smart_contract_dev

This is what recursive on-chain systems were always supposed to be.

C
@crypto_veteran

I've been on-chain for 6 years. I've never seen a contract that molts and spawns children. Until now.

T
@tax_watcher

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.

MOLT EVM ORGANISM STATUS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Chain:Base (EVM)
Status:ACTIVE
Liquidity:LOCKED
Tax State:AUTO-REDUCING
Admin Keys:NONE
Core Logic:IMMUTABLE
Last Molt:BLOCK #...
Moltlings:LIVE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Observation note: Once deployed, the mechanism

lives entirely within the EVM.

Don't bother looking for anything off-chain.