feat: add edf to docs - #962
Open
chasingrainbows wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new Execution Delegation Framework (EDF) operator documentation to the guides section, covering setup, key custody requirements, and rotation/incident procedures.
Changes:
- Adds an “Execution Delegation Framework” category to the Guides sidebar.
- Introduces an EDF Operator Guide covering multisig setup, DelegationContract deployment/verification, monitoring, and Oracle/Council daemon configuration.
- Adds EDF rotation/incident runbook and a draft operator key-custody policy.
Reviewed changes
Copilot reviewed 4 out of 14 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| sidebars.js | Adds an EDF guides category and links the new EDF docs into navigation. |
| docs/guides/edf/edf-operator-guide.md | New end-to-end operator setup guide for EDF (multisig, deployment, monitoring, daemon config). |
| docs/guides/edf/edf-rotation-and-incidents.md | New runbook for routine rotations and emergency revocation/termination. |
| docs/guides/edf/key-custody-policy-for-edf-operators.md | New draft key custody policy for EDF owner/delegate keys, rotation cadence, and incident response. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| **Applies to:** Operators of permissioned roles behind an EDF `DelegationContract` | ||
|
|
||
| **Maintained:** On the Lido research forum; may be revised without a protocol change |
| Target: **within 30 minutes** of detection. Hard limit: **4 hours**. | ||
|
|
||
| It takes effect immediately and cancels any rotation in flight. | ||
| 2. **Notify** the Lido security contact — Telegram **@Vorobushek2004** and **@chasingrainbow** — and |
|
|
||
| 2. **Notify security and operators.** | ||
|
|
||
| Notify the Lido contributors’ security contact — Telegram **@Vorobushek2004** and **@chasingrainbow** — and the operators’ coordination channel as soon as the revocation transaction is sent. Include: |
eddort
reviewed
Aug 6, 2026
| | Network | `DelegationFactory` address | | ||
| | --- | --- | | ||
| | Ethereum mainnet | _TBD — will be published before the migration_ | | ||
| | Hoodi | [`0x84Ba66ad82E7C6edf11Db8143B17c263Ec19CeD5`](https://hoodi.etherscan.io/address/0x84Ba66ad82E7C6edf11Db8143B17c263Ec19CeD5#code) | |
Member
There was a problem hiding this comment.
| Hoodi | 0x76Af23C7e71004038BeE4a1ceba8c441f4cA239b |
The contract repository indicates a different hoodi address.
eddort
reviewed
Aug 6, 2026
|
|
||
| | Variable | Value | | ||
| | --- | --- | | ||
| | `DELEGATION_CONTRACT_ADDRESS` | Your `DelegationContract` address. Config validation **fails at startup** if it is empty or not a valid address — even while the DSM is still on v3/v4. | |
Member
There was a problem hiding this comment.
v4 only; support for v3 has been removed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please, go through these steps before you request a review:
📝 Describe your changes
🔎 Attach a source of truth or evidence that allows reviewers to confirm the changes independently