Documentation Index
Fetch the complete documentation index at: https://docs.peaq.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Join the Delegator Set
Open the Developer tab, and click Extrinsics. There, you’ll need to submit the extrinsic with the collator of choice and your stake:Developer → Extrinsics → Submission → parachainStaking → joinDelegators(collator, amount)

- Select
Idin the dropdown list in the fieldcollator: MultiAddress (LookupSource). - Paste the
Id(which you copied during the previous step) to theId:AccountIdfield. - Enter the staking amount to the
amount: u128 (BalanceOf)field.
- Keep in mind that peaq has 18 decimals, so if you want to stake 250 tokens you’ll need to enter
250000000000000000000. - The min stake amount for the delegator is
100 $PEAQ. - 1 collator can be backed up by
100delegators max.
- Click
Submit Transaction

