Knowledge base
HomeCapersWiki homeEssays
How Caper worksFoundationsRaising & marketsGovernanceEditorial policyHelpGeneral referenceDAOsDAO governance & toolingDecentralized scienceEconomics
  1. Wiki
  2. /
  3. DAO governance & tooling
  4. /
  5. Tooling
  6. /
  7. Frameworks & launch
  8. /
  9. Aragon

PreviousAgoraNextAutonomous agents as DAO members
MANIFESTO · CAPER / OWN THE GAME
An organization that raises and deploys its own capital. A market that never closes. Governance that can't be captured.
TermsPrivacy
Σ TVL:√3M|24H VOL:√0|CAPERS:14
LAUNCHGOVERN

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, summarised below and told in full on Aragon DAO. (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. That decision followed an eighteen-month dispute over a treasury transfer ANT holders had already voted for, which the association halted in May 2023 after activist buyers assembled a majority — the sequence, and both sides' accounts of it, are documented on Aragon DAO. Of the ANT in circulation, 87% was ultimately redeemed across just 2,670 redemptions, paying out 75,093.99 ETH (Aragon's final report). 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)

What Aragon actually ships now (2025–2026)

Describing Aragon as the maintainer of a DAO framework understates where the product went after the wind-down. Its work since 2025 has concentrated on governance that sits inside other protocols' security models rather than on standalone DAO creation.

Guardians. Aragon Guardians is a veto layer built on OSx: a protective role that lets a community or a set of trusted actors block a malicious proposal, an exploit or a buggy upgrade before it lands. It is used by MetaMorpho curators and by DeFi protocols including Steakhouse Financial, Hyperithm, MEV Capital and Re7 Labs. In October 2025 the Ethereum Foundation disclosed that it holds 2,400 ETH and roughly $6M in stablecoins in Morpho yield-bearing vaults safeguarded by Aragon Guardians and the Aragon TokenVoting plugin.

LockToVote and Guardians v2. Released in September 2025 alongside Morpho Vaults v2, the LockToVote plugin lets any ERC-20 be used for governance without being a purpose-built governance token: holders lock tokens into a LockManager contract, the locked balance becomes voting power, locked tokens are non-transferable so the same balance cannot vote twice from two addresses, and unlocking resets voting power to zero. The design keeps tokens liquid for trading or collateral right up to the moment a decision is live, and gives vault depositors a real-time veto over curator actions. It is currently available to whitelisted projects only.

Policy plugins. In January 2026 Aragon set out a direction it summarises as "the art of not governing": a class of plugins that, unlike governance plugins, execute without requiring input, applying a rule configured once to a bounded and known action type. The argument is that proposal-based governance treats every action as an onchain referendum, and that recurring operations such as payroll, vendor top-ups and rebalancing do not need human intent re-encoded each time (Beyond Proposals Pt. I). The cost side of that argument is on who pays to execute a passed proposal.

Private voting. In June 2026 Aragon shipped an implementation of CRISP with Interfold, producing verifiable secret ballots where votes stay private and the result can be verified publicly without trusting a single tallying authority.

Verification and identity tooling. Two June 2026 releases sit beside the governance plugins rather than inside them. EVM Mirror (15 June 2026) addresses the gap between the Git commit an auditor read and the bytecode users actually transact with: it compares a block explorer's verified source against a checkout, package or artifact the reader already trusts. Aragon built it because it deploys across more than fifteen chains and sits as an independent signer on other protocols' security councils, and it names Lido's DiffyScan as the prior art it outgrew. Onchain Profiles (5 June 2026) attaches a public identity to a governance address. The verification problem is the same one this wiki treats under DAO metrics and analytics: an address is not a deployment, and a deployment is not the code that was reviewed.

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 it is no longer 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. What replaced it is narrower and more specific than "a DAO framework": OSx as a neutral execution environment, and a plugin catalogue sold into protocols that need a governance or veto layer around assets they already hold. Both aragon.org and the OSx app are live. The blog published seven times between January and June 2026 and has been quiet since; its most recent post is dated 30 June 2026 (checked 2 September 2026), so the shipping cadence below is a record of the first half of the year rather than of the present quarter.

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.
Part of a series onThe DAO tooling stack
CategoryDAO framework
Launched2016 — one of the earliest DAO frameworks
Current stackAragon OSx (2023): modular permission manager + governance plugins
TokenANT — Aragon Association dissolved 2024; ANT redemption closed 2 Nov 2024, unredeemed ANT burnt
Historically poweredOn-chain governance for early DAOs including Curve and Lido
Sitearagon.org · docs
RelatedAragon DAO, Governance models, Snapshot, Safe, Juicebox