Skip to main content

CashAddr

wallet
technology
bch

The native address format for Bitcoin Cash (BCH), using a human-readable prefix and Base32 encoding with strong error detection.

1
definition

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.

2
caution
  • Always verify the bitcoincash: prefix when sending BCH
  • Some apps omit the prefix for brevity; the address is still a valid CashAddr
  • CashAddr is distinct from Bitcoin's Bech32 (bc1...) — do not mix networks
Conceptual links

Related terms

4 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.