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

Add Lido doc #407

Merged
merged 3 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
62 changes: 62 additions & 0 deletions docs/user/staking/ethereum/lsd-pools/lido.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Lido

---

### **Lido Overview**

Lido is a liquid staking solution for Ethereum. It allows users to stake their ETH while participating in on-chain activities, such as lending, to compound returns. Lido provides a seamless and secure staking experience for users and **node operators**. A Node Operator contributes to this module by running infrastructure. The module was designed for solo stakers and community stakers, providing them with the unique ability of becoming Ethereum validator with way less than 32 ETH and one of the friendliest UX possible, but may be utilized by anyone, including professional operators.

**Where dappnode comes in?** Dappnode provides an easy-to-use interface for setting up a node operator for Lido. The process involves creating keystores, setting up the infrastructure, uploading the keystores, and depositing to create your node operator.

---

### **Package Key Features**
Marketen marked this conversation as resolved.
Show resolved Hide resolved

- **DAO Governance**: Governed by a DAO to ensure decentralization and security.
- **Community Staking Module**: Enables the community to participate as node operators staking on behalf of the DAO with way less than the 32 ETH required for solo staking.

---

### **First Steps to create a Node Operator in Dappnode**

1. **Create the Keystores**: Generate keystores for the desired number of validators (each keystore equals 32 ETH). The keystores must be created with the withdrawal credential of Lido:
pablomendezroyo marked this conversation as resolved.
Show resolved Hide resolved
- Holesky: `0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8`.
- Ethereum: comming soon.
- Use official tools like the [Wagyu Key Gen Tool](https://wagyu.gg/) to create the keystores. This step is crucial and mandatory.

2. **Set up the Infrastructure**:
- Navigate to [Dappnode Staking for Ethereum](http://my.dappnode/staking/ethereum) or [Dappnode Staking for Holesky](http://my.dappnode/staking/holesky).
- Select your desired execution and consensus clients.
- Choose Web3signer to upload the keystores.
- Configure MEV Boost with as many relays as possible.
Marketen marked this conversation as resolved.
Show resolved Hide resolved

:::warning
It is mandatory to choose at least one relay to ensure the node operator does not propose vanila blocks. When uploading the keystores with tag "lido" this requirement will be automatically checked.
:::

3. **Upload the Keystores**:
- Go to the Web3signer UI for [Ethereum](http://brain.web3signer.dappnode) or [Holesky](http://brain.web3signer-holesky.dappnode).
- Upload the keystores and tag them with "lido".
- The fee recipient will be automatically set to `0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8` for Holesky and is not editable.
pablomendezroyo marked this conversation as resolved.
Show resolved Hide resolved

4. **Deposit to Create Your Node Operator**:
- Navigate to the [Lido Deposit UI](https://csm-devnet.vercel.app/) (or do it locally directly from your dappnode installing [this package](http://my.dappnode/installer/dnp/)!) and complete the deposit process.
- Your node operator setup is now complete!

5. **Manage Your Node Operator performance in Dappnode (coming soon)**: dappnode will provide a dashboard to monitor the performance of your node operator by aggregating data from the operator itself and the dappnode host machine, allowing Node operators to monitor their performance and take action if needed to ensure the best possible performance, acting as professional operators.

---

### **FAQs**

<details>
<summary>Where can I track the performance of validator as Node Operator?</summary>
Dappnode will provide you a UI in form of a dappnode pacakge where you will be able to track the performance of your validator as Node Operator taking advantage of the data provided by the operator itself and the dappnode host machine.
</details>

---

Refer to the Lido documentation for the Community Staking Module for more details:
Marketen marked this conversation as resolved.
Show resolved Hide resolved

- [Lido Community Staking Overview](https://blog.lido.fi/lido-community-staking-an-overview/)
- [Lido Community Staking Module](https://operatorportal.lido.fi/modules/community-staking-module#block-d3ad2b2bd3994a06b19dccc0794ac8d6)
15 changes: 10 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ const sidebars = {
type: "category",
label: "LSD Pools",
items: [
{
type: "doc",
label: "Lido",
id: "user/staking/ethereum/lsd-pools/lido",
},
{
type: "doc",
label: "Rocketpool",
Expand Down Expand Up @@ -235,17 +240,17 @@ const sidebars = {
type: "category",
label: "Packages",
items: [
{
{
type: "doc",
label: "Understanding Dappnode Packages",
id: "user/packages/understanding-dappnode-packages",
},
{
},
{
type: "doc",
label: "Packages' signature",
id: "user/packages/signature",
},
{
},
{
type: "doc",
label: "DMS",
id: "user/packages/dms",
Expand Down
15 changes: 15 additions & 0 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,21 @@ const FeatureList: FeatureItem[] = [
),
url: "/docs/user/videos-and-tutorials/driving-school/initial-setup",
},
{
title: "Lido CSM",
Image: require("@site/static/img/lido-csm.jpeg").default,
description: (
<>
Community Staking Module (CSM) will most likely be the third Lido on
Ethereum module after the Curated Module and Simple DVT, and the first
to offer permissionless entry allowing community stakers to operate
validators by providing an ETH-based bond. Dappnode facilitates this
process by providing a user-friendly interface for community stakers to
stake on Ethereum and Holesky as node operators.
</>
),
url: "/docs/user/staking/ethereum/lsd-pools/lido",
},
{
title: "Rocketpool",
Image: require("@site/static/img/rocketpool.png").default,
Expand Down
Binary file added static/img/lido-csm.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading