> ## 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 Delegator Set

## 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)`

<img src="https://mintcdn.com/peaq/H1zxsjVQsch8XR3k/assets/img/polkadot-js-delegator-1.png?fit=max&auto=format&n=H1zxsjVQsch8XR3k&q=85&s=109cbde3b1983f3190587fbb318677ff" alt="polkadot-js-delegator-1" width="2218" height="823" data-path="assets/img/polkadot-js-delegator-1.png" />

1. Select `Id` in the dropdown list in the field `collator: MultiAddress (LookupSource)`.
2. Paste the `Id` (which you copied during the previous step) to the `Id:AccountId` field.
3. Enter the staking amount to the `amount: u128 (BalanceOf)` field.

<Note>
  * 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 `100` delegators max.
</Note>

4. Click `Submit Transaction`
