From 998c255882a5ab423ad58b6523ec3543825f6144 Mon Sep 17 00:00:00 2001
From: Marketen
Date: Thu, 30 Nov 2023 16:25:44 +0100
Subject: [PATCH] add smooth delays tips
---
docs/smooth/deep-dive-into-smooth/oracle-sm.md | 4 ++++
docs/smooth/subscribe-to-smooth/manual.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/docs/smooth/deep-dive-into-smooth/oracle-sm.md b/docs/smooth/deep-dive-into-smooth/oracle-sm.md
index 87c79fd4d..318bfd900 100644
--- a/docs/smooth/deep-dive-into-smooth/oracle-sm.md
+++ b/docs/smooth/deep-dive-into-smooth/oracle-sm.md
@@ -13,6 +13,10 @@ Computing and storing all rewards calculations onchain would be almost impossibl
As mentioned before, **the Oracle is responsible for computing the rewards of each validator**. It does so by computing a merkle tree that summarizes the state of all validators subscribed to the pool. This merkle tree, computed offchain, is summarized into a **Merkle Root**.
+:::caution
+Oracle works only with finalized data. This means that Oracle will effectively work with data from a few epochs ago. This is done to ensure that the data Oracle processes is non-reversible and no reorgs are possible.
+:::
+
Once every 28800 slots (4 days), the Oracle sends a transaction to the Smart Contract with the updated Merkle Root.
:::info
diff --git a/docs/smooth/subscribe-to-smooth/manual.md b/docs/smooth/subscribe-to-smooth/manual.md
index 18b944d4f..19867c832 100644
--- a/docs/smooth/subscribe-to-smooth/manual.md
+++ b/docs/smooth/subscribe-to-smooth/manual.md
@@ -76,6 +76,10 @@ Once the deposit transaction is processed by the chain, your validator will be s
+:::caution
+Since the Oracle operates with only finalized data, it will take up to 35 minutes to process your subscription. Your "My Validator" table will be updated instantly, but it may take a while to see how "Total Subscribers" counter increases. To know more, visit the [Deep Dive into Smooth](/docs/smooth/deep-dive-into-smooth/overview) section.
+:::
+
## Troubleshooting.