What is a Private Key?
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
Why It Matters
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.