Request to Join a Validator Pool
Go to the polkadot.js portal, open the Developer tab, and click Extrinsics. There, you’ll need to submit the extrinsic:Developer → Extrinsic → parachainStaking → joinCandidates(stake)
The min stake amount for the validator is 50,000 $PEAQ.

18
decimals, so if you want to stake 50,000
tokens, you’ll need to enter 50000000000000000000000
.
- Enter your stake into the
stake: u128 (BalanceOf)
field. - Click
Submit Transaction
.
Check if You Are in the Active Set of Validators
Open the Developer tab, and click Chain state. There, you will be able to check whether your stake was big enough to get a set in the active set of validators (top42
validators by total stake).
Developer → Chain state → Storage → parachainStaking → topCandidates()
