What is privacy coin?

An asset whose protocol hides transaction details by default or by option, rather than leaving them readable on a public ledger.

Not yet verifiedHow we verify

3 min read

In this entry

An asset whose protocol hides transaction details by default or by option, rather than leaving them readable on a public ledger.

The category is the sharpest point of friction between crypto and financial regulation: exchanges in several jurisdictions have delisted these assets to satisfy supervisors, so availability is narrower and more changeable than for other assets. Availability, not the technology, is usually the deciding factor for a buyer, and RampAtlas tracks that per jurisdiction rather than making a case for or against.

The common misreading is that ordinary blockchains are already private. They are not. A public ledger is pseudonymous, and once an address is linked to a person every transaction it ever made becomes readable by anyone, forever. Privacy coins exist because that property is unusual for money and, for many holders, unwelcome.

How it works

Different projects hide different things, and no single design conceals everything.

  1. Sender ambiguity. A ring signature proves that one member of a group authorized a spend without revealing which, so an observer cannot identify the source output.
  2. Recipient concealment. A stealth address causes each payment to land at a fresh one-time address derived from the recipient's published keys, so their address never appears twice on chain.
  3. Amount hiding. Commitment schemes let the network verify that inputs equal outputs without revealing either figure.
  4. Optional shielding. Some chains keep a transparent ledger alongside a shielded pool, and users choose per transaction. See shielded transaction and zero knowledge proof.

Default privacy and optional privacy behave differently in practice. When shielding is optional, the shielded set is smaller and moving between the two sides is itself observable, which weakens the protection for everyone using it.

Example

Consider two transfers of the same size. On a transparent chain, anyone with the receiving address can open a block explorer, see the amount, see the sending address, and follow both backwards and forwards through every prior and subsequent transaction. If that address once withdrew from an exchange account in your name, the link is permanent.

On a chain with default privacy, the same transfer shows that a valid transaction occurred and nothing else: not the amount, not the source, not the destination. Both transactions settle identically. The difference is entirely in what a third party can reconstruct afterwards, which is also why supervisors treat the two categories differently.

Why it matters when you buy

For these assets the practical question is almost never technical. It is whether any exchange serving your jurisdiction lists the asset at all, and whether a listing you rely on today survives the next supervisory cycle. That is what Buyability grades and the jurisdiction pages record, and why you cannot buy this coin explains the usual causes.

ring signature — hides which input was spent; stealth address — a fresh address per payment; shielded transaction — the opt-in private pool; delisting — the main availability risk; view key — selective disclosure to a third party; chain analysis — what these designs resist.

Questions

Are privacy coins illegal?

The assets themselves are not generally prohibited, but distribution is restricted in several places, and some exchanges have removed them to satisfy supervisors rather than because of a specific ban. The rule that binds you is the one in your own jurisdiction, and it applies to the exchange too.

Is Bitcoin private?

No. It is pseudonymous. Every transaction is permanently public, and once an address is associated with an identity, the history attached to it is readable by anyone who looks.

Can I show someone my transaction history if I need to?

On several designs, yes. A view key grants read access to an auditor or tax authority without giving them the ability to spend, which is how holders reconcile privacy with reporting obligations.