📖
SwissBorg Docs
  • SwissBorg Documentation
  • BORG Migration
    • How to migrate?
      • SwissBorg app
      • Migration Website
      • Etherscan
    • Business Logic
    • Technical Documentation
      • SwissBorgToken.sol
      • ChsbToBorgMigrator.sol
    • Security
    • Audit
    • Contract Addresses
  • Bridge
    • How to bridge?
      • SwissBorg app
      • Bridge Website
    • Security
      • Rate Limiting
    • Audits
    • Contract Addresses
  • Whitepaper
    • Whitepaper
  • Links
    • SwissBorg
    • Github
    • Discord
    • Twitter
    • Twitter | Engineering & DeFi
Powered by GitBook
On this page
  1. BORG Migration
  2. How to migrate?

Etherscan

PreviousMigration WebsiteNextBusiness Logic

Last updated 1 year ago

  1. You need to approve your CHSB to be spent by the migrator.

On the CHSB , select "Write Contract", use the method approve and pass as parameters:

  • spender: 0xaA854688caAB725fe17b7D21b46fDA5AF365985a

  • value: <your amount of CHSB with 8 decimals>

For example, to migrate 100 CHSB, you have to put the value 10000000000 (100 followed by 8 zeros).

  1. You can migrate!

On the migrator , select "Write as Proxy", use the method migrate and pass as parameters:

  • amount: <your amount of CHSB with 8 decimals>

This is the same amount that you passed before. Once the transaction is executed, your BORG will be automatically sent to your wallet.

contract
contract