Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading