## Mainnet Conversion In this section we will go over the steps of converting BTC to rBTC and vice versa in Bitcoin and Rootstock network. :::tip[Tip] The minimum amount of Bitcoin to convert is **0.005 BTC** for Mainnet. ::: ### BTC to rBTC conversion Instructions on how to do a Mainnet peg-in. ````mdx-code-block > Note: Use a legacy Bitcoin wallet (not Segwit) with a public key beginning with `m` or `n`, and a private key prefixed by `p2pkh`. ```` ### rBTC to BTC conversion Instructions on how to do a Mainnet peg-out. ````mdx-code-block ```` ## Testnet Conversion In this section we will go over the steps of converting t-BTC to tRBTC, and vice versa on the Bitcoin and Rootstock Testnets. :::tip[Tip] The minimum amount of Bitcoin to convert is **0.005 tBTC** for Testnet. ::: ### tBTC to tRBTC conversion Instructions on how to do a Testnet peg-in. ````mdx-code-block ```` ### tRBTC to tBTC conversion Instructions on how to do a Testnet peg-out. :::info[Note] The release process on Bitcoin network takes 10 Rootstock block confirmations and at least 10 more minutes. ::: ````mdx-code-block ````