SpacePay

Address

Quick Answer

A blockchain address is a unique alphanumeric identifier representing a destination for sending or receiving cryptocurrency on a specific network.

Full Definition

A blockchain address is a unique alphanumeric identifier that represents a destination for sending or receiving cryptocurrency on a specific network. Addresses are derived from public keys using cryptographic hashing. Each blockchain has its own address format — Ethereum uses 0x-prefixed hexadecimal strings (42 characters), Bitcoin uses Base58 or Bech32 encoding, and Solana uses Base58. Merchants receive a unique deposit address per transaction to reconcile payments automatically. Address validation is critical in payment processing to prevent funds being sent to invalid or wrong-chain addresses.