From c15b1d17ae195481fda6b2d39af436593db949c6 Mon Sep 17 00:00:00 2001 From: pablomendezroyo Date: Thu, 4 Jul 2024 12:04:19 +0200 Subject: [PATCH 1/3] add lido doc --- docs/user/staking/ethereum/lsd-pools/lido.md | 62 +++++++++++++++++++ sidebars.js | 15 +++-- src/components/HomepageFeatures/index.tsx | 15 +++++ static/img/lido-csm.jpeg | Bin 0 -> 3730 bytes 4 files changed, 87 insertions(+), 5 deletions(-) create mode 100644 docs/user/staking/ethereum/lsd-pools/lido.md create mode 100644 static/img/lido-csm.jpeg diff --git a/docs/user/staking/ethereum/lsd-pools/lido.md b/docs/user/staking/ethereum/lsd-pools/lido.md new file mode 100644 index 000000000..4aa64ce87 --- /dev/null +++ b/docs/user/staking/ethereum/lsd-pools/lido.md @@ -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** + +- **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: + - 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. + + :::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. + +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** + +
+Where can I track the performance of validator as Node Operator? +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. +
+ +--- + +Refer to the Lido documentation for the Community Staking Module for more details: + +- [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) diff --git a/sidebars.js b/sidebars.js index 961808968..1e2109570 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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", @@ -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", diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index e28442439..7ba7cabe3 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -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, diff --git a/static/img/lido-csm.jpeg b/static/img/lido-csm.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..9d1b3450b55b0b4cb10483519709f3f2d1cc89b1 GIT binary patch literal 3730 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 Date: Fri, 5 Jul 2024 08:47:56 +0200 Subject: [PATCH 2/3] expand lido docs (#409) --- docs/user/staking/ethereum/lsd-pools/lido.md | 52 ++++++++++++++------ 1 file changed, 37 insertions(+), 15 deletions(-) diff --git a/docs/user/staking/ethereum/lsd-pools/lido.md b/docs/user/staking/ethereum/lsd-pools/lido.md index 4aa64ce87..fbbacc7f2 100644 --- a/docs/user/staking/ethereum/lsd-pools/lido.md +++ b/docs/user/staking/ethereum/lsd-pools/lido.md @@ -4,25 +4,41 @@ ### **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. +Lido is a **liquid staking** solution for Ethereum that addresses the liquidity issues of traditional staking. Instead of locking up assets and losing access to them, users can stake through Lido and receive liquid tokens. These tokens retain the value of the staked assets and can be used elsewhere while still earning staking rewards. -**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. +Ethereum plays a significant role in the Lido ecosystem, with more than [9 million ETH](https://lido.fi/ethereum) staked through the platform. Lido stakes these assets on behalf of the users, who receive stETH in return. A set of permissioned **node operators** are responsible for managing the staking infrastructure. + +Recently, Lido introduced the **Community Staking Module** (CSM), the first Lido Ethereum module with a **permissionless entry**. By first providing an ETH-based bond, anyone can now become a node operator by running validators in the Lido protocol. 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. + +:::info +Becoming a Lido Node Operator is recommended for users with some experience in running validators. The process requires a basic understanding of the Ethereum network and the Lido protocol. If you are new to staking, we recommend setting up a validator on the Testnet first to familiarize yourself with the process, see [Staking on the Ethereum Testnet](/docs/user/staking/ethereum/solo/holesky.md). +::: + +--- + +### **Become a Lido Node Operator with Dappnode** + +**Dappnode** provides an easy-to-use and intuitive interface for most of the infrastructure needed to become a Lido Node Operator. The process is straightforward and requires only a few steps to set up a node operator and start earning rewards. --- + ### **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: +1. **Create the Keystores & Deposit Data**: In order to run a validator, you need to generate the necessary keystores and deposit data. The keystores must be created with the withdrawal credential of Lido: - 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. + - Ethereum: _comming soon_. + - We recommend using official tools like the [Wagyu Key Gen Tool](https://wagyu.gg/) to create the keystores. This step is crucial and mandatory. + + The validator Keystores will be used to run the validators on the Ethereum network, while the deposit data will be used to register the validators in the Lido protocol. 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). @@ -30,20 +46,26 @@ Lido is a liquid staking solution for Ethereum. It allows users to stake their E - Choose Web3signer to upload the keystores. - Configure MEV Boost with as many relays as possible. - :::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. - ::: +:::warning +It is mandatory to choose at least one relay to ensure the node operator does not propose vanilla blocks. When uploading the keystores with the "Lido" tag, this requirement will be automatically checked. As a Lido Node Operator, it is your responsibility to ensure that your infrastructure is properly using MEV Boost. +::: -3. **Upload the Keystores**: +3. **Upload the Keystores in your Dappnode**: - 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. + - Upload the keystores and tag them with "Lido". + - The fee recipient will be automatically set to `0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8` for Holesky. It is not editable. -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. +:::caution +Double-check that your Lido keystores are tagged correctly. This is crucial to ensure that the node operator is properly set up, and has the correct fee recipient set. +::: + +4. **Register as a Lido Node Operator & your validators**: + - Navigate to the [Lido Deposit UI](https://csm-devnet.vercel.app/) 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. + + +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. --- From 6f25f8758593de7d9d8b21577997f89d645edfe2 Mon Sep 17 00:00:00 2001 From: pablomendezroyo Date: Mon, 8 Jul 2024 08:55:59 +0200 Subject: [PATCH 3/3] added fee recipient warning --- docs/user/staking/ethereum/lsd-pools/lido.md | 39 +++++++++++--------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/docs/user/staking/ethereum/lsd-pools/lido.md b/docs/user/staking/ethereum/lsd-pools/lido.md index fbbacc7f2..830173243 100644 --- a/docs/user/staking/ethereum/lsd-pools/lido.md +++ b/docs/user/staking/ethereum/lsd-pools/lido.md @@ -4,7 +4,7 @@ ### **Lido Overview** -Lido is a **liquid staking** solution for Ethereum that addresses the liquidity issues of traditional staking. Instead of locking up assets and losing access to them, users can stake through Lido and receive liquid tokens. These tokens retain the value of the staked assets and can be used elsewhere while still earning staking rewards. +Lido is a **liquid staking** solution for Ethereum that addresses the liquidity issues of traditional staking. Instead of locking up assets and losing access to them, users can stake through Lido and receive liquid tokens. These tokens retain the value of the staked assets and can be used elsewhere while still earning staking rewards. Ethereum plays a significant role in the Lido ecosystem, with more than [9 million ETH](https://lido.fi/ethereum) staked through the platform. Lido stakes these assets on behalf of the users, who receive stETH in return. A set of permissioned **node operators** are responsible for managing the staking infrastructure. @@ -34,35 +34,40 @@ Becoming a Lido Node Operator is recommended for users with some experience in r ### **First Steps to create a Node Operator in Dappnode** 1. **Create the Keystores & Deposit Data**: In order to run a validator, you need to generate the necessary keystores and deposit data. The keystores must be created with the withdrawal credential of Lido: - - Holesky: `0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8`. - - Ethereum: _comming soon_. - - We recommend using official tools like the [Wagyu Key Gen Tool](https://wagyu.gg/) to create the keystores. This step is crucial and mandatory. - - The validator Keystores will be used to run the validators on the Ethereum network, while the deposit data will be used to register the validators in the Lido protocol. + + - Holesky: `0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8`. + - Ethereum: _comming soon_. + - We recommend using official tools like the [Wagyu Key Gen Tool](https://wagyu.gg/) to create the keystores. This step is crucial and mandatory. + + The validator Keystores will be used to run the validators on the Ethereum network, while the deposit data will be used to register the validators in the Lido protocol. 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. + - 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. :::warning It is mandatory to choose at least one relay to ensure the node operator does not propose vanilla blocks. When uploading the keystores with the "Lido" tag, this requirement will be automatically checked. As a Lido Node Operator, it is your responsibility to ensure that your infrastructure is properly using MEV Boost. ::: 3. **Upload the Keystores in your Dappnode**: - - 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. It is not editable. + - 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. It is not editable. + +:::danger +Do not edit the fee recipient address. Doing so will result in penalties. +::: :::caution Double-check that your Lido keystores are tagged correctly. This is crucial to ensure that the node operator is properly set up, and has the correct fee recipient set. ::: -4. **Register as a Lido Node Operator & your validators**: - - Navigate to the [Lido Deposit UI](https://csm-devnet.vercel.app/) and complete the deposit process. - - Your node operator setup is now complete! - +1. **Register as a Lido Node Operator & your validators**: + - Navigate to the [Lido Deposit UI](https://csm-devnet.vercel.app/) 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.