Crypt0's NewsCrypt0's News

Crypto history, told plainly

The DAO: crypto's first great test

In the spring of 2016, Ethereum's boldest experiment raised more money than any crowdfund in history. A month later, a flaw in its code moved a third of it. Here is what happened, how the community answered, and what the industry still carries from it.

Reviewed and current as of September 12, 2026

01The record crowdfund

In the spring of 2016, Ethereum was less than a year old, and its boldest experiment was about to begin. A team at the German startup Slock.it, led by developer Christoph Jentzsch, proposed The DAO: an investor run venture fund with every rule written in code. Anyone could send ETH to the fund, receive DAO tokens in return, and vote on which projects deserved funding. Every rule ran as open code, with votes in place of a boardroom.

The crowd answered louder than anyone expected. Over a month long creation phase in April and May, more than 11,000 participants pooled roughly 12 million ETH, worth about $150 million at the time. It was the largest crowdfund in history up to that point, and a live demonstration that open code could coordinate money at planetary scale.

02The morning the code bent

On June 17, 2016, the dream cracked. An attacker found a flaw in The DAO's split function, the routine that let members withdraw their share. The flaw was called a reentrancy bug: the contract sent out ETH before it updated its own balance book, so one request could be repeated like a cashier handing out bills from a till that still read full.

Roughly 3.6 million ETH, about a third of the fund, drained into a new contract the attacker controlled, a so called child DAO. The child DAO carried a 28 day withdrawal lock, and that pause proved precious: it gave the Ethereum community time to organize an answer. Meanwhile a volunteer crew called the White Hat Group raced to move the remaining funds into safe contracts, a rescue carried out in full view on the public ledger.

03The great debate

What should a young network do when its rules produce an outcome its people reject? One camp held that code is law: the contract had run exactly as written, and reversing it would mean the ledger could be rewritten whenever enough people wanted a do over. The other camp held that the network exists to serve its people, and leaving the funds with the attacker would poison everything being built on top.

Vitalik Buterin argued for a fork that would lock the attacker's funds, while acknowledging how weighty the arguments were on both sides. A soft fork was considered first, then set aside as too risky at the miner level. The community polled itself, the conversation stretched for weeks, and the hard fork won the momentum.

04The fork and the split

On July 20, 2016, at Block 1,920,000, Ethereum hard forked. The new chain moved the drained funds into a recovery contract where DAO token holders could claim their ETH back. Most miners, exchanges, and users followed the new chain, and it kept the name Ethereum.

Some chose a different path. They kept running the original chain, where the ledger still read the way the attack had left it. That chain carried on as Ethereum Classic, standing by the code is law principle. The one network became two, and both are still running today: a permanent reminder that a fork is always an option in an open system.

05What it built

The DAO's collapse forged the modern smart contract security industry. Formal auditing became standard practice, independent firms like Trail of Bits grew up reviewing contract code line by line, and bug bounty programs started paying researchers for finding flaws before attackers did. Simple safeguards against reentrancy are now taught in every smart contract course.

The industry also learned to design for graceful failure: limits on how much a contract holds, time locks on big withdrawals, and multi signature controls on treasuries. Ten years later, Ethereum marked the anniversary by growing a major security fund, turning the oldest lesson in crypto into a standing commitment. The money lost was real, and the return on it was an entire discipline.

06What it means for you

Every contract you interact with today inherits the DAO's hard earned lessons. Look for audits from reputable firms, check whether a project's code is public and tested, and keep an eye on bug bounty programs, since projects that invite scrutiny are projects that expect to survive it.

And remember the deeper story: a community of strangers faced an existential question, debated it openly, and rebuilt together in weeks. The technology is the easy part to admire. The willingness to learn from a disaster in public is the part that keeps the whole project moving forward.

DAO GuideCommunity run groups, explained plainlySmart Contract GuideCode that keeps its promises, the engine behind DeFiETH vs BTC GuideTwo networks, two jobs, explained plainlyScams GuideSpot tricks early and keep your coins safeAll GuidesThe full guide library, grouped by topicGlossary127 crypto terms in plain languageFAQAnswers to the questions readers ask mostNetwork StatsBitcoin by the numbers, refreshed dailyEthereum GuideETH, smart contracts, gas and Layer 2sDeFi GuideLending, DEXs and yield in plain languageStablecoins GuideSteady digital dollars, and how to chooseWhitepaper GuideThe 2008 paper that started it all, in plain wordsWallets GuideKeys, seed phrases and choosing wellLightning GuideInstant bitcoin payments with tiny feesNFT GuideWhat you own and why it mattersTaxes GuideUS basics in plain languageScams GuideSpot tricks early and keep your coins safeMyths GuideCommon Bitcoin myths, answered with factsGold GuideBitcoin and gold, compared in plain wordsETH vs BTC GuideTwo networks, two jobs, explained plainlyReading GuideHow to read a whitepaper and spot the good onesWeb3 GuideThe next web, in plain wordsDAO GuideCommunity run groups, explained plainlyDeFi Habits GuideSmart habits for exploring DeFiNode GuideRun your own node, verify the network yourselfSmart Contract GuideCode that keeps its promises, the engine behind DeFiGas Fees GuideWhat gas pays for and how to keep costs lightStaking GuidePut your coins to work on proof of stake networksLayer 2 GuideExpress lanes above Ethereum and Bitcoin, explained plainlyOrdinals GuideArt written onto Bitcoin, in plain wordsStart HereThe beginner launchpad

01What was The DAO?

The DAO was a venture fund built as Ethereum smart contracts in 2016. Members sent ETH, received voting tokens, and voted on funding proposals, with code carrying out the results. It raised about $150 million from more than 11,000 people, the largest crowdfund in history at the time.

02How much was taken in the DAO hack?

Roughly 3.6 million ETH, about a third of the fund, moved into a contract the attacker controlled on June 17, 2016. A reentrancy flaw in the withdrawal function let the attacker drain funds before the contract updated its balances. A 28 day withdrawal lock on the new contract gave the community time to respond.

03What is a reentrancy bug?

A flaw where a smart contract sends money before updating its own records. An attacker can call the same function again before the records catch up, repeating the payout like a cashier whose till still reads full. Simple ordering rules in contract code guard against it today.

04Why did the hard fork split Ethereum in two?

The fork on July 20, 2016 reversed the theft by moving the drained funds to a recovery contract. Most of the community followed the new chain, keeping the name Ethereum. Those who believed the original ledger should stand kept running the old chain, which carried on as Ethereum Classic.

05Could something like The DAO happen again?

Contract code can always carry surprises, which is why the modern answer is layers of care: independent audits, bug bounties, formal verification, limits on contract holdings, and time locked withdrawals. Read the Smart Contract Guide and the Scams Guide to see how those safeguards work for you.

← Back to Crypt0's News