From e3e83d8c95dec2e4c713e98f6eda7187470e2634 Mon Sep 17 00:00:00 2001 From: Matt Murray <37455908+mmurrs@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:54:21 -0400 Subject: [PATCH] Add quorum strategies section to delegation requirements Documents which strategies belong to each EigenDA quorum (ETH and EIGEN), with contract addresses and instructions to verify on-chain via the StakeRegistry on Etherscan. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../requirements/delegation-requirements.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/eigenda/operator-guides/requirements/delegation-requirements.mdx b/docs/eigenda/operator-guides/requirements/delegation-requirements.mdx index 46dff19c..e11ac938 100644 --- a/docs/eigenda/operator-guides/requirements/delegation-requirements.mdx +++ b/docs/eigenda/operator-guides/requirements/delegation-requirements.mdx @@ -30,6 +30,16 @@ EigenDA operators start by first registering as an EigenLayer operator and meeti Details about how these requirements are enforced and the process by which DA nodes join a quorum for which they are eligible can be found at the [Registration Protocol Overview](../registration-protocol.md). +## Quorum Strategies + +Each EigenDA quorum has a set of strategies that define which restaked assets count toward its stake. These are configured in the [StakeRegistry](https://etherscan.io/address/0x006124Ae7976137266feeBFb3F4D2BE4C073139D#readProxyContract). + +| Quorum | ID | Strategy | Address | +|---|---|---|---| +| ETH | 0 | Native ETH, Beacon Chain ETH, LSTs | Multiple — see [EigenLayer Strategies](https://app.eigenlayer.xyz/restake) | +| EIGEN | 1 | [bEIGEN](https://docs.eigencloud.xyz/eigenlayer/restaking/eigen-restaking) | [`0xaCB55C530…`](https://etherscan.io/address/0xaCB55C530Acdb2849e6d4f36992Cd8c9D50ED8F7) | + +To verify on-chain, open the [StakeRegistry on Etherscan](https://etherscan.io/address/0x006124Ae7976137266feeBFb3F4D2BE4C073139D#readProxyContract), go to field 19 (`strategiesPerQuorum`), enter `1` (quorum) and `0` (index), then click **Query**. ## Checking eligibility