Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a screenshot image to the CSM Page #435

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
24 changes: 24 additions & 0 deletions docs/advanced/lido_csm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
sidebar_position: 5
description: Create a DV within Lido CSM
---
# Create a DV within Lido CSM

## Setup on Obol Launchpad

You can use the [Obol Launchpad](../dvl/intro.md) to configure a DV for use within Lido's Community Staking Module (CSM). From within the configuration page of the launchpad:

1. Set the `validators` field to 1
(only 1 CSM validator can be deployed per cluster via the launchpad. For multi-validator deployments, use the SDK).
2. Set `withdrawal configuration` to `custom`.
3. Set the `Withdrawal address` set to Lido’s *Withdrawal Vault* address, as per [Lido’s documentation](https://docs.lido.fi/deployed-contracts/holesky/).
- On Holesky, this is `0xF0179dEC45a37423EAD4FaD5fCb136197872EAd9`
- On Mainnet, this is `0xb9d7934878b5fb9610b3fe8a5e441e8fad7e293f`

4. Set the `fee recipient` to Lido’s *Execution Layer Rewards Vault* address, as per [Lido’s documentation](https://docs.lido.fi/deployed-contracts/holesky/).
- On Holesky, this is `0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8`
- On Mainnet, this is `0x388C818CA8B9251b393131C08a736A67ccB19297`

<img src="/img/CSMConfig.png" alt="CSM Config on Holesky" />

Once all operators sign the cluster configuration, the next step is the distributed key generation. If you are not planning on operating a node, and were only configuring the cluster for the operators, your journey ends here. But if you are one of the cluster operators, continue to Step 3 of the [Quickstart](../start/quickstart_group.mdx#step-3-run-the-distributed-key-generation-dkg-ceremony)
2 changes: 1 addition & 1 deletion docs/advanced/test-command.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 6
description: Test the performance of a candidate Distributed Validator Cluster setup.
---

Expand Down
8 changes: 1 addition & 7 deletions docs/start/quickstart_group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,7 @@ For Step 2, select the "Creator" tab if you are coordinating the creation of the
<TabItem value="Launchpad" label="Launchpad" default>
<p>
You will use the Launchpad to create an invitation, and share it with
the operators.
<br />
This video shows the flow within the{" "}
<a href="/docs/dvl/intro#dv-launchpad-links" target="_blank">
DV Launchpad
</a>
:
the operators. This video shows the flow within the [DV Launchpad](../dvl/intro.md)
</p>
<p align="center">
<iframe
Expand Down
Binary file added static/img/CSMConfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.