diff --git a/docs/smooth/subscribe-to-smooth/automatic.md b/docs/smooth/subscribe-to-smooth/automatic.md index bffc5e7ed..7b8877de0 100644 --- a/docs/smooth/subscribe-to-smooth/automatic.md +++ b/docs/smooth/subscribe-to-smooth/automatic.md @@ -5,6 +5,7 @@ This is the simplest way to subscribe to Smooth. It consists of changing the fee ### Step 1: Change your fee recipient to Smooth's address. Go to your dappnode's [staking brain](http://brain.web3signer.dappnode/) and change the fee recipient of the validators you want to subscribe to Smooth's address (`0xAdFb8D27671F14f297eE94135e266aAFf8752e35`). Once Smooth recieves the rewards from your validator, it will automatically subscribe your validator to Smooth, and you will start receiving rewards from other members of Smooth! +![fee_recipient](/img/smooth_fee_recipient.png) :::danger Keep the fee recipient set to Smooth's address! It is extremely important that you keep the fee recipient of your validator set to Smooth's address (`0xAdFb8D27671F14f297eE94135e266aAFf8752e35`) as long as it is subscribed to Smooth. If, at any point, you change the fee recipient of your validator and propose a block without unsubscribing first, you will be banned from Smooth and will not be able to participate in it again. diff --git a/docs/smooth/subscribe-to-smooth/manual.md b/docs/smooth/subscribe-to-smooth/manual.md index 19867c832..a82fffcbe 100644 --- a/docs/smooth/subscribe-to-smooth/manual.md +++ b/docs/smooth/subscribe-to-smooth/manual.md @@ -8,6 +8,8 @@ The manual subscription is done through **[Smooth's website](https://smooth.dapp Change the fee recipient of your validator to Smooth's address, just as if you were subscribing automatically. In Dappnode, this process is as simple as changing the fee recipient in your [staking brain](http://brain.web3signer.dappnode/). +![fee_recipient](/img/smooth_fee_recipient.png) + **This step is extremely important**. Make sure you're changing the fee recipient of the validators you are going to manually subscribe and that the fee recipient is correctly set to Smooth's address (`0xAdFb8D27671F14f297eE94135e266aAFf8752e35`). If a subscribed validator proposes a block with an incorrect fee recipient, it will be banned from Smooth and will not be able to participate in it again. :::danger Keep the fee recipient set to Smooth's address! diff --git a/static/img/smooth_fee_recipient.png b/static/img/smooth_fee_recipient.png new file mode 100644 index 000000000..17b8106f4 Binary files /dev/null and b/static/img/smooth_fee_recipient.png differ