CL
ChainLens

Private Key

basicsbeginner

Definition

A large random number (256 bits) that mathematically proves ownership of a wallet address. Anyone with the private key controls the funds. Never share it with anyone, ever.

Example

Your private key is typically represented as a 12 or 24 word 'seed phrase' that's easier to back up than a raw 256-bit number.

Related