Aragon is one of the oldest and most influential DAO frameworks — infrastructure for deploying an organization whose rules, membership and treasury live entirely on-chain. Launched in 2016, it let non-programmers spin up a DAO with token voting, a treasury and upgradeable permissions, and it underpinned the early on-chain governance of major protocols including Curve and Lido. Its more recent history is also a cautionary tale about token-governed foundations, which the wiki records honestly below. (Aragon)
aragonOS and the Aragon client
The original stack — aragonOS plus the Aragon client — modelled a DAO as a set of on-chain apps (voting, tokens, finance, permissions) wired together through a central access-control list. Its defining idea was upgradeable, granular permissions: every action a DAO could take was a permission that could be granted to an address, a token vote, or another app, so an organization's power structure was itself programmable. This made Aragon a natural home for protocol DAOs that needed to hand contract control to a token vote.
Aragon OSx
In 2023 Aragon shipped a ground-up rewrite, Aragon OSx, built around a lean permission-management core and a plugin architecture: governance mechanisms (token voting, multisig, optimistic, admin) are installed as swappable plugins rather than baked in, so a DAO can evolve its own rules over time. OSx is deployed on Ethereum, Polygon and other EVM chains and is the framework Aragon actively maintains today. (Aragon: A New Chapter)
The 2024 pivot: Association dissolution and ANT redemption
In November 2023 the Aragon Association announced it would dissolve, wind down token-based governance of its treasury, and refocus as a product-oriented team building OSx. Rather than transfer the treasury to a DAO, it returned it to token holders: an autonomous redemption contract, funded with 86,343 ETH, let ANT be redeemed at a fixed 0.0025376 ETH per ANT through 2 November 2024, after which unredeemed ANT was burnt and remaining ETH passed to the successor structure. It is one of the most-cited examples of a major project concluding that a large token-governed foundation treasury was more liability than asset. (A New Chapter for the Aragon Project)
Legacy and current status
Aragon's lasting contribution is architectural: the notion that a DAO is a permission system with pluggable governance, and that those permissions should be upgradeable, runs through much of the tooling that followed. As a live product, Aragon today is a focused engineering effort maintaining OSx and its no-code app rather than the token-governed network it once was — a distinction the wiki keeps clear because older third-party descriptions still present the ANT-governed Aragon Network that no longer exists.
How Caper approaches this
Aragon is a general framework you assemble a DAO from; Caper is a purpose-built protocol with the governance, treasury and exit rules already fixed. The two sit at opposite ends of a real trade-off — Aragon's plugins maximize configurability, Caper's fixed rules minimize the surface a caper's members have to trust or re-litigate. Aragon's Association wind-down is also a pointed argument for Caper's stance that treasury claims should be an on-chain member right (redeemable at exit) rather than something a foundation decides how to return.
References
- Aragon, A New Chapter for the Aragon Project.
- Aragon, Aragon OSx documentation.
- Aragon, aragon.org.