Direct Withdrawal
If you wish to withdraw directly from your non-migrated scan node that still exists in the ScannerRegistry contract, you can follow the old steps to do this.
Delay
Please take into account the 10 days of withdrawal delay while completing this. This is the time to wait after initiating a withdrawal.
Deprecated
This is a deprecated way of withdrawing stake. Please see this guide to manage your own or delegated stake on a scanner pool.
Initiating a stake withdrawal
When this action is executed (initiateWithdrawal()
), active stake becomes inactive i.e. active shares are burned and inactive shares minted.
After staking delay is over, you will be able to withdraw()
FORT, as described in the next section.
Permissions
Only active shareholders can initiate a withdrawal.
Initiate the withdrawal using Polygonscan
-
Go to Forta staking contract page, section Write as Proxy
-
Connect your scan node owner wallet and make sure that you have selected the Polygon network.
-
Go to
4. initiateWithdrawal
and input the following:-
subjectType: 0
-
subject: Your scan node address (not the owner address).
-
stakeValue: Amount of shares to unstake, in wei. If the node has not been slashed, the proportion is
1 Share : 1 FORT
. If you are unsure about the amount in wei, you can use a converter like https://eth-converter.com/.
-
-
Click Write and approve the transaction in your wallet.
-
After confirmation, the staking delay starts. If the current active shares are under the minimum stake threshold, the node enters into disabled state.
Withdrawal
Burn inactive shares after staking delay to get staked FORT.
Withdrawal using Polygonscan
-
When the staking delay is over, go to Forta staking contract page, section Write as Proxy
-
Connect your scan node owner wallet and make sure that you have selected the Polygon network.
-
Go to
23. withdraw
and input the following:-
subjectType: 0
-
subject: Your scan node address (not the owner address).
-
-
Click Write and approve the transaction in your wallet.
-
When the transaction is confirmed, you will receive the FORT amount you specified in
initiateWithdrawal()
step.