Quiz Entry - updated: 2026.07.30
What is an address (on a blockchain)?
A short public identifier for your account, derived from your public key — on Ethereum by hashing the public key and keeping the last 20 bytes.
It is what you share to receive funds and what appears as the "from"/"to" in the ledger. The derivation chain private key → public key → address is each one-way, so revealing your address never endangers your funds.