DApps & Smart Contracts Deep Dive
What Is DAO
How decentralized apps are built, secured, and governed.
In this lesson
- How on-chain governance works
- The risks of token voting
Key takeaways
- 1Governance often uses token-weighted voting
- 2Proposals, quorums, and timelocks structure decisions
- 3Concentrated tokens can capture governance
Lesson summary
On-chain governance turns protocol changes into public proposals and votes.
Mental model
What DAO really means
On-chain governance turns protocol changes into public proposals and votes. It creates transparency, but it does not automatically create fair representation.
Treat DAO as a tool for making a decision, not a term to memorise for its own sake.
- How on-chain governance works
- The risks of token voting
Mechanics
How to reason about DAO
Token holders or delegates vote on proposals.
Quorum and threshold rules decide what passes.
Timelocks may give users time to exit before changes execute.
The reason these steps matter in practice is simple: governance often uses token-weighted voting.
- Governance often uses token-weighted voting
- Proposals, quorums, and timelocks structure decisions
- Concentrated tokens can capture governance
Example
Seeing DAO in action
A DAO can vote to change collateral factors in a lending market, affecting how much users can borrow and when liquidations occur.
If the example only works with these exact details, you have memorised a case rather than learned DAO.
Ask what you would need to see on screen or on chain to trust a DAO outcome before you act on it.
Common mistakes
Common mistakes with DAO
Users often ignore governance until a parameter change affects them. Governance is part of protocol risk from day one.
Catch the DAO version early by asking which evidence would prove the claim, then actually looking for it.
Most costly DAO errors are not exotic; they are this ordinary shortcut repeated under time pressure.
Risk notes
Risk checks for DAO
Governance attacks, apathetic voters, whales, delegate capture, and rushed emergency proposals can shift risk quickly.
Risk in DAO grows when markets move fast, liquidity thins, or an interface hides the warning that actually matters.
None of this means avoid DAO; it means using it with eyes open and a clear exit if you are wrong.
- Know who votes.
- Check timelock length.
- Track proposals that affect risk parameters.
Practice
Turn DAO into a habit
Lock in What Is DAO by applying it once — choose a real DApps & Smart Contracts Deep Dive example and walk it through the checks below.
Write your DAO answers as specific, testable sentences; if a sceptic could not challenge them with evidence, they are still too vague.
- Know who votes.
- Check timelock length.
- Track proposals that affect risk parameters.
Review
Key terms
- On-Chain
- Data or activity recorded directly on the blockchain.
- Timelock
- A delay enforced before a privileged action executes, improving safety.
- Collateral
- Assets locked to back a loan or position.
- Governance
- How a decentralized protocol makes and enforces collective decisions.
- Quorum
- The minimum participation needed for a vote to count.
Source notes
Editorial references
These references are starting points for verifying the mechanisms, risk checks, and product context behind this lesson.
Before you continue
Can you do these?
- Know who votes.
- Check timelock length.
- Track proposals that affect risk parameters.
Related learning
Keep reading
Checkpoint
Finish this lesson
Pass the check to save progress, then continue through the track in order.
Lock in this lesson
Answer every question correctly to complete the lesson.
On-chain governance typically uses…