Glossary: Private Key

A private key is a secret cryptographic code that proves ownership of a blockchain wallet and authorizes its transactions; anyone who holds it has full control of the wallet's assets.

What is a Private Key?

A private key is a secret cryptographic code that proves ownership of a blockchain wallet and authorizes its transactions; anyone who holds it has full control of the wallet's assets.

Private Key Explained

Think of a mailbox on a public street. Anyone can see it and drop letters in, but only the person with the key can open it.

A wallet address is the mailbox: public, shareable, safe to show. The private key is the key that opens it, and the only thing standing between your assets and everyone else.

There is no password reset onchain. Lose the private key and access is gone forever. Leak it and whoever holds it can move everything instantly. That is why key security is the first rule of self-custody.

What a Private Key Means For

Audience

Use Case

Crypto users

Understand what actually controls their funds and how to store keys safely

Developers and product teams

Design wallet flows and integrations that never expose or request users' private keys

Security and compliance teams

Define custody models and key management policies for institutional operations

Examples

  1. A user signs a transaction with their private key inside their wallet app, authorizing a transfer without the key ever leaving the device.

  2. A hardware wallet keeps the private key in a dedicated offline device, isolating it from malware on the user's computer.

  3. A phishing site tricks a user into entering their key, and their wallet is drained within minutes.

  4. An institution splits control with a multisig setup so no single key can move treasury funds alone.

FAQs

What is the difference between a private key and a public key?

The public key, and the address derived from it, can be shared openly to receive funds. The private key must stay secret because it signs transactions and controls the wallet.

What happens if I lose my private key?

Without the key or a seed phrase backup, the wallet's assets are permanently inaccessible. No company or network administrator can restore access.

Should I ever share my private key?

No. Legitimate apps never ask for it. Connecting a wallet shares your address only; any request for the key itself is an attack.

How do wallets protect private keys?

Software wallets encrypt keys on the device and sign transactions locally. Hardware wallets keep keys in dedicated offline hardware that never exposes them.

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

A seed phrase is a human-readable master backup that derives all of a wallet's private keys. The private key controls a specific address; the seed phrase regenerates everything.