Beginner

What Is a Private Key?

By DappAtlas editors ·

On this page

A private key is a secret number that proves you own a blockchain address and lets you sign transactions from it. Anyone with the private key controls the funds at that address.

Key takeaways

  • A private key signs transactions for exactly one address.
  • The matching public key and address can be shared safely; the private key cannot.
  • Wallets usually derive many private keys from one seed phrase.
  • Exporting a private key is risky; paste it only into a wallet you trust.

Not to be confused with: seed phrase — the master backup that can regenerate every private key in a wallet.

How a private key works

On Ethereum and other EVM networks, a private key is a 256-bit number. The public key and the address are calculated from it, but you cannot go back from the address to the key. Your wallet uses the key to sign each transaction.[1]

How a private key is used

You rarely see it: the wallet keeps it encrypted and signs for you. Some wallets let you export it to move a single address to another app.

Risks and scams

Malware and fake “wallet sync” sites try to steal private keys. Once someone has the key, they can move funds and there is no way to reverse the transaction.[3]

Private key vs seed phrase

A seed phrase can regenerate every private key in a wallet; a private key controls only its own address.

The Bottom Line

Your private key is your ownership of an address. Keep it inside your wallet, and if you ever export it, treat it like cash.

Educational content, not financial advice.

Pros
  • Lets you move one address between wallets
  • Needs no third party to prove ownership
Cons
  • Anyone who copies it controls the funds
  • Cannot be changed; a leaked key means moving funds to a new address
  • Easy to leak through clipboard malware
Sources (3)
  1. [1] ethereum.org. “Ethereum accounts.” Accessed Sep 26, 2026.
  2. [2] Bitcoin Improvement Proposals. “BIP-32: Hierarchical Deterministic Wallets.” Accessed Sep 26, 2026.
  3. [3] Federal Trade Commission. “What To Know About Cryptocurrency and Scams.” Accessed Sep 26, 2026.
WalletsSecurity

Private key FAQ

Can someone find my private key from my address?

No. The address is derived from the key in one direction only; it cannot be reversed with current technology.

What should I do if my private key leaks?

Create a new wallet with a new seed phrase and move your funds right away. A leaked key cannot be changed.

How this page works

Sources: ethereum.org, Bitcoin Improvement Proposals, Federal Trade Commission. Data as of Sep 26, 2026.

How we review

Not affiliated with any project listed. Educational content, not financial advice.