Private Key
A private key is the secret piece of data that proves ownership of a crypto address and authorizes it to send funds.
A private key is a secret string of data that lets a crypto wallet prove ownership of an address and sign transactions from it — whoever holds it has full control over whatever funds that address holds.
Every crypto address is paired with a private key behind the scenes, generated together as a matched set. The address is safe to share; it's how others send you funds. The private key is the opposite — it's the one piece of information that lets a wallet actually spend from that address, by producing a digital signature that the network can verify came from the key without the key itself ever being revealed. This is what makes crypto ownership fundamentally different from a bank account: there's no institution to call if a private key is lost or stolen, no password reset, and no way to freeze or reverse a transaction someone else's key was used to sign. Possession of the key is possession of the funds, full stop.
This matters when swapping because it's the reason a non-custodial swap needs no account or sign-up: your wallet uses its own private key to authorize sending funds to an exchange partner, and the swap result comes back to a wallet you control the same way — nothing about the process ever asks for or touches that key. It also explains why "private key" and "seed phrase" show up together so often: in practice, almost nobody handles a raw private key directly. Wallet software instead generates a seed phrase, a human-readable backup that can regenerate all of a wallet's private keys, and that phrase is what actually gets written down and protected. Treat the two as equally sensitive — anyone who has your seed phrase effectively has every private key it can derive.
Where a private key lives also shapes its exposure. A hot wallet keeps its keys on an internet-connected device, ready to sign at any time, which is convenient but reachable by malware if that device is compromised. A cold wallet keeps keys offline until a transaction is deliberately signed, shrinking that window. Either way, a private key only exists on your own device or hardware wallet — that's what non-custodial means, and it's why no legitimate exchange or wallet provider will ever ask you to type a private key or seed phrase into a website, support chat, or form. If something asks for it, treat that as the request itself being the scam, regardless of how official it looks.
Because losing a private key (or the seed phrase behind it) means losing access to the funds permanently, with no recovery path, backing it up correctly the first time is worth the effort — the seed phrase backup guide covers the standard practices for doing that safely.