Glossary
Private Key
A private key is a secret number that lets its holder authorize transactions and prove ownership of the assets tied to a blockchain address. Anyone who has it controls those funds, so it must never be shared.
The close-up. A private key is a large, randomly generated secret number. Through cryptography, it mathematically corresponds to a public key and the address derived from it. When you send crypto, your wallet uses the private key to produce a digital signature — proof that the owner authorized the transaction — without ever revealing the key itself. The network can verify the signature against the public key, but it cannot work backward to recover the secret. In practice, most people never see the raw number. Instead, a wallet manages it and often represents it as a human-readable seed phrase for backup.
The wide shot. The private key is the foundation of self-custody, and it reframes what "owning" crypto means. Control of the key is control of the assets — a principle often summarized as "not your keys, not your coins." There is no central authority to reset a forgotten key or reverse a theft. If the key is lost, the funds tied to it generally become permanently inaccessible; if it is exposed, they can be taken.
This is why key management matters more than almost anything else in crypto. Approaches range from hardware wallets and offline cold storage to custodial services that hold keys on a user's behalf. Each choice trades convenience against control and risk. Understanding private keys is essential context for any crypto decision — do your own research.