Network

Mainnet - Arbitrum One ↔ Bitlazer

Obtain WBTC on Arbitrum and convert into stakeable lzrBTC on Bitlazer network

Convert the WBTC into lzrBTC via UI on bitlazer.io or interact with the lzrBTC smart contract on Arbitrum directly: 1. Mint WBTC into lzrBTC:

const lzrBTC = await ethers.getContractAt('lzrBTC', '0x0c978B2F8F3A0E399DaF5C41e4776757253EE5Df', wallet)
await lzrBTC.mint(ethers.utils.parseEther('1'))

2. Use Bitlazer <> Arbitrum 2-way bridge to move lzrBTC in and out of Bitlazer network 3. Stake lzrBTC and benefit out of the network bootstrap rewards 4. Withdraw your WBTC and accumlated lzrBTC staking rewards

const lzrBTC = await ethers.getContractAt('lzrBTC', '0x0c978B2F8F3A0E399DaF5C41e4776757253EE5Df', wallet)
await lzrBTC.burn(ethers.utils.parseEther('1'))

Last updated