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