Skip to main content

CashAddr

wallet · bitcoin-cash · standard

A Bitcoin Cash address format with a network prefix, Base32 payload, type information, and error-detecting checksum.

1.general

CashAddr is the address format standardized for Bitcoin Cash. A full mainnet address includes the human-readable bitcoincash: prefix, a Base32 payload identifying an address type and hash, and a checksum designed to detect common transcription errors.

2.prefix

Some interfaces omit the prefix when the network is already known, but the prefix supplies important context and test networks use different values. Software should not infer BTC, BCH, mainnet, or testnet solely from a shortened visual pattern.

3.safety

A checksum can detect some typing mistakes; it cannot verify the intended recipient, asset, or trustworthy ownership of an address. Confirm the complete destination in a trusted display, keep the network explicit, and do not convert formats unless the tool and receiving service support the same underlying output type.

CashAddr specification

Related terms

All terms and definitions may update as the Cryptionary improves.