GlossaryBlockchain Glossary
Public Key
A cryptographic key derived from the private key using elliptic curve cryptography (secp256k1 on Ethereum). The public key is used to verify signatures and derive the wallet address (the last 20 bytes of its Keccak-256 hash). It can be safely shared.