Concept comparison
Public Key vs Address
A public key verifies signatures; an address is a shorter receiving identifier derived from key material.
Dimension
Public Key
Address
Purpose
Gives users a compact destination for receiving funds.
Takeaway: Verification and receiving identifiers are related but not identical.
Derivation
Usually derived by hashing and encoding public-key material.
Takeaway: Addresses add usability and a checksum layer on top of keys.
Exposure
Often revealed when spending from an address.
Takeaway: Address reuse can leak more linkage and metadata than beginners expect.
Recovery
Recoverable by deriving wallet keys and address paths again.