You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/content/staking/solo/index.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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
4
4
lang: en
5
5
template: staking
6
6
emoji: ":money_with_wings:"
@@ -13,31 +13,31 @@ summaryPoints:
13
13
- Remove trust, and never give up control of the keys to your funds
14
14
---
15
15
16
-
## What is solo staking? {#what-is-solo-staking}
16
+
## What is home staking? {#what-is-solo-staking}
17
17
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.
19
19
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.
21
21
22
22
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.
23
23
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.
25
25
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.
27
27
28
-
## Why stake solo? {#why-stake-solo}
28
+
## Why stake home? {#why-stake-solo}
29
29
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.
31
31
32
32
<CardGrid>
33
33
<Cardtitle="Earn fresh ETH"emoji="💸"description="Earn ETH-denominated rewards directly from the protocol when your validator is online, without any middlemen taking a cut." />
34
34
<Cardtitle="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
-
<Cardtitle="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
+
<Cardtitle="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." />
36
36
</CardGrid>
37
37
38
-
## Considerations before staking solo {#considerations-before-staking-solo}
38
+
## Considerations before staking home {#considerations-before-staking-solo}
39
39
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.
@@ -93,7 +93,7 @@ The Staking Launchpad is an open source application that will help you become a
93
93
94
94
## What to consider with node and client setup tools {#node-tool-considerations}
95
95
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.
97
97
98
98
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.
99
99
@@ -119,7 +119,7 @@ These tools can be used as an alternative to the [Staking Deposit CLI](https://g
119
119
120
120
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.
121
121
122
-
## Explore solo staking guides {#staking-guides}
122
+
## Explore home staking guides {#staking-guides}
123
123
124
124
<StakingGuides />
125
125
@@ -138,7 +138,7 @@ Each key-pair associated with a validator requires exactly 32 ETH to be activat
138
138
139
139
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 <ahref="/staking/withdrawals/#validator-sweeping">validator sweep</a>.
140
140
141
-
If solo staking seems too demanding for you, consider using a <ahref="/staking/saas/">staking-as-a-service</a> provider, or if you're working with less than 32 ETH, check out the <ahref="/staking/pools/">staking pools</a>.
141
+
If home staking seems too demanding for you, consider using a <ahref="/staking/saas/">staking-as-a-service</a> provider, or if you're working with less than 32 ETH, check out the <ahref="/staking/pools/">staking pools</a>.
142
142
</ExpandableCard>
143
143
144
144
<ExpandableCardtitle="Will I be slashed if I go offline? (tldr: No.)">
0 commit comments