โ“How to: Bond more tokens to collator

Steps to bond more tokens to the collator:

  1. Mint Liquidity on app.mangata.finance

  1. Open Subscan on your mint liquidity extrinsic

  1. Scroll Down to events and open liquidity_minted event Bottom number is amount of liquidity you got - copy it somewhere

  1. Schedule bond increase: Visit the UI: Developer โ†’ 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.

  1. Wait for 2 sessions (1 session on the testnet is 6 hours)

  2. Execute bond request: Visit the UI: Developer โ†’ Extrinsics

    • Make sure your account is selected

    • parachainStaking.executeCandidateBondRequest

Last updated