Crypto Basics 1 min read
Private Key
Also known as: Seed Phrase, Mnemonic
The secret number that proves ownership of a crypto address. Whoever has the key controls the coins.
Why it exists
Every crypto address is a lock. The private key is the only way to open it and move the coins. The entire security model of crypto boils down to this one fact.
Rules of thumb
- Never store keys or seed phrases in plaintext online.
- Never enter a seed into a website. Ever.
- If it's important, write it on metal, not paper — fire and water happen.
- A hardware wallet keeps the key inside a signing chip that never exposes it to your PC.
Frequently asked
Can a private key be recovered if lost?
No. If the seed phrase is lost and you have no other backup, the coins at that address are unrecoverable.
Is a public address derived from the private key?
Yes. A one-way mathematical function derives the public key and then the address from the private key. You cannot reverse it.