> For the complete documentation index, see [llms.txt](https://docs.mangata.finance/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mangata.finance/welcome/guides/proof-of-liquidity-guides/collator-guide/how-to-bond-more-tokens-to-collator.md).

# How to: Bond more tokens to collator

Steps to bond more tokens to the collator:

1. Mint Liquidity on [app.mangata.finance](http://app.mangata.finance)

<img src="/files/c8L4wfndLlEwc2d16G3c" alt="" data-size="original">

2. Open [Subscan](https://mangatax.subscan.io/account/) on your mint liquidity extrinsic

<figure><img src="/files/j8qhi6Z1jl45g8o2mHsb" alt=""><figcaption></figcaption></figure>

3. Go inside extrinsic via extrinsic hash: Example link: <https://mangatax.subscan.io/extrinsic/0xaf8a27765ff6114b7382fffe43220f846339c8c394282dba5cc5e60898c3b4ff>
4. Scroll Down to events and open liquidity\_minted event Bottom number is amount of liquidity you got - copy it somewhere

<figure><img src="/files/1sdLwhObiFUeP2CTtT5C" alt=""><figcaption></figcaption></figure>

5. Schedule bond increase: Visit the UI: [Developer → Extrinsics](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fprod-kusama-collator-01.mangatafinance.cloud#/extrinsics)
   * Make sure your account is selected
   * parachainStaking.scheduleCandidateBondMore
   * Put the number from the screenshot on step 4 into the “more” section and enable the “Include Option” toggle with `useBalanceFrom: ActivatedUnstakedReserves`.

<figure><img src="/files/HUYNTWTGIgCWOU4ZVetq" alt=""><figcaption></figcaption></figure>

6. Wait for 2 sessions (1 session on the testnet is 6 hours)
7. Execute bond request: Visit the UI: [Developer → Extrinsics](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fprod-kusama-collator-01.mangatafinance.cloud#/extrinsics)
   * Make sure your account is selected
   * parachainStaking.executeCandidateBondRequest
