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
- Open PolkadotJS Apps (opens in a new tab).
- Connect to the Tangle Network by selecting the appropriate network from the dropdown list.
Alternatively, you can access it via the tangle explorer:
- The Tangle Testnet is available at: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet-rpc.tangle.tools#/explorer (opens in a new tab)
- The Tangle Mainnet is available at: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.tangle.tools#/explorer (opens in a new tab)
Step 2: Delegate
- Navigate to the Extrinsics tab on PolkadotJS.
- Under the MultiAssetDelegation section, select Delegate and enter the amount of assets to delegate.
Sign and submit the transaction. Make sure the account you are using has enough balance to cover the transaction fee.
If successful, you should see the following screen: