diff --git a/docs/smooth/subscribe-to-smooth/manual.md b/docs/smooth/subscribe-to-smooth/manual.md
index c5ebdec6a..f02e88816 100644
--- a/docs/smooth/subscribe-to-smooth/manual.md
+++ b/docs/smooth/subscribe-to-smooth/manual.md
@@ -13,18 +13,18 @@ Change the fee recipient of your validator to Smooth's address, just as if you w
:::danger Keep the fee recipient set to Smooth's address!
It is crucial 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.
:::
-### Step 2: Log in to Smooth's website
+### Step 2: Log in to Smooth's website.
Go to [Smooth's website](https://smooth.dappnode.io/) and log in with your wallet. A list of all the validators with the same withdrawal address as your logged in wallet will appear.
-### Step 3: Select your validator
+### Step 3: Select your validator .
Select the validator you want to subscribe to Smooth by clicking on the "Subscribe" button.

When clicking on the "Subscribe" button, Smooth will check if your validator is registered to any MEV relay. If it is, it will also check if the fee recipient of your validator is set to Smooth's address in each relay. **Three different dialogs can appear**, depending on the state of your validator and the MEV relays it is registered to.
-#### Possible Dialog 1: Validator is not registered to any MEV relay
+#### Possible Dialog 1: Validator is not registered to any MEV relay.
@@ -55,7 +55,7 @@ Relays that you no longer use won't reflect the fee recipient changes you did fo
This is the dialog you want to see! If you see this dialog, it means that your validator is registered to at least one MEV relay, and that the fee recipient of your validator is set to Smooth's address all relays it has been registered to. In other words, this means that your validator is ready to subscribe to Smooth!
-### Step 4: Confirm Relays check
+### Step 4: Confirm Relays check.
@@ -76,7 +76,7 @@ Once the deposit transaction is processed by the chain, your validator will be s
-## Troubleshooting
+## Troubleshooting.
I have changed my fee recipient but the "Fee recipient warning" warning still appears!
diff --git a/docs/smooth/unsubscribe-from-smooth.md b/docs/smooth/unsubscribe-from-smooth.md
new file mode 100644
index 000000000..dda7efd83
--- /dev/null
+++ b/docs/smooth/unsubscribe-from-smooth.md
@@ -0,0 +1,36 @@
+# Unsubscribing from Smooth.
+
+Unsubscribing from Smooth is as simple as subscribing to it. You can unsubscribe from Smooth at any time, it is done through **[Smooth's website](https://smooth.dappnode.io/)** and it only takes one simple transaction.
+
+:::caution
+When unsubscribing a validator from Smooth, you will lose all pending rewards attached to it. We recommend unsubscribing just after successfully proposing a block, so lost pending rewards are minimized.
+:::
+
+## Step 1: Log in to Smooth's website.
+
+Go to [Smooth's website](https://smooth.dappnode.io/) and log in with your wallet. A list of all the validators with the same withdrawal address as your logged in wallet will appear.
+
+## Step 2: Click on the "Unsubscribe" button of the validator you want to unsubscribe.
+
+Once logged in, click on the "Unsubscribe" button of the validator you want to unsubscribe from Smooth.
+
+
+
+## Step 3: Follow the dialog instructions.
+
+
+
+
+
+Once clicking on the "Unsubscribe" button, a dialog will appear warning you that you are about to unsubscribe from Smooth, and that it is recommended to do it when pending rewards are low. Click on "Claim my rewards" to continue and follow the dialog instructions. If you have any claimable rewards, a transaction that claims them will be prepared. If no claimable rewards are available, you will jump directly into the unsubscribe transaction.
+
+
+
+
+
+
+Once the subscription transaction is processed by the chain, your validator will have been unsubscribed sucessfully from Smooth. You can check it by reloading your validator's table.
+
+:::caution
+After unsubscribing, we recommend to change your validator's fee recipient back to another address as soon as possible, in order to avoid automatically subscribing to Smooth again.
+:::
\ No newline at end of file
diff --git a/sidebars.js b/sidebars.js
index 15d1a0452..07dbe2581 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -398,6 +398,11 @@ const sidebars = {
},
],
},
+ {
+ type: "doc",
+ label: "Unsubscribe from Smooth",
+ id: "smooth/unsubscribe-from-smooth",
+ },
],
daoSidebar: ["dao", "dao/node-basics", "dao/liquidity-mining", "dao/faq"],
};
diff --git a/static/img/smooth-unsub-initial-dialog.png b/static/img/smooth-unsub-initial-dialog.png
new file mode 100644
index 000000000..693d2cf4f
Binary files /dev/null and b/static/img/smooth-unsub-initial-dialog.png differ
diff --git a/static/img/smooth-unsub-table.png b/static/img/smooth-unsub-table.png
new file mode 100644
index 000000000..e11a3d42d
Binary files /dev/null and b/static/img/smooth-unsub-table.png differ
diff --git a/static/img/smooth-unsubscribe-done.png b/static/img/smooth-unsubscribe-done.png
new file mode 100644
index 000000000..f96a16812
Binary files /dev/null and b/static/img/smooth-unsubscribe-done.png differ