Definition:
Aragon is one of the original and most comprehensive DAO infrastructure platforms, providing smart contract frameworks, governance plugins, and no-code tooling for creating and operating decentralized autonomous organizations on EVM-compatible chains — having launched in 2017 and evolved through multiple architectures (Aragon Classic, Aragon Court, Aragon OSx) into a modular, open-source governance stack adopted by hundreds of DAOs and protocols. Aragon pioneered many DAO primitive concepts including on-chain voting, aragonOS permission management, and decentralized dispute resolution via Aragon Court.
History and Evolution
2017 — Aragon v1 (Classic)
Aragon launched with a vision of “freedom to organize” — creating code-based organizations immune to geographic jurisdiction. Aragon v1 provided:
- Template-based DAO creation (Token Manager, Voting, Finance, Agent apps)
- aragonOS permission system: ACL (Access Control List) for on-chain permission management
- aragonUI: standard frontend components for DAO interfaces
2019–2021 — Aragon Court
Aragon Court was a decentralized dispute resolution system:
- Junior courts for resolving DAO disputes that smart contracts can’t adjudicate
- Jurors staked ANJ (Aragon Court token) to participate
- Cases resolved by randomly selected juror panels
- Aragon Court was eventually deprecated due to low usage
2022–2024 — Aragon OSx
Aragon rebuilt from scratch on a plugin-based architecture:
- Minimal DAO core (stores permissions, metadata)
- All features (voting, token management, treasury) implemented as plugins
- Separation of DAO logic from governance logic
- Significant improvements in gas efficiency and upgradeability
Aragon OSx Architecture
DAO Core:
A minimal contract that stores:
- Plugin registry (which governance/utility plugins are installed)
- Permission manager (who can call which functions)
- DAO metadata (IPFS-linked)
Plugin System:
All functionality is modular:
| Plugin Type | Examples |
|---|---|
| Voting | Token Voting, Multisig, Optimistic Voting |
| Execution | Timelock, DAO Agent |
| Utility | Token Manager, ENS resolver |
Plugins are audited, composable, and can be upgraded or swapped without migrating the DAO.
Permission Manager:
Aragon’s unique strength — a granular on-chain permission system that controls exactly who can call what on which contract. Permissions are granted by the DAO itself or by other authorized parties.
ANT Token (Aragon Network Token)
ANT is Aragon’s primary token:
- ERC-20 on Ethereum
- Originally used for Aragon Court staking, then governance
- Aragon DAO (the company’s governance DAO) is controlled by ANT holders
- ANT holders voted on major decisions including the controversial dissolution vote in 2023
The 2023 Dissolution Controversy:
In 2023, the Aragon Association attempted to dissolve the Aragon Project DAO and return treasury funds to the Association. A large ANT holder coalition pushed back, leading to a contentious governance battle and ultimately a fork of governance and treasury. This episode became a landmark case study in DAO governance failures and the tension between foundations and token holders.
Comparative Position
| Framework | Governance | Flexibility | Multi-chain | Gas Efficiency |
|---|---|---|---|---|
| Aragon OSx | Plugin-based | Very high | Yes | Good |
| OpenZeppelin Governor | Module-based | High | Yes (deploy anywhere) | Good |
| Nouns DAO contracts | Fixed | Low | No | Low (custom) |
| Tally | Interface for OZ/Bravo | N/A | Yes | N/A |
DAOs Built on Aragon
| DAO | Use Case |
|---|---|
| Lido DAO | Early governance on Aragon |
| Decentraland | MANA governance via Aragon |
| API3 | DAO governance and insurance pool |
| Aragon ANT holders | Aragon’s own governance |
Many early DeFi and NFT DAOs launched on Aragon v1 before migrating as the ecosystem matured.
Aragon App and No-Code Tooling
The Aragon App (app.aragon.org) provides:
- No-code DAO creation with plugin selection
- Treasury viewing and management interface
- Proposal creation and voting UI
- Governance analytics
Social Media Sentiment
Aragon receives attention in the DAO infrastructure community and Ethereum governance circles. The 2023 governance crisis — where the Aragon Association attempted to reclaim treasury funds from ANT holders — became a landmark case study widely discussed on X/Twitter and r/ethereum. Critics used the incident to argue that most “DAOs” retain centralized control via foundations. Aragon supporters argue the OSx rebrand represents genuine progress. The episode is frequently cited in discussions about DAO legal structures, governance design, and the tension between foundations and token holders.
Last updated: 2026-04
Related Terms
See Also
Sources
- Aragon Documentation — Official developer docs for Aragon OSx.
- Aragon App — No-code DAO creation and management interface.
- Aragon GitHub — Open-source Aragon OSx contracts and plugins.
- Aragon Blog — Historical context, ANT governance updates, and protocol evolution.
Last updated: 2026-04