@@ -223,6 +223,7 @@ It is highly recommended to [use Ledger](#using-ledger-recommended) instead.
223223### Check validator info
224224
2252251 . Note down the ` NodeID ` of the validator you want to stake to:
226+
226227 - If you created the validator, retrieve its ` NodeID ` , ` publicKey ` and ` proofOfPossession ` by running:
227228
228229 ``` bash
@@ -322,6 +323,7 @@ If you encounter any issues during this process, refer to the [Troubleshooting](
322323 - If you are going to stake to another node (delegation), select ** Delegate to a validator node** (You may need to scroll down to see this option).
323324
3243252 . You then need to provide the following information:
326+
325327 - ** amount** : Amount must be provided in FLR units.
326328 - ** NodeID** and ** end time** : Use the values noted down from the [ setup] ( #setup ) .
327329
@@ -506,7 +508,6 @@ At the end of every reward epoch, participants are rewarded according to how wel
506508
507509 </Tabs >
508510
509-
5105113 . Decide the recipient address for the rewards - defaults to the address you used to connect to the Flare Stake Tool.
511512
512513 ``` plaintext
@@ -578,39 +579,39 @@ Try the operation again after a while.
578579Transfer operations require [ an export and an import transaction] ( #move-funds-to-p-chain ) .
579580If the export succeeds, but then the import fails, it looks like the funds have disappeared from both chains, but they are still retrievable.
580581
581- Import the funds using the interactive tool:
582+ Import the funds using the interactive tool :
582583
583- - If you are moving funds from the C-chain to the P-chain:
584+ - If you are moving funds from the C-chain to the P-chain:
584585
585- ``` bash
586- flare-stake-tool interactive
587- ```
586+ ``` bash
587+ flare-stake-tool interactive
588+ ```
588589
589- ``` plaintext
590- ? What do you want to do?
591- ❯ Import Funds (in case export fails for either P chain or C chain)
592- ```
590+ ``` plaintext
591+ ? What do you want to do?
592+ ❯ Import Funds (in case export fails for either P chain or C chain)
593+ ```
593594
594- ``` plaintext
595- ? Please select the destination chain to which you want to import your funds? (Use arrow keys)
596- ❯ P
597- ```
595+ ``` plaintext
596+ ? Please select the destination chain to which you want to import your funds? (Use arrow keys)
597+ ❯ P
598+ ```
598599
599- - If you are moving funds from the P-chain to the C-chain:
600+ - If you are moving funds from the P-chain to the C-chain:
600601
601- ``` bash
602- flare-stake-tool interactive
603- ```
602+ ``` bash
603+ flare-stake-tool interactive
604+ ```
604605
605- ``` plaintext
606- ? What do you want to do?
607- ❯ Import Funds (in case export fails for either P chain or C chain)
608- ```
606+ ``` plaintext
607+ ? What do you want to do?
608+ ❯ Import Funds (in case export fails for either P chain or C chain)
609+ ```
609610
610- ``` plaintext
611- ? Please select the destination chain to which you want to import your funds? (Use arrow keys)
612- ❯ C
613- ```
611+ ``` plaintext
612+ ? Please select the destination chain to which you want to import your funds? (Use arrow keys)
613+ ❯ C
614+ ```
614615
615616</details >
616617
0 commit comments