# Increase Bond

If you want to stake more TUR to a collator you have already staked, you can use `delegatorBondMore(candidate, more)` function under [parachainStaking option here](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.turing.oak.tech#/extrinsics)

![delegate bond more](https://3282887039-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJhkuXNZFKT0RXjh9M4l1%2Fuploads%2FWl1GFyqCn8ifwvBclrpM%2Fdelegatebondmore.jpg?alt=media\&token=45827d9a-c83b-4221-be76-bfea063b5032)

As seen in image above

1. Select your wallet account&#x20;
2. Select `paraChainStaking` from the dropdown
3. select `delegatorBondMore(candidate, more)`
4. paste the validator Collator address with whom you previously staked
   1. &#x20;in case of pathrocknetwork you can use the following address: <mark style="color:blue;">`6BkqEuMXuNYzssdPQYpo4eVbcA2756RdfBHbSAvgj5FFZx71`</mark>
5. in more: field input the amount you want to stake, remember to multiply it by 10000000000 for example if you want to stake 50 TUR the amount to input will be: `50 * 10000000000 = 500000000000`
6. Press <mark style="background-color:purple;">Submit Transaction</mark> button

{% hint style="success" %}
You can head over to the [following link](https://turing.stg.subscan.io/) and input your TUR wallet address, at the bottom you can see Extrinsics with Action: parachainstaking (delegator\_*bond\_*&#x6D;ore) and Result column with a green tick mark. Congratulation you have successfully increased your TUR stake.
{% endhint %}
