EigenLayer — rebranded EigenCloud in 2025 — is a protocol on Ethereum that pioneered restaking: letting ETH stakers reuse their staked capital to extend Ethereum's economic security to other applications. It is stewarded by Eigen Labs and the Eigen Foundation, and governed through the EIGEN token and a council-based framework called EigenGov. What makes it worth a place in a DAO directory is not its size alone but a genuinely distinct idea about how a token can defend a network: EIGEN is designed to be socially forkable, so that a colluding majority can be slashed without the protocol ever assuming that most participants are honest.
Restaking and shared security
Ethereum's validators secure the base chain by staking ETH. Restaking lets that same staked ETH (or a liquid-staking token such as Lido's stETH) also secure additional systems — called AVSs (Actively Validated Services): oracles, data-availability layers, bridges, rollups, coprocessors. Three roles make it work. Restakers deposit ETH or LSTs and delegate. Operators run the software an AVS requires and are the parties actually slashed for misbehavior. AVSs define the work and the slashing conditions. The thesis is pooled security: a new service can rent a share of Ethereum's ~multi-billion-dollar trust set instead of bootstrapping its own token and validator set from zero. The protocol's own flagship AVS is EigenDA, a high-throughput data-availability service. (EigenLayer overview; Stage-1 mainnet launch)
Two kinds of faults — and a token you can fork
EigenLayer's most-cited innovation is its answer to faults that Ethereum's consensus cannot settle. It splits misbehavior into two classes. Objective faults are provable on-chain — a double-sign, an invalid state transition — and are punished by slashing the restaked ETH that a contract can adjudicate directly. Intersubjective faults are ones every honest observer can agree on but no contract can prove from the chain alone — an oracle reporting a price that was plainly false, say. These are backed not by ETH but by EIGEN.
The defining property is forkability. EIGEN exists in a transferable form and a staked, slashable form (bEIGEN). If a majority of EIGEN stakers collude to attest to a result the wider community agrees is wrong, the token can be forked: the ledger splits, the colluders' stake is slashed on the honest fork, and honest challengers are made whole — the market then decides which fork is canonical. Because the punishment is a social fork rather than an on-chain proof, security does not require an honest majority. This is the same backstop that once played out manually when the Steem community forked to Hive to escape a hostile stake takeover, formalized here as an explicit on-chain mechanism. Eigen Labs describes EIGEN as a "universal intersubjective work token." (Eigen Foundation docs; Nethermind: EIGEN explained)
The EIGEN token
EIGEN launched with an initial supply of 1,673,646,668.28466 — a number that spells "1-Open-Innovation" on a phone keypad — with roughly 45% allocated to the community (including a 15% stakedrop). Airdrop claims opened on 10 May 2024 while the token was still non-transferable, and EIGEN became transferable on 1 October 2024, debuting at a fully-diluted value around $6.4 billion. The staked form, bEIGEN, was upgraded in September 2024 to enable Programmatic Incentives — protocolized EIGEN rewards for stakers and operators. (Eigen Foundation: initial supply; CoinDesk: EIGEN debuts)
Slashing and Operator Sets
Slashing went live on mainnet on 17 April 2025, several years after launch and only after a deliberately staged rollout. AVSs now define custom slashing conditions and organize operators into Operator Sets, with Unique Stake allocation so a given slice of ETH is slashable by only one Operator Set at a time. Slashing is opt-in — operators are not automatically enrolled into any AVS's conditions. A later upgrade, ELIP-006 Redistributable Slashing, let AVSs repurpose slashed funds (for lending or insurance reimbursement, for example) instead of burning them. (Intro to slashing: AVS edition; eigenlayer-contracts releases)
Protocol governance (EigenGov)
Upgrades to EigenLayer's core contracts flow through ELIPs (EigenLayer Improvement Proposals), reviewed and approved by a Protocol Council introduced on 4 December 2024. The council operates a 3-of-5 Gnosis Safe — two seats for the Eigen Foundation and three independent members drawn from across the ecosystem (Sigma Prime, Unit410, and security engineer Gonçalo Sa) — and executes changes through a timelock enforcing a minimum 10-day delay on any queued transaction. Sitting above it as a backstop is a 9-of-13 Community Multisig of Ethereum-community members, who normally act as observers monitoring the council's queued actions and can intervene if something is wrong. It is an explicitly council-and-multisig model rather than open token-weighted voting — the Foundation frames it as a staged path toward decentralization, not decentralization already achieved. (Introducing the Protocol Council; Technical architecture; ELIPs repository)
EigenCloud and the 2025–2026 pivot
In 2025 the project rebranded to EigenCloud, positioning restaking-secured services — EigenDA (data availability), EigenCompute, and EigenAI — as a "verifiable cloud." The pivot came against a hard market backdrop: EIGEN fell roughly 91% across 2025, shedding about $700 million in market capitalization. On 19 December 2025 the Eigen Foundation proposed a governance overhaul to tie token value to real usage: a new Incentives Committee (Foundation and Eigen Labs representatives, ratified by the Protocol Council) would adjust emissions without slow contract upgrades, steering rewards toward "productive stake" — tokens actively securing live services under genuine slashing risk, rather than idle restaked balances — and a fee model would route about 20% of AVS reward fees, plus EigenCloud service fees, into EIGEN buybacks. (CoinDesk, Dec 2025)
How Caper approaches this
EigenLayer's headline safeguard against a colluding majority is to fork the token — it deliberately refuses to assume that most holders are honest. A caper reaches for the same distrust of a bought majority with narrower, different tools. It does not fork; instead the decisive governance factor is an earned, non-transferable record. A member's voting weight — and their treasury share at exit — is (t · v) / (V · T): their held stake t multiplied by v, soulbound proof-of-vote tokens minted one per vote and locked to the account. Stake still counts — t is a multiplier, so this is not a "your bag doesn't matter" system — but the un-buyable factor v means acquiring the float on a market does not by itself acquire control. And where EigenLayer's ultimate backstop is exit-by-fork, a caper gives every member a standing exit: redeem a pro-rata share of the treasury at any time, so even a captured vote cannot seize the value dissenters are entitled to withdraw. These mechanics are verified against the caper contract and described neutrally on the voting and execution pages.
References
- EigenCloud — project site (formerly eigenlayer.xyz).
- Eigen Foundation documentation — token, governance, and the ELIP process.
- Introducing the Protocol Council — the 3-of-5 council and community multisig.
- Key information on the initial EIGEN supply.
- Intro to slashing on EigenLayer — Operator Sets, Unique Stake, redistribution.
- eigenfoundation/ELIPs and Layr-Labs/eigenlayer-contracts — proposals and core contracts.