Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 3.65 KB

smoothing-pools.md

File metadata and controls

69 lines (47 loc) · 3.65 KB
layout title permalink subheader
markdown
Smoothing Pools
/smoothing-pools
Smooth vs Smoothly

FAQ

Why join a smoothing pool?

A significant vector of centralization in staking is that large pools have the ability to share execution layer rewards among all its stakers. Until very recently, solo stakers didn’t have the option to benefit from smoothing execution layer rewards in a pool.

Analysis has shown that, over a 5 year time span, validators in a smoothing pool earn 41.6% more than those not in a pool. If a lone validator joins a smoothing pool with 99 validators in it, the likelihood of it outperforming in the pool compared to by itself is 78%. Ken Smith wrote a full analysis using the Monte Carlo method with lots of math and helpful figures and charts. Or you can watch him explain it on stage at Devcon Bogotá.

When does it make sense for me to join a smoothing pool?

When there are more active validators in the pool than you’ll be adding. For example if you have 2 validators, it only makes sense to join a smoothing pool if it already has 3 active validators in it before you join. Validators move from pending to active after a block proposal.

How many solo staker smoothing pool options are there?

As of Feb 2024, there are two options: Smooth & Smoothly. EthStaker supports both of these pools as options for solo stakers.

Comparison

{% assign smoothing_pool_data = site.data.smoothing-pools %} {%- assign smooth = smoothing_pool_data.smooth -%} {%- capture smooth_validators -%} {{smooth.validators_active}} active, {{smooth.validators_pending}} pending, {{smooth.validators_total}} total {%- endcapture -%} {%- assign smoothly = smoothing_pool_data.smoothly -%} {%- capture smoothly_validators -%} {{smoothly.validators_active}} active, {{smoothly.validators_pending}} pending, {{smoothly.validators_total}} total {%- endcapture -%}

{:class="table" id="smoothingPoolsComparison"}

Smooth Smoothly
Website <{{smooth.link}}> <{{smoothly.link}}>
Address {{smooth.address}} {{smoothly.address}}
Fee {{smooth.fee}} {{smoothly.fee}}
Oracles {{smooth.oracles}} {{smoothly.oracles}}
Validators in pool {{smooth_validators}} {{smoothly_validators}}
Extra incentives {{smooth.incentives}} {{smoothly.incentives}}
Team {{smooth.team}} {{smoothly.team}}
MEV theft protection {{smooth.bond}} {{smoothly.bond}}
Claim period {{smooth.claim_period}} {{smoothly.claim_period}}
Audit {{smooth.audit}} {{smoothly.audit}}
Launch date {{smooth.launch_date}} {{smoothly.launch_date}}
Discord Invite Invite

More Info

EthStaker hosted a community call with Smooth & Smoothly in Dec 2023:

<iframe width="560" height="315" src="https://www.youtube.com/embed/dB5csfO8I0E?si=8sYpI5A2DHhN2QRb" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<script type="text/javascript"> {% include js/smoothingPools.js %} </script>