# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mangata.finance/welcome/guides/proof-of-liquidity-guides/collator-guide/how-to-bond-more-tokens-to-collator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
