Rewards
The respective method for checking a User’s rewards are under the ChainState tab
- 1.Navigate to the tab
Developer
>Chainstate
- 2.Query
parachainStaking
and select therewards()
action

Conversely to Chainstate operations, Extrinsics only report Success or failure at the top right of the screen:

Collator rewards can be claimed by:
- 1.Navigating to
Developer
>Extrinsics
tab - 2.Query
parachainStaking
and select theincrementCollatorRewards()
action - 3.Query
parachainStaking
and select theclaimRewards()
action
Delegator rewards can be claimed by:
- 1.Navigating to extrinsics tab
- 2.Query
parachainStaking
and select theincrementDelegatorRewards()
action - 3.Query
parachainStaking
and select theclaimRewards()
action
Last modified 1mo ago