A movement to build “trustless” institutions — money, organizations, and governance — as code on a shared global computer.
code is law
0x00readme()· what this is
The rules are the rules
Ethereum/DAO culture is the attempt to run collective enterprises — investment funds, protocols, even proto-states — through code rather than boards or bylaws, so that “the rules are the rules” no matter who is in charge.
Its founding trauma — the June 2016 hack of “The DAO” and the contentious hard fork that followed — made explicit a tension the culture has never fully resolved: whether legitimacy lives in immutable code or in the social consensus of the humans who run it.
0x01unifyingPrinciple· the shared axiom
The axiom, compiled
TrustlessInstitution.solSource Verified
// SPDX-License-Identifier: code-is-lawpragmasolidity ^0.4.0;contractTrustlessInstitution {/// Money, organizations, and governance can be rebuilt as/// open, programmable code on a shared global computer —/// enabling "trustless" coordination among strangers/// without banks, firms, or states as intermediaries.functioncoordinate(address[] strangers)publicreturns (bool trust) {require(intermediary == address(0));returntrue; // no bank, no board, no state }}
0x02emit Motif· recurring signals in the log
Emitted motifs
event WorldComputerThe world computer and “code is law”.
event AutonomyThe smart contract and the autonomous organization.
event TrustlessTrustless coordination without intermediaries.
event TokenThe token as membership, money, and governance.
0x03gasUsed· why the idea replicated
Memetic forces
utopia × capital
The promise of programmable, unstoppable institutions attracted both idealists and speculators, fusing utopian and financial energy.
permissionless
Open, permissionless building let anyone ship a protocol, driving explosive experimentation.
token incentives
Token wealth created intense, self-reinforcing incentives to participate and evangelize.
0x04hardFork· the founding trauma
The chain splits
block height 1,920,000 — where “code is law” broke in two
Genesis2015 — the world computer boots
“The DAO”2016 — a code-run investment fund raises a fortune
EXPLOITThe DAO hackJune 2016 — a reentrancy bug drains the fund
ETC
the immutabilists
Ethereum Classic keeps the original chain: the code ran as written, so code is law — even the theft stands.
ETH
social consensus
The majority hard-forks to reverse the hack — proving legitimacy lived in the humans, not the bytecode.
0x05engines()· what pulled together / tore apart
Convergent & divergent forces
→ convergent · consensus
The Ethereum protocol as a common platform.
The whitepaper, forums, and Discords as coordination.
Token incentives aligning contributors.
⑂ divergent · forks
The 2016 DAO hack and the contentious fork that split the community and “code is law.”
Perpetual tension between decentralization ideals and speculation / scams.
Endless forking into rival chains and factions.
0x06governance· how the crowd runs itself
Internal dynamics
A global, online, pseudonymous community of developers, founders, and token-holders coordinating through open protocols and forums, governed by a volatile mix of code, capital, and rough consensus.
0x07deployedTo(world)· impact outside the chain
Deployed to the world
Created a new institutional substrate — and a live, contested experiment in programmable organizations and money; realized cypherpunk dreams while exposing their contradictions.
0x smart contracts0x DAOs0x DeFi0x NFTs
0x08signature· the fingerprint of the scene
Scenius signature
An open platform plus token incentives turning a global online crowd into a permissionless laboratory for new institutions.
0x09accounts[]· the signers
Key accounts
Vitalik Buterin 0xVitalik…founderFounder of Ethereum · steward of its governance
The crypto community 0x…the-crowdA pseudonymous global public of builders, founders & token-holders
Vitalik Buterin at TechCrunch Disrupt London, 8 December 2015, Copper Box Arena, London.
Photograph by John Phillips · licensed CC BY 2.0 via Wikimedia Commons.
0x0acarriers & archetypes
Mediums & archetypes
Mediums
the whitepaperthe smart contractthe DAOthe forum / Discordthe token
Archetypes
The Invisible CollegePrometheusThe Ideal City
0x0bstatus· the current state
Fate
Pending · unconfirmed
Living and turbulent; oscillating between genuine institutional innovation and speculative excess, it remains the frontier of the cypherpunk lineage.