Network

Testnet - Arbitrum Sepolia ↔ Bitlazer Sepolia

Faucet

A faucet is a web application that dispenses small amounts of cryptocurrency to users for free, allowing them to acquire tokens without needing to purchase them. https://bitlazer-sepolia.hub.caldera.xyz/

Contract Addresses

  • sepoliaWBTC: 0xa655cc81abD4A475fba7E8Ef4511A9e7bcbd1688

  • lzrBTC: 0x9787F9E130B82A2F45C9690884f5585f471C463E

Mainnet - Arbitrum One ↔ Bitlazer

Obtain WBTC on Arbitrum and convertem them 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 lBTC.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 lBTC.burn(ethers.utils.parseEther('1'))

Last updated