Quick answer
A public key is cryptographic information that helps verify signatures or derive an address, depending on the network.
What is Public key?
A public key can be shared so others can verify signatures or use it in address-generation rules. It is related to a private key mathematically, but publishing the public key should not reveal the private key under the intended cryptographic assumptions.
The useful way to approach this term is to separate its definition from the assumptions people often attach to it. In crypto, the same word can appear in a protocol rule, a user interface, a market-data label, or a marketing claim. Check which layer the explanation is describing.
Why does public key matter?
Public keys, addresses, and account identifiers are related but not identical in every network. Understanding the difference helps avoid sending assets to the wrong format or confusing visibility with spending authority.
Concrete example
See it in a real situation
A wallet may derive an address from a public key and share the address for receiving. The recipient still needs the corresponding private key to authorize a spend.
Common misconceptions
What this term does not mean
- A public key is not a private key that has been made visible by accident.
- A public address can be observable without proving who controls it.
Related terms
Sources and further reading
Definitions are written for education and checked against the sources below where relevant. A source can explain a protocol or rule without endorsing every product built around it.