LogoLogo
HomeDappGithub
  • 🌈What is Bifrost
    • Bifrost vs Others
    • Bifrost cross-chain architecture
    • Bifrost security model
  • 🧬Tokenomics 2.0
    • Overview
    • Protocol Growth Flywheel
    • Core - bbBNC
      • How to get or redeem?
    • BNC
    • vBNC
    • Treasury
  • 📚FAQ
    • Glossary
    • What are vTokens?
      • vETH
      • vKSM
      • vDOT
      • vFIL
      • vGLMR & vMOVR
      • vMANTA
      • vASTR
      • Validator Governance
      • XCM V3 in Bifrost
      • Mint/Redeem vToken without Dapp
    • What is LoopStake?
      • LoopStake Lending Parameters
    • What is LST Governance?
    • What is LST Stable Swap?
  • 🏃Dapp Tutorials & use cases
    • Liquid Staking on Bifrost
    • Liquid Staking on Omni LS
    • Loop Stake (Leverage Staking)
    • Governance with vDOT & vKSM
    • Providing Liquidity on DEX/Perp DEX
    • Supplying Liquidity on Money Market
    • Yield DCA
    • Farming
    • Unstaking
  • 🦸For the Community
    • Ambassadors
    • Governance
      • Overview
      • Proposal Guidelines (polkadot.js)
      • Proposal Guidelines (Subsquare)
      • OpenGov Components
      • OpenGov Tracks
        • Root
        • WhitelistedCaller
        • Liquid Staking
      • Proposal Template
        • HRMP
        • Validator Boost List
      • Bifrost Fellowship
      • On-chain Identity
    • Rainbow Boost
  • ⚒️For Builders
    • Build with SLPx
      • Overview
      • Supported Networks
        • Soneium
        • Astar
        • Manta Pacific
        • Moonbeam
        • Moonriver
        • Ethereum
      • XCM Oracle
    • vToken APIs
    • Builder Programs
      • Grants and Funding Program
      • Open Bounties
      • Bug Bounty
  • 🧩For Partners
    • Reward-Share Program (RSP)
      • Why RSP?
      • Integrate RSP
      • Claim RSP Rewards
      • Terms & Conditions
      • FAQ
    • Join The Program
    • Validator Boost List (VBL)
  • ⚖️For Collators
    • Requirement
    • Run a Collator
    • Stop Collating
  • 📦Resources
    • Tools
    • Audit Report
    • Press Kit
    • Token Icon
Powered by GitBook
On this page

Was this helpful?

  1. For Collators

Stop Collating

PreviousRun a CollatorNextResources

Last updated 5 months ago

Was this helpful?

To stop collating and leave the candidate pool, you must first schedule a request to leave the pool. Scheduling a request does not automatically remove you from the candidate pool, you must wait an exit delay (84 rounds). After the delay you will be able to execute the request and stop collating. While you are waiting the specified number of rounds, you will still be eligible to produce blocks and earn rewards if you're in the active set.

Schedule Request to Leave Candidates

To get started and schedule a request, navigate to the Developer tab, click on Extrinsics, and take the following steps:

  1. Select your candidate account

  2. Select parachainStaking pallet under the submit the following extrinsic menu

  3. Select the scheduleLeaveCandidates extrinsic

  4. Enter the candidateCount which you should have retrieved in the section

  5. Submit the transaction. Follow the wizard and sign the transaction using the password you set for the account

Execute Request to Leave Candidates

After the waiting period has passed, you'll be able to execute the request. To execute the request to leave the candidate pool, you'll first need to obtain the number of delegations the candidate has. To do so, you can query the candidate information, which will include the delegation count. To get started, click on the Developer tab, select Chain state, and take the following steps:

  1. From the selected state query dropdown, choose parachainStaking

  2. Select the candidateInfo extrinsic

  3. Choose the candidate account to get the information for

  4. Click the + button to submit the extrinsic

  5. Copy the delegationCount to be used for executing the leave candidates request

Important Step: Check and wait until the number in round `current` larger than your candidate 'leaving' number, then you can execute the following step below, otherwise, it will fail.

Now that you have the delegation count you can execute the request. Switch back to the Extrinsics tab and follow these steps:

  1. Select your candidate account

  2. Select parachainStaking pallet under the submit the following extrinsic menu

  3. Select the executeLeaveCandidates extrinsic

  4. Select the target candidate account (anyone can execute the request after the exit delay has passed after submitting the scheduleLeaveCandidates extrinsic)

  5. Enter the candidate's delegation count

  6. Submit the transaction. Follow the wizard and sign the transaction using the password you set for the account

⚖️
Get the Size of the Candidate Pool