ENS (Ethereum Name Service)
Noms de domaine décentralisés.
Governance Types: 1. Token-based (1 token = 1 vote). 2. Reputation-based. 3. Quadratic Voting. Infrastructure: Gnosis Safe (Multi-sig), Snapshot (Off-chain voting), Tally/Aragon (On-chain governance). Notable Cases: MakerDAO (DAI stability), Uniswap (DEX upgrades), Gitcoin (Public goods funding).
graph LR
Center["ENS (Ethereum Name Service)"]:::main
Rel_on_chain_identity_management["on-chain-identity-management"]:::related -.-> Center
click Rel_on_chain_identity_management "/terms/on-chain-identity-management"
Rel_the_graph["the-graph"]:::related -.-> Center
click Rel_the_graph "/terms/the-graph"
Rel_ethereum["ethereum"]:::related -.-> Center
click Rel_ethereum "/terms/ethereum"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Explique-moi comme si j'avais 5 ans
Imagine a soda vending machine that doesn't belong to any company. Instead, 100 people own it. They all have a special coin that lets them vote on what drinks to stock and how much they should cost. If the majority votes for 'Orange Soda', the machine automatically orders it. No one can steal the money because it’s locked inside a digital safe that only opens when the group agrees. This is a [DAO](/fr/terms/dao)—a community that runs itself using fair, pre-set rules.
🤓 Expert Deep Dive
Technically, [DAO governance](/fr/terms/dao-governance) models vary from 'Simple Majority' to 'Quadratic Voting' and 'Holographic Consensus'. Most advanced DAOs use a 'Governor Contract' (often based on OpenZeppelin standards) which includes a 'Voting Delay' and a 'Timelock'. The timelock is critical for security; it ensures that even after a vote passes, there is an 48-72 hour waiting period before execution, allowing users who disagree to exit the system (ragequit). A major challenge is 'Governance Extraction' or 'Whale Attacks', where a single large holder can manipulate votes. To counter this, some DAOs move toward 'Optimistic Governance', where actions are approved unless someone 'Vetoes' them. The future of DAOs involves 'Service DAOs' (on-chain agencies) and 'Investment DAOs' (decentralized VC funds), but legal recognition and 'Limited Liability' remain complex jurisdictional hurdles.