Restake
How to Restake
Delegate using PolkadotJs

Delegate

Delegators are similar to stakers in a consensus system like nominated proof of stake (NPoS), but they delegate their tokens to an operator, and participate in the rewards and risks similar to staking on a validator. You should have deposited your tokens to the multiasset delegation vault before you can delegate, see deposit for more information.

Delegate

To delegate, you need to call the delegate function. This function allocates assets to the chosen operator.

Step 1: Access the PolkadotJS Interface

Alternatively, you can access it via the tangle explorer:

Step 2: Delegate

  • Navigate to the Extrinsics tab on PolkadotJS.

PolkadotJS Extrinsics

  • Under the MultiAssetDelegation section, select Delegate and enter the amount of assets to delegate.

PolkadotJS Delegate

Sign and submit the transaction. Make sure the account you are using has enough balance to cover the transaction fee.

PolkadotJS Delegate

If successful, you should see the following screen:

PolkadotJS Delegate Success