A zero address (usually displayed as 0x000…000) in Ethereum and other blockchains refers to a default address with no private key owner. It’s often used in smart contracts to represent “burned” tokens, meaning tokens sent there are effectively destroyed. You’ll often see a zero address in token burn events or failed transaction records. Understanding it helps when reading smart contract logs or token supply data.