The native address format for Bitcoin Cash (BCH), using a human-readable prefix and Base32 encoding with strong error detection.
CashAddr is the address format used by Bitcoin Cash (BCH). It includes a human-readable prefix (e.g., bitcoincash:
) and base32-encoded payload with a checksum to reduce errors.
Compared to legacy Base58Check formats, CashAddr is easier to read, copy, and scan via QR codes. The prefix helps prevent sending coins to the wrong network.
bitcoincash:qq07s9... (P2PKH) — or — bitcoincash:pq07s9... (P2SH)
bitcoincash:
prefix when sending BCHbc1...
) — do not mix networksAll terms and definitions may update as the Cryptionary improves.