Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 0ec0143

Browse files
committed
feat: address feedback
1 parent a1bf0ee commit 0ec0143

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

docs/validators/manage/address.mdx

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Change your admin address on Ronin.
3-
title: Change admin address
2+
description: Change the addresses in your validator profile.
3+
title: Change your addresses
44
---
55

66
import profile from './assets/profile.png';
@@ -9,7 +9,11 @@ import changeStepTwo from './assets/change-admin-address-2.png';
99

1010
## Overview
1111

12-
This guide describes how to change your admin address, which is the address you use to manage your profile and staking activities, and to claim self-staking rewards.
12+
This guide describes how to change the addresses in your validator profile.
13+
14+
## Change your admin address {#admin}
15+
16+
You can change your admin address, used for managing your profile, staking activities, and claiming rewards.
1317

1418
Key points:
1519

@@ -18,8 +22,6 @@ Key points:
1822
* Your current stake amount will be automatically transferred to the new admin address.
1923
* Any unclaimed rewards from your old admin address will remain there, and you can claim them at any time by logging in with the old admin address.
2024

21-
## Change your admin address {#admin}
22-
2325
1. Open the [Validator Dashboard](https://validator.roninchain.com), then go to your account, and then click **My profile**.
2426
<img src={profile} width={280} />
2527

@@ -29,6 +31,8 @@ Key points:
2931
3. Paste your new admin address.
3032
<img src={changeStepTwo} width={400} />
3133

32-
4. Save the changes.
34+
4. Save the change and sign the transaction.
3335

34-
There's a cooldown period of 24 hours after changing the admin address. That means you will not able to modify the admin address again until 24 hours after the last change.
36+
:::info[Cooldown period]
37+
After changing your admin address or fast finality vote key, there's a 24-hour cooldown period. During this time, you won't be able to modify either value until 24 hours after the last change.
38+
:::

docs/validators/manage/change-commission.mdx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ you receive before distributing the rest to your delegators.
1212

1313
You can change this commission rate in your profile.
1414

15-
1. Go to [Validator Dashboard](https://validator.roninchain.com) >
16-
your account > **Commission rate**.
17-
<img src={stepOne} width={280} />
15+
1. Open the [Validator Dashboard](https://validator.roninchain.com), then go to your account, and then click **Commission rate**.
16+
<img src={stepOne} width={280} />
1817

19-
2. Enter the new commission rate in the range of 0-20%,
20-
and set the date when it takes effect. This date must be at least seven days from now.
21-
<img src={stepTwo} width={416} />
18+
2. Enter the new commission rate in the range of 0-20%, and set the date when it takes effect. This date must be at least seven days from now.
19+
<img src={stepTwo} width={400} />
2220

23-
After saving the new, a clock icon will appear next to your
24-
current rate, informing users of the upcoming change.
21+
After you save the new rate, users will see a clock icon next to your current rate, indicating that a change is pending.
2522

2623
<img src={stepThree} width={280} />

docs/validators/manage/finality-vote-key.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,6 @@ BLS proof #0: {redacted}
9696

9797
4. Save the changes.
9898

99-
There's a cooldown period of 24 hours after changing the finality vote key. That means you will not able to modify the finality vote key again until 24 hours after the last change.
99+
:::info[Cooldown period]
100+
After changing your admin address or fast finality vote key, there's a 24-hour cooldown period. During this time, you won't be able to modify either value until 24 hours after the last change.
101+
:::

0 commit comments

Comments
 (0)