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

CSM doc update #440

Merged
merged 8 commits into from
Oct 28, 2024
Merged
Changes from 2 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
12 changes: 10 additions & 2 deletions docs/advanced/lido_csm.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Select `Split` for the contract type.

Add the reward addresses of all cluster members. Choose whether the contract is immutable (reccommended option), whether to sponsor the maintainers of [splits.org](https://splits.org), and optionally whether to set a distribution bounty such that third parties could pay the gas costs of distributing the accrued rewards in exchange for a small fee.

:::tip
If your cluster would like to contribute a portion of it's rewards to Obol’s 1% for Decentralization Fund, thereby earning [contributions](https://docs.obol.org/docs/faq/contributions), you can optionally add [retroactivefunding.obol.eth](https://etherscan.io/address/0xDe5aE4De36c966747Ea7DF13BD9589642e2B1D0d) to the splitter contract.
ksale001 marked this conversation as resolved.
Show resolved Hide resolved
:::

![Adding recipients](/img/CSM_walkthrough7.png)

Finally, click the **Create Split** button, execute the transaction and share the created split contract with all cluster members for review.
Expand Down Expand Up @@ -201,7 +205,7 @@ At this point, execution and consensus clients should start syncing. Charon and

CSM is launching with a whitelisted set of approved operators (Early Access). The squad member with EA should be the one to create the node through the CSM widget.

The EA member will head to [CSM Extended Mode](https://csm.testnet.fi/?mode=extended) and connect their wallet. (Note the `mode=extended` parameter.) This allows the Lido CSM reward address to be set to the split contract created earlier.
The EA member will head to [CSM Extended Mode](https://csm.lido.fi/?mode=extended) and connect their wallet. (Note the `mode=extended` parameter.) This allows the Lido CSM reward address to be set to the split contract created earlier.

![CSM Connect Wallet Modal](/img/CSM_walkthrough19.png)

Expand All @@ -221,4 +225,8 @@ The EA member clicks on the **Create Node Operator** button.

![CSM Extended Mode Settings](/img/CSM_walkthrough21.png)

Sign the transaction. The cluster is ready for deposit from Lido CSM.
Sign the transaction. The cluster is ready for deposit from Lido CSM. At this point, you're job is finished.
ksale001 marked this conversation as resolved.
Show resolved Hide resolved

:::info
ksale001 marked this conversation as resolved.
Show resolved Hide resolved
When claiming your clusters rewards, be sure to claim in either native ETH or wstETH. Rebasing tokens like stETH may not receive the incremental yield you’re expecting. More information can be found in [0xSplits documentation](https://docs.splits.org/core/split#how-it-works).
ksale001 marked this conversation as resolved.
Show resolved Hide resolved
:::
Loading