Skip to main content
answer

What is a Private Key?

· Editorial Team · · ~4 min read

Private Key A secret cryptographic number that authorizes transactions on a blockchain, proving ownership of the funds at the associated address. Whoever holds the private key controls the assets.

How It Works

01 A private key is a randomly generated 256-bit number, typically displayed as a long hexadecimal string or derived from a seed phrase.
02 The wallet uses elliptic curve cryptography to derive a public key and address from the private key — but never the reverse.
03 To send crypto, the private key signs the transaction, producing a signature the network can verify without revealing the key.
04 Anyone with the private key can spend the funds, so it must never be shared or exposed online.

Why It Matters

The private key is the ultimate proof of ownership — losing it means losing access to your crypto permanently.
"Not your keys, not your coins" — funds on exchanges are controlled by the exchange's keys, not yours.
Unlike passwords, private keys cannot be reset or recovered through customer support.
Securing private keys (hardware wallets, multisig) is the foundation of crypto self-custody.

Common Questions

What does a private key look like?

It can appear as a 64-character hexadecimal string, a QR code, or as 12-24 words (seed phrase) that deterministically derive keys.

Can I recover a lost private key?

No — without the key or seed phrase, the funds are permanently inaccessible. This is why backing up the seed phrase is critical.

Should I ever share my private key?

Never. Legitimate services never ask for your private key. Anyone requesting it is attempting to steal your funds.

What is the difference between a private key and a seed phrase?

A seed phrase derives one or many private keys. A private key controls a single address. Both must be kept secret and backed up.

References

  1. https://ethereum.org/en/security/
  2. https://www.coinbase.com/learn/crypto-basics/what-is-a-private-key
  3. https://www.ledger.com/academy/crypto/what-is-a-private-key

Related Guides

Educational content · Not financial advice · Trade at your own risk