# Bitcoin Address Formats

* **Mainnet**
  * Bech32: `bc1...` (SegWit), `bc1p...` (Taproot)
  * Base58: `1...` (P2PKH), `3...` (P2SH)
* **Testnet**
  * Bech32: `tb1...`, Taproot: `tb1p...`
  * Base58: `m...` / `n...` (P2PKH), `2...` (P2SH)

> LeadFi validates that your address format matches the current environment (mainnet vs testnet) to reduce mistakes.
