Unstake sBOC

Due to the possibility that users may not always be able to access the Bank of Cronos website due to hosting issues, we want to show users that they can still interact with the Bank of Cronos contracts to perform certain actions such as staking. In this guide, we will show you how to unstake your sBOC tokens via Cronoscan.

If you have never unstaked sBOC before, there are two steps involved:

  1. Approve the staking contract to spend your sBOC tokens.

  2. Unstake your sBOC tokens.

If you have unstaked sBOC before, there is only one step to perform: Unstake your sBOC tokens.

How to approve sBOC spending via Cronoscan

  • Check and ensure your selected network is "Cronos Mainnet" in your wallet. Then press Connect to Web3 to connect your wallet if you haven't done so.

  • Once it is connected, go to the 1. approve tab option.

  • On the spender (address) field, we would fill in the staking contract address. Enter this value: 0x8119595311e651a6598065AaEC9A10175a69b5b2

  • On the amount (uint256) field, fill in the amount of sBOC you would like the staking contract to spend on your behalf, and multiply it by 1e9. If you don't want to repeat this step whenever you want to unstake, you can choose a very large value. Let's say you want to allow the contract to spend up to 1e9 sBOC on your behalf, you would enter: 1000000000000000000

  • Click Write.

  • Sign the transaction on Metamask and wait for it to complete.

How to Unstake sBOC via Cronos Chain Explorer

  • Check and ensure your selected network is "Cronos Mainnet" in your wallet. Then press Connect to Web3 to connect your wallet if you haven't done so.

  • Once it is connected, go to the 13. unstake tab option.

  • On the _amount (uint256) field, fill in the amount you wish to unstake, and multiply it by 1e9. For example, if you want to unstake 1 sBOC, fill in the value: 1000000000

  • On the _trigger (bool) field, fill in the value: true

  • Click Write.

  • Sign the transaction on Metamask and wait for it to complete.

Last updated