Skip to content

Commit e6d9e98

Browse files
committed
Updated solo staking section
1 parent daf7383 commit e6d9e98

File tree

7 files changed

+287
-94
lines changed

7 files changed

+287
-94
lines changed

public/content/staking/solo/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Solo stake your ETH
3-
description: An overview of how to get started solo staking your ETH
2+
title: Home stake your ETH
3+
description: An overview of how to get started home staking your ETH
44
lang: en
55
template: staking
66
emoji: ":money_with_wings:"
@@ -13,31 +13,31 @@ summaryPoints:
1313
- Remove trust, and never give up control of the keys to your funds
1414
---
1515

16-
## What is solo staking? {#what-is-solo-staking}
16+
## What is home staking? {#what-is-solo-staking}
1717

18-
Solo staking is the act of [running an Ethereum node](/run-a-node/) connected to the internet and depositing 32 ETH to activate a [validator](#faq), giving you the ability to participate directly in network consensus.
18+
Home staking is the act of [running an Ethereum node](/run-a-node/) connected to the internet and depositing 32 ETH to activate a [validator](#faq), giving you the ability to participate directly in network consensus.
1919

20-
**Solo staking increases the decentralization of the Ethereum network**, making Ethereum more censorship-resistant and robust against attacks. Other staking methods may not help the network in the same ways. Solo staking is the best staking option for securing Ethereum.
20+
**Home staking increases the decentralization of the Ethereum network**, making Ethereum more censorship-resistant and robust against attacks. Other staking methods may not help the network in the same ways. Home staking is the best staking option for securing Ethereum.
2121

2222
An Ethereum node consists of both an execution layer (EL) client, as well as a consensus layer (CL) client. These clients are software that work together, along with a valid set of signing keys, to verify transactions and blocks, attest to the correct head of the chain, aggregate attestations, and propose blocks.
2323

24-
Solo stakers are responsible for operating the hardware needed to run these clients. It is highly recommended to use a dedicated machine for this that you operate from home–this is extremely beneficial to the health of the network.
24+
Home stakers are responsible for operating the hardware needed to run these clients. It is highly recommended to use a dedicated machine for this that you operate from home–this is extremely beneficial to the health of the network.
2525

26-
A solo staker receives rewards directly from the protocol for keeping their validator properly functioning and online.
26+
A home staker receives rewards directly from the protocol for keeping their validator properly functioning and online.
2727

28-
## Why stake solo? {#why-stake-solo}
28+
## Why stake home? {#why-stake-solo}
2929

30-
Solo staking comes with more responsibility but provides you with maximum control over your funds and staking setup.
30+
Home staking comes with more responsibility but provides you with maximum control over your funds and staking setup.
3131

3232
<CardGrid>
3333
<Card title="Earn fresh ETH" emoji="💸" description="Earn ETH-denominated rewards directly from the protocol when your validator is online, without any middlemen taking a cut." />
3434
<Card title="Full control" emoji="🎛️" description="Keep your own keys. Choose the combination of clients and hardware that allows you to minimize your risk and best contribute to the health and security of the network. Third-party staking services make these decisions for you, and they don't always make the safest choices." />
35-
<Card title="Network security" emoji="🔐" description="Solo staking is the most impactful way to stake. By running a validator on your own hardware at home, you strengthen the robustness, decentralization, and security of the Ethereum protocol." />
35+
<Card title="Network security" emoji="🔐" description="Home staking is the most impactful way to stake. By running a validator on your own hardware at home, you strengthen the robustness, decentralization, and security of the Ethereum protocol." />
3636
</CardGrid>
3737

38-
## Considerations before staking solo {#considerations-before-staking-solo}
38+
## Considerations before staking home {#considerations-before-staking-solo}
3939

40-
As much as we wish that solo staking was accessible and risk free to everyone, this is not reality. There are some practical and serious considerations to keep in mind before choosing to solo stake your ETH.
40+
As much as we wish that home staking was accessible and risk free to everyone, this is not reality. There are some practical and serious considerations to keep in mind before choosing to home stake your ETH.
4141

4242
<InfoGrid>
4343
<ExpandableCard title="Required reading" eventCategory="SoloStaking" eventName="clicked required reading">
@@ -93,7 +93,7 @@ The Staking Launchpad is an open source application that will help you become a
9393

9494
## What to consider with node and client setup tools {#node-tool-considerations}
9595

96-
There are a growing number of tools and services to help you solo stake your ETH, but each come with different risks and benefits.
96+
There are a growing number of tools and services to help you home stake your ETH, but each come with different risks and benefits.
9797

9898
Attribute indicators are used below to signal notable strengths or weaknesses a listed staking tool may have. Use this section as a reference for how we define these attributes while you’re choosing what tools to help with your staking journey.
9999

@@ -119,7 +119,7 @@ These tools can be used as an alternative to the [Staking Deposit CLI](https://g
119119

120120
Have a suggestion for a staking tool we missed? Check out our [product listing policy](/contributing/adding-staking-products/) to see if it would be a good fit, and to submit it for review.
121121

122-
## Explore solo staking guides {#staking-guides}
122+
## Explore home staking guides {#staking-guides}
123123

124124
<StakingGuides />
125125

@@ -138,7 +138,7 @@ Each key-pair associated with a validator requires exactly 32 ETH to be activat
138138

139139
Do not deposit more than 32 ETH for a single validator. It will not increase your rewards. If a withdrawal address has been set for the validator, excess funds over 32 ETH will be automatically withdrawn to this address during the next <a href="/staking/withdrawals/#validator-sweeping">validator sweep</a>.
140140

141-
If solo staking seems too demanding for you, consider using a <a href="/staking/saas/">staking-as-a-service</a> provider, or if you're working with less than 32 ETH, check out the <a href="/staking/pools/">staking pools</a>.
141+
If home staking seems too demanding for you, consider using a <a href="/staking/saas/">staking-as-a-service</a> provider, or if you're working with less than 32 ETH, check out the <a href="/staking/pools/">staking pools</a>.
142142
</ExpandableCard>
143143

144144
<ExpandableCard title="Will I be slashed if I go offline? (tldr: No.)">

src/components/Staking/StakingGuides.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@ const StakingGuides = () => {
1919
},
2020
{
2121
title: t("page-staking-guide-title-rocket-pool"),
22-
link: "https://rocketpool.net/node-operators",
22+
link: "https://docs.rocketpool.net/guides/node/responsibilities",
2323
description: t("page-staking-guide-description-mac-linux"),
2424
},
25+
{
26+
title: t("page-staking-guide-title-stakewise"),
27+
link: "https://docs.stakewise.io/guides/staking#liquid-solo-staking",
28+
description: t("page-staking-guide-description-mac-linux-windows"),
29+
},
2530
]
2631

2732
return <Stack as={CardList} direction="column" gap={4} items={guides} />

src/components/Staking/StakingHierarchy.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ const StakingHierarchy = () => {
281281
<Translation id="page-staking:page-staking-hierarchy-solo-p1" />
282282
</Text>
283283
<Text>{t("page-staking-hierarchy-solo-p2")}</Text>
284+
<Text>{t("page-staking-hierarchy-solo-p3")}</Text>
284285
<Box>
285286
<ButtonLink
286287
to="/staking/solo/"

0 commit comments

Comments
 (0)