Restaking
How to Restake on Tangle
How to Restake: PolkadotJS
Delegate

Delegate Using PolkadotJS

You should have deposited your tokens to the multiasset delegation vault before you can delegate. See the Deposit Using PolkadotJS page for more information.

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.

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

Step 1: Access the PolkadotJS Interface

For convenience, here are the PolkadotJS direct links for Tangle Testnet and Mainnet:

Step 2: Delegate

  • Navigate to the DeveloperExtrinsics tab on PolkadotJS.

PolkadotJS Extrinsics

  • Under the multiAssetDelegation section, select delegate(...) and enter the operator's address, asset ID, and 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 confirmation toast notification:

PolkadotJS Delegate Success