Skip to content

Commit d547095

Browse files
authored
Merge pull request #8692 from ethereum/jc-merge-updates
various minor changes to staking pages
2 parents 4f10d3d + 4827570 commit d547095

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

src/content/developers/docs/nodes-and-clients/run-a-node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ openssl rand -hex 32 > jwtsecret
228228
This section will guide you through starting execution clients. It only serves as an example of a basic configuration, which will start the client with these settings:
229229

230230
- Specifies network to connect to, mainnet in our examples
231-
- You can instead choose [one of testnets](/developers/docs/networks/) for prelimenary testing of your setup
231+
- You can instead choose [one of testnets](/developers/docs/networks/) for preliminary testing of your setup
232232
- Defines data directory, where all the data including blockchain will be stored
233233
- Make sure to subsitute the path with a real one, e.g. pointing to your external drive
234234
- Enables interfaces for communicating with the client

src/content/staking/pools/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ In addition to the benefits we outlined in our [intro to staking](/staking/), st
4141

4242
Pooled or delegated staking is not natively supported by the Ethereum protocol, but given the demand for users to stake less than 32 ETH a growing number of solutions have been built out to serve this demand.
4343

44-
Each pool and the tools or smart contracts they use have been built out by different teams and each come with their own risks and benefits.
44+
Each pool and the tools or smart contracts they use have been built out by different teams, and each comes with benefits and risks. Pools enable users to swap their ETH for a token representing staked ETH. The token is known as a "liquid staking derivative"; this is useful because it allows users to swap any amount of ETH to an equivalent amount of a yield-bearing token that generates a return from the staking rewards applied to the underlying staked ETH (and vice versa) on decentralized exchanges even though the actual ETH stays staked on the Beacon Chain. This means swaps back and forth from a yield-bearing staked-ETH product and "raw ETH" is quick, easy and not only available in multiples of 32 ETH.
45+
46+
However, these liquid staking derivatives tend to create cartel-like behaviours where a large amount of staked ETH ends up under the control of a few centralized organizations rather than spread across many independent individuals. This creates conditions for censorship or value extraction. The gold standard for staking should always be individuals running validators on their own hardware whenever possible.
47+
48+
[More on risks of staking tokens](https://notes.ethereum.org/@djrtwo/risks-of-lsd).
4549

4650
Attribute indicators are used below to signal notable strengths or weaknesses a listed staking pool may have. Use this section as a reference for how we define these attributes while you're choosing a pool to join.
4751

src/content/staking/saas/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Ethereum protocol does not natively support delegation of stake, so these se
3838

3939
## What to consider {#what-to-consider}
4040

41-
There are a growing number of staking-as-a-service providers to help you stake your ETH, but each come with different risks and benefits.
41+
There are a growing number of SaaS providers to help you stake your ETH, but each comes with different benefits and risks. You should consider that all SaaS options require additional trust assumptions compared to home-staking. Saas options may have additional code wrapping the Ethereum clients that is not open or auditable. SaaS also has a detrimental effect on network decentralization. Depending on the setup, you may not control your validator - the operator could act dishonestly using your ETH.
4242

4343
Attribute indicators are used below to signal notable strengths or weaknesses a listed SaaS provider may have. Use this section as a reference for how we define these attributes while you're choosing a service to help with your staking journey.
4444

src/content/staking/solo/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ summaryPoints:
1717

1818
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.
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.
21+
2022
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.
2123

2224
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.
@@ -25,7 +27,7 @@ A solo staker receives rewards directly from the protocol for keeping their vali
2527

2628
## Why stake solo? {#why-stake-solo}
2729

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

3032
<CardGrid>
3133
<Card title="Earn fresh ETH" emoji="💸">

0 commit comments

Comments
 (0)