Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fee-distrib-sp.md #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/guides/node/fee-distrib-sp.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ rocketpool node leave-smoothing-pool

This will record you as opted-out in the Rocket Pool contracts, and once a small delay has passed, will automatically change your Validator Client's `fee recipient` from the Smoothing Pool contract back to your node's Fee Distributor contract.

If you propose a block shortly after leaving the smoothing pool, you might wonder at which point the node's fee distributor becomes a valid fee recipient (according to [The Penalty System](#the-penalty-system)). Unfortunately, this is left unspecified by Rocket Pool. However, since the penalty system is not implemented, there are no consequences if you use the wrong fee recipient due to this lack of clarity. Certainly, any blocks proposed with a fee recipient set according to the Smartnode software's "short delay" of an unspecified length would not be penalized under any potential penalty system that may be implemented in the future.

### Claiming Rewards from the Smoothing Pool

Rewards from the Smoothing Pool are bundled together with RPL at the end of each rewards interval using the Redstone rewards system.
Expand Down