> ## 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.

# Adjust Delegator Stake

## Adjust Delegator Stake

Open the **Developer** tab, and click **Extrinsics**. There, you'll need to submit the extrinsic with the amount you would like to add/subtract from your stake.

### To Increase Your Stake

`Developer → Extrinsics → Submission → parachainStaking → delegatorStakeMore(more)`

<img src="https://mintcdn.com/peaq/H1zxsjVQsch8XR3k/assets/img/polkadot-js-delegator-2.png?fit=max&auto=format&n=H1zxsjVQsch8XR3k&q=85&s=d7cda2ad3bd23a6d041e686db4ba8d9e" alt="polkadot-js-delegator-2" width="2552" height="977" data-path="assets/img/polkadot-js-delegator-2.png" />

Keep in mind that krest has 18 decimals, so if you want to stake 300 \$KREST you'll need to enter `300000000000000000000`.

1. Select `Id` in the dropdown list in the field `collator: MultiAddress (LookupSource)`.
2. Paste the same `Id` (which you used during the `joinDelegators` step) to the `Id:AccountId` field.
3. Enter the additional staking amount to the `more: u128 (BalanceOf)` field.
4. Click `Submit Transaction`

### To Decrease Your Stake

`Developer → Extrinsics → Submission → parachainStaking → delegatorStakeLess(less)`

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

Keep in mind that krest has 18 decimals, so if you want to stake 100 \$KREST you'll need to enter `100000000000000000000`.

1. Select `Id` in the dropdown list in the field `collator: MultiAddress (LookupSource)`.
2. Paste the same `Id` (which you used during the `joinDelegators` step) to the `Id:AccountId` field.
3. Enter the staking amount to be subtracted in the `less: u128 (BalanceOf)` field.
4. Click `Submit Transaction`

## Unlock Your Unstaked Tokens

`Developer → Extrinsics → Submission → parachainStaking → unlockUnstaked(target)`

<img src="https://mintcdn.com/peaq/H1zxsjVQsch8XR3k/assets/img/polkadot-js-delegator-4.png?fit=max&auto=format&n=H1zxsjVQsch8XR3k&q=85&s=f55752eda2c4c96a73e7fc30e3198ba3" alt="polkadot-js-delegator-4" width="2535" height="859" data-path="assets/img/polkadot-js-delegator-4.png" />

<Note>
  * You will be able to unlock your tokens in 14 days after sending `delegatorStakeLess`.
  * To check when you'll be able to unstake, use:

  `Developer → Chain state → parachainStaking → unstaking`
</Note>

<img src="https://mintcdn.com/peaq/H1zxsjVQsch8XR3k/assets/img/polkadot-js-delegator-5.png?fit=max&auto=format&n=H1zxsjVQsch8XR3k&q=85&s=a5a8b14e6a01c82a850a6bbc87355d8f" alt="polkadot-js-delegator-5" width="2557" height="962" data-path="assets/img/polkadot-js-delegator-5.png" />

1. Select `Id` in the dropdown list in the field `target: MultiAddress (LookupSource)`.
2. Use the address of your delegator account in the `Id:AccountId` field.
3. Click `Submit Transaction`.
