From 5197fe6779fa2684035edcb7f03fbdf5d2d0d5a9 Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Fri, 15 Sep 2023 15:06:54 -0300 Subject: [PATCH 1/2] fix: improvement to the answer about open allocation rewards on delegation transfer --- website/pages/en/arbitrum/l2-transfer-tools-faq.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/pages/en/arbitrum/l2-transfer-tools-faq.mdx b/website/pages/en/arbitrum/l2-transfer-tools-faq.mdx index 4257bd698e63..afe387bbfc01 100644 --- a/website/pages/en/arbitrum/l2-transfer-tools-faq.mdx +++ b/website/pages/en/arbitrum/l2-transfer-tools-faq.mdx @@ -112,7 +112,8 @@ To transfer your delegation, you will need to complete the following steps: ### What happens to my rewards if I initiate a transfer with an open allocation on Ethereum mainnet? -If the Indexer to whom you're delegating is still operating on L1, when you transfer to Arbitrum you will forfeit any delegation rewards from open allocations on Ethereum mainnet. This means that you will lose the rewards from, at most, the last 28-day period. If you time the transfer right after the Indexer has closed allocations you can make sure this is the least amount possible. If you have a communication channel with your Indexer(s), consider discussing with them to find the best time to do your transfer. +If the Indexer to whom you're delegating has started transferring stake to L2 but is still operating on L1, when you transfer to Arbitrum you will forfeit any delegation rewards from open allocations on Ethereum mainnet. This means that you will lose the rewards from, at most, the last 28-day period. If you time the transfer right after the Indexer has closed allocations you can make sure this is the least amount possible. If you have a communication channel with your Indexer(s), consider discussing with them to find the best time to do your transfer. Other than this, your unrealized rewards will be transferred to L2 with the delegation. +If the indexer has transferred all their stake to L2, they will not have open allocations on L1 and therefore all your rewards will be transferred to L2 with the delegation transfer. ### What happens if the Indexer I currently delegate to isn't on Arbitrum One? From 1fd9197ae52d1f515cf53fbba09b586fd9b69540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Carranza=20V=C3=A9lez?= Date: Fri, 15 Sep 2023 18:48:04 -0300 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20accept=20suggestion=20from=20Beno?= =?UTF-8?q?=C3=AEt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: BenoƮt Rouleau --- website/pages/en/arbitrum/l2-transfer-tools-faq.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/pages/en/arbitrum/l2-transfer-tools-faq.mdx b/website/pages/en/arbitrum/l2-transfer-tools-faq.mdx index afe387bbfc01..fcc22e425b97 100644 --- a/website/pages/en/arbitrum/l2-transfer-tools-faq.mdx +++ b/website/pages/en/arbitrum/l2-transfer-tools-faq.mdx @@ -113,7 +113,8 @@ To transfer your delegation, you will need to complete the following steps: ### What happens to my rewards if I initiate a transfer with an open allocation on Ethereum mainnet? If the Indexer to whom you're delegating has started transferring stake to L2 but is still operating on L1, when you transfer to Arbitrum you will forfeit any delegation rewards from open allocations on Ethereum mainnet. This means that you will lose the rewards from, at most, the last 28-day period. If you time the transfer right after the Indexer has closed allocations you can make sure this is the least amount possible. If you have a communication channel with your Indexer(s), consider discussing with them to find the best time to do your transfer. Other than this, your unrealized rewards will be transferred to L2 with the delegation. -If the indexer has transferred all their stake to L2, they will not have open allocations on L1 and therefore all your rewards will be transferred to L2 with the delegation transfer. + +If the Indexer has transferred all their stake to L2, they will not have open allocations on L1 and therefore all your rewards will be transferred to L2 with the delegation transfer. ### What happens if the Indexer I currently delegate to isn't on Arbitrum One?