Delegation
How to delegate
In order to stake with a collator, you must first find a collator.
To look up a list of available collators:
Navigate to the tab
Developer
>Chainstate
Query for:
parachainStaking
and select thetopCandidates()
functionYou can see all collators by selecting the
candidatePool()
option and toggling options off
You can now select an ID to delegate to
You can correctly delegate by filling the previous form with one or more of these ids
The transaction can now be submitted to perform the join delegators action
Delegating - Join delegators action
In order to join a delegator a user has to:
select the
parachainStaking
extrinsicselect the
joinDelegators
actionLookup a collator address in order to find them
You can verify the amount you have staked on your accounts tab
Last updated