Privacy coins: complete list, history and global regulation
Privacy coins hide the things a public blockchain normally broadcasts — who paid, who was paid, and how much. This guide catalogues every meaningful privacy asset still trading in 2026, explains the cryptography behind each one, traces four decades of digital-cash history, and summarises where each major jurisdiction now stands.
Key takeaways
- • A privacy coin is defined by what its ledger does not reveal: sender, receiver, amount, or the link between them.
- • Privacy is either mandatory (Monero, Grin, Pirate Chain) or optional (Zcash, Firo, Litecoin's MWEB) — optional privacy usually means a small shielded anonymity set.
- • No G7 country has banned holding or using privacy coins. Regulation targets the intermediaries: exchanges, custodians, and payment firms.
- • The EU's Anti-Money-Laundering Regulation is the strictest rule on the books: from 1 July 2027 EU-regulated crypto firms may not service anonymity-enhancing coins.
- • Because exchange listings keep shrinking, non-custodial swaps have become the main on-ramp for privacy assets — no account, no ID, funds never held by a third party.
What makes a coin a privacy coin
Bitcoin is pseudonymous, not private. Every transaction it has ever settled is public, permanent, and trivially linkable: chain-analysis firms cluster addresses, attach them to exchange deposits, and reconstruct a spending history that no bank statement would ever expose to the public.
A privacy coin breaks at least one of the three links a transparent ledger publishes — the sender, the receiver, and the amount — using cryptography rather than a promise. The strongest designs break all three by default, so every user contributes to everyone else's anonymity set; weaker designs make privacy optional, which shrinks that set to whoever bothers to opt in.
How to judge one
Is privacy on by default?
An optional shielded pool is only as private as the number of people using it. Mandatory privacy means the whole supply is the anonymity set.
What exactly is hidden?
Amounts, addresses, and the transaction graph are separate problems. Some chains hide amounts but leak the graph; mixnets hide network metadata but not the ledger.
Is there a trusted setup?
Early zk-SNARK systems required a multi-party ceremony whose toxic waste, if kept, could forge coins. Newer proof systems (Halo 2, Bulletproofs) removed that requirement.
Can you prove a payment when you need to?
View keys and disclosure proofs let a holder reveal a specific transaction to an auditor, accountant, or exchange without deanonymising the rest of their history.
Is it auditable at the supply level?
Fully shielded supplies make inflation bugs hard to detect. Monero's ring signatures and Zcash's turnstile design both address this differently.
The five privacy technologies
Almost every asset in the list below is built from one of five cryptographic families. Knowing which one a coin uses tells you more about its real-world privacy than its marketing does.
1.Ring signatures, RingCT and stealth addresses
A spend is signed by one real key hidden among decoys, amounts are hidden by Pedersen commitments proved with Bulletproofs, and each payment lands on a one-time stealth address derived from the recipient's public key.
Used by: Monero, Beldex, Zano, Dero
2.Zero-knowledge proofs (zk-SNARKs / Halo 2)
The spender proves in zero knowledge that a valid, unspent note exists and is being consumed correctly, without revealing which note, whose it is, or its value. Halo 2 removed the trusted-setup requirement in 2022.
Used by: Zcash, Iron Fish, Aleo, Namada, Penumbra, Railgun
3.CoinJoin and mixing protocols
Several users combine inputs into one transaction with uniform outputs, so an outside observer cannot match inputs to outputs. It is bolted onto a transparent chain, so quality depends on liquidity and on the coordinator.
Used by: Dash (PrivateSend), Decred (CoinShuffle++), PIVX, Particl
4.MimbleWimble
There are no addresses and no scripts: transactions are blinded commitments that can be merged and pruned, so the chain stores far less and reveals far less. Interactive transaction building is the trade-off.
Used by: Grin, Beam, Litecoin MWEB, Epic Cash
5.Confidential compute and network-layer privacy
Rather than shielding a payment, these networks shield the data or the traffic around it — secure enclaves, encrypted contract state, threshold cryptography, or a mixnet that hides who is talking to whom.
Used by: Secret Network, Oasis, Phala, Nillion, NYM, Orchid
Complete list of privacy coins (2026)
Every asset below either shields transaction data on its own chain or provides privacy infrastructure for other chains. Assets marked with a link have a live Monivo price page and can be swapped without an account. Market standing changes constantly — treat the status column as context, not as investment advice.
Mandatory-privacy chains
Every transaction is shielded, so the anonymity set is the entire user base. These are the assets regulators name explicitly.
| Coin | Launched | Privacy technology | Privacy by default | Notes |
|---|---|---|---|---|
| MoneroXMR | 2014 | RingCT, ring signatures, stealth addresses, Dandelion++ | Always on | The largest and most battle-tested privacy coin. Ring size 16, Bulletproofs+, and full-membership proofs (FCMP++) in development. The asset most affected by exchange delistings. |
| Pirate ChainARRR | 2018 | zk-SNARKs, mandatory shielded pool | Always on | A Komodo-family chain where every transaction must be shielded; small but consistently private by construction. |
| GrinGRIN | 2019 | MimbleWimble | Always on | Pure MimbleWimble with no premine, no founder reward, and linear emission. No addresses at all; transactions are built interactively. |
| BeamBEAM | 2019 | MimbleWimble, LelantusMW | Always on | The pragmatic MimbleWimble sibling: opt-in auditability, confidential assets, and one-sided payments added later. |
| BeldexBDX | 2018 | Ring signatures, stealth addresses (Monero-derived) | Always on | A CryptoNote fork with a privacy application layer — private messaging, browsing and VPN — running on masternodes. |
| ZanoZANO | 2019 | Ring signatures, confidential assets, hybrid PoW/PoS | Always on | Built by early Boolberry developers; focused on confidential asset issuance and an integrated DEX. |
| DeroDERO | 2018 | Homomorphic encryption, encrypted smart contracts | Always on | Encrypted balances plus private smart contracts, a niche that neither Monero nor Zcash addresses. |
| Epic CashEPIC | 2019 | MimbleWimble | Always on | Bitcoin-style emission on a MimbleWimble base; thin liquidity and limited exchange support. |
Optional-privacy chains
Transparent by default with a shielded or mixed mode users must choose. Convenient and exchange-friendly, but the anonymity set is only the shielded portion of supply.
| Coin | Launched | Privacy technology | Privacy by default | Notes |
|---|---|---|---|---|
| ZcashZEC | 2016 | zk-SNARKs (Sapling, Orchard/Halo 2) | Optional | The reference zero-knowledge currency. Unified addresses and the Orchard pool removed the trusted setup; shielded adoption has risen sharply since wallets defaulted to it. |
| DashDASH | 2014 | PrivateSend (CoinJoin) over masternodes | Optional | Launched as XCoin, then Darkcoin, renamed Dash in 2015. Now positions itself as fast digital cash rather than a privacy coin, but is still delisted alongside them. |
| FiroFIRO | 2016 | Lelantus Spark | Optional | Formerly Zcoin, and the first live implementation of Zerocoin. Lelantus Spark hides amounts and recipients without a trusted setup. |
| HorizenZEN | 2017 | zk-SNARK shielded pool, zk sidechains | Optional | Forked from Zclassic. Shielded transfers were deprecated on the mainchain as the project pivoted to zero-knowledge sidechain infrastructure. |
| PIVXPIVX | 2016 | SHIELD (Sapling-based), PoS | Optional | A long-running proof-of-stake chain that added Sapling-style shielded transactions and shielded staking. |
| VergeXVG | 2014 | Tor/I2P network obfuscation, stealth addresses | Optional | Launched as DogeCoinDark. Hides IP-level metadata rather than the ledger itself, so the transaction graph stays public. |
| Litecoin (MWEB)LTC | 2022 (MWEB) | MimbleWimble Extension Blocks | Optional | An opt-in confidential side pool on a top-20 chain. MWEB is the direct reason several exchanges reclassified LTC in Korea and Japan. |
| DecredDCR | 2019 (privacy) | CoinShuffle++ StakeShuffle mixing | Optional | Wallet-level mixing that a large share of the circulating supply passes through, funded by an on-chain treasury. |
| ParticlPART | 2017 | RingCT, confidential transactions | Optional | Privacy coin plus a decentralised marketplace with two-party escrow. |
| NavcoinNAV | 2014 | blsCT confidential transactions | Optional | One of the earliest optional-privacy chains; now community maintained with limited liquidity. |
| GhostGHOST | 2020 | RingCT, proof of stake | Optional | A Particl-derived privacy chain focused on private staking and payments. |
Zero-knowledge chains and shielded protocols
The newer generation: privacy as a programmable layer rather than a single currency.
| Coin | Launched | Privacy technology | Privacy by default | Notes |
|---|---|---|---|---|
| AleoALEO | 2024 | zkSNARK-based private execution (Leo language) | Always on | Applications run off-chain and post proofs, so program state stays private by default rather than by opt-in. |
| Iron FishIRON | 2023 | Sapling-style zk-SNARKs, encrypted notes | Always on | Every account and asset is shielded, with view keys for selective disclosure to auditors or exchanges. |
| NamadaNAM | 2024 | Multi-asset shielded pool (MASP) | Always on | A shared shielded pool for assets bridged in over IBC, so many tokens share one anonymity set. |
| PenumbraUM | 2024 | Shielded swaps, staking and governance | Always on | A private DEX and staking layer for the Cosmos ecosystem, where trades batch into sealed-bid auctions. |
| RailgunRAIL | 2021 | zk-SNARK shielded balances on EVM chains | Optional | A smart-contract privacy system rather than a chain, with an opt-in 'proof of innocence' compliance layer. |
| Aztec— | 2023 | Private zk rollup for Ethereum | Always on | Encrypted state and private smart-contract execution settling to Ethereum; earlier Aztec Connect was retired in 2023. |
Confidential compute and network privacy
These do not hide payments; they hide data, computation, or traffic metadata — the other half of a real privacy stack.
| Coin | Launched | Privacy technology | Privacy by default | Notes |
|---|---|---|---|---|
| Secret NetworkSCRT | 2020 | TEE-based encrypted contract state | Infrastructure | Smart contracts whose inputs, outputs and state stay encrypted inside secure enclaves. |
| Oasis NetworkROSE | 2020 | Confidential ParaTimes (Sapphire EVM) | Infrastructure | A confidential EVM runtime, aimed at private DeFi and data-tokenisation use cases. |
| Phala NetworkPHA | 2021 | TEE worker network | Infrastructure | Off-chain confidential compute for other chains, now positioned around verifiable AI workloads. |
| NillionNIL | 2025 | Blind computation, multi-party computation | Infrastructure | Nodes compute over encrypted data without ever decrypting it, splitting secrets instead of trusting hardware. |
| NYMNYM | 2021 | Mixnet with cover traffic | Infrastructure | Shields network metadata — timing, IP and packet size — which is what deanonymises most 'private' wallets in practice. |
| OrchidOXT | 2019 | Incentivised multi-hop VPN with probabilistic nanopayments | Infrastructure | A bandwidth marketplace where users pay providers per packet without an account. |
| Mask NetworkMASK | 2021 | Encrypted messaging over mainstream social platforms | Infrastructure | Browser-layer encryption so posts and payments can travel over platforms that were never designed for them. |
Notable failures and retirements
- • Haven Protocol (XHV) — synthetic private assets; the project wound down after an exploit and the collapse of its peg mechanism.
- • Tornado Cash — an Ethereum mixer, not a coin. Sanctioned by OFAC in August 2022 and delisted from the SDN list in March 2025 after a federal appeals court found immutable contracts are not sanctionable 'property'.
- • Samourai Wallet and Wasabi 1.0 coordinators — Bitcoin CoinJoin coordinators that shut down in April 2024 amid US enforcement action.
- • Bytecoin (BCN) — the original CryptoNote implementation Monero forked away from in 2014, effectively abandoned.
A short history of private digital money
Privacy coins did not appear with Bitcoin. They are the continuation of a cryptography argument that started in the early 1980s, and every major design in the table above is a response to a specific failure that came before it.
1983
Chaum's blind signatures
David Chaum publishes the blind-signature scheme that makes untraceable electronic cash mathematically possible — a bank can sign a note without seeing it.
1990
DigiCash
Chaum founds DigiCash and ships eCash. It works, but it needs a bank in the middle; the company files for bankruptcy in 1998.
1997–2004
Hashcash and b-money
Adam Back's hashcash and Wei Dai's b-money supply the proof-of-work and distributed-ledger ideas Bitcoin later combines.
2008–2009
Bitcoin
Satoshi Nakamoto solves double-spending without a central party. The whitepaper recommends a new address per payment — an early admission that the public ledger is a privacy problem.
2011–2012
The pseudonymity myth breaks
Academic clustering work and the first commercial chain-analysis tools show Bitcoin addresses can be linked and attributed at scale.
2013
CryptoNote and Zerocoin
The CryptoNote whitepaper introduces ring signatures and stealth addresses; Johns Hopkins researchers publish Zerocoin, the first practical way to break the transaction graph with cryptography.
2014
Monero and Darkcoin
Bytecoin's controversial launch prompts a fork that becomes Monero in April 2014. Darkcoin (later Dash) ships masternode-coordinated CoinJoin the same year.
2016
Zcash and Zcoin
Zcash launches in October with zk-SNARKs and the first large multi-party trusted-setup ceremony. Zcoin (now Firo) ships the first live Zerocoin implementation.
2016–2017
RingCT and MimbleWimble
Monero makes confidential amounts mandatory with RingCT in January 2017. The anonymous MimbleWimble paper, posted to an IRC channel in 2016, inspires Grin and Beam.
2018
The first regulatory wave
After the Coincheck hack, Japan's FSA presses exchanges to drop anonymous coins; Coincheck delists XMR, DASH and ZEC. Bulletproofs cut Monero fees by roughly 80% later that year.
2019
FATF Recommendation 16
The Financial Action Task Force extends the 'travel rule' to virtual assets, requiring originator and beneficiary data to travel with transfers — a rule that is structurally incompatible with shielded transactions. Grin and Beam launch in January.
2020–2021
Delistings spread
South Korea's amended Special Financial Information Act forces licensed exchanges to drop 'dark coins' in March 2021. Bittrex Global, ShapeShift and others remove privacy assets. Firo ships Lelantus; Secret and Oasis bring privacy to smart contracts.
2022
Tornado Cash sanctions and Halo 2
OFAC sanctions the Tornado Cash contracts in August — the first time code addresses are added to the SDN list. Zcash activates Orchard with Halo 2, eliminating the trusted setup.
2023–2024
Exchange retreat and the EU rulebook
Binance delists Monero globally in February 2024 after regional removals. Dubai's VARA rulebook bars licensed firms from anonymity-enhanced coins. In May 2024 the EU adopts the AML package, including a 2027 ban on servicing anonymity-enhancing coins.
2025
Courts push back
OFAC removes Tornado Cash from the SDN list in March 2025 following the Fifth Circuit's ruling that immutable smart contracts are not sanctionable property — the first significant legal win for privacy tooling.
2026
Privacy moves off the order book
With centralised listings thinner than at any point since 2017, most privacy-asset volume now clears through non-custodial swaps, atomic swaps and peer-to-peer markets rather than through exchange accounts.
Regulation around the world
Two things are worth separating. Almost nowhere is it illegal for an individual to hold or spend a privacy coin. What regulators restrict is the regulated intermediary — the exchange, custodian or payment firm — because that is where the travel rule and anti-money-laundering obligations bite. The global driver is FATF Recommendation 16, adopted for virtual assets in 2019: originator and beneficiary information must accompany a transfer, which a shielded transaction cannot supply.
| Jurisdiction | Stance | What actually applies |
|---|---|---|
| European Union | Restrictive | Regulation (EU) 2024/1624, adopted in May 2024, prohibits credit institutions, financial institutions and crypto-asset service providers from keeping anonymous accounts or handling anonymity-enhancing coins. It applies from 1 July 2027, and sits alongside MiCA and the EU transfer-of-funds rules. Holding privacy coins yourself is not banned. |
| United States | Mixed | No federal ban on privacy coins. Exchanges are money services businesses under FinCEN and must apply the travel rule, so several removed privacy assets voluntarily. OFAC sanctioned the Tornado Cash contracts in 2022 and delisted them in March 2025 after the Fifth Circuit ruled against the designation. State money-transmitter rules add a second layer. |
| United Kingdom | Mixed | No prohibition on the assets. FCA registration, the UK travel rule (in force since September 2023) and the financial-promotions regime make privacy-asset listings commercially unattractive; several exchanges dropped Monero for UK customers rather than solve the reporting problem. |
| Japan | Restrictive | The earliest mover. Following the 2018 Coincheck hack the FSA pressed registered exchanges to remove anonymous coins, and Monero, Dash and Zcash have been off Japanese venues since. |
| South Korea | Restrictive | The amended Act on Reporting and Use of Specific Financial Transaction Information took effect in March 2021 and effectively bars licensed exchanges from listing 'dark coins'. Litecoin was briefly reclassified after MWEB activated in 2022. |
| United Arab Emirates (Dubai) | Restrictive | VARA's 2023 rulebooks prohibit licensed virtual-asset service providers from issuing or facilitating activity in anonymity-enhanced cryptocurrencies. |
| Australia | Mixed | No ban, but AUSTRAC registration and travel-rule expectations pushed exchanges serving Australian customers to delist privacy assets from 2020 onward. |
| Canada | Mixed | Privacy coins are legal to hold. FINTRAC reporting and provincial securities undertakings led most regulated Canadian platforms to avoid listing them. |
| Switzerland | Permissive | FINMA permits privacy assets where the VASP can still meet AML obligations, typically through enhanced monitoring and source-of-funds checks rather than a blanket refusal. |
| Singapore | Mixed | The Payment Services Act imposes travel-rule and licensing duties; MAS has not banned privacy coins, but licensed retail platforms largely avoid them. |
| Turkey | Mixed | Crypto payments for goods and services have been prohibited since April 2021, and 2024 legislation brought platforms under Capital Markets Board licensing. Holding and trading assets remains legal. |
| China | Prohibited | The September 2021 notice declared all crypto-related business activity illegal. Privacy coins are covered by the general prohibition rather than by any privacy-specific rule. |
| India | Mixed | No ban, but a 30% tax on virtual digital asset gains, 1% TDS on transfers and mandatory exchange reporting make listings rare. |
| Russia | Mixed | Crypto payments are prohibited domestically while holding and mining are regulated. Privacy assets are not singled out by name. |
What this means in practice
- • Owning, running a node for, or spending a privacy coin is legal in most of the world — the compliance burden falls on regulated firms.
- • Expect fewer centralised listings, not fewer coins. Delistings have repeatedly shifted volume to non-custodial and peer-to-peer venues instead of reducing it.
- • Selective disclosure is becoming the compromise: view keys, payment proofs and 'proof of innocence' systems let a user prove one transaction without opening their whole history.
- • Tax obligations do not disappear with privacy. A shielded swap is still a disposal in most tax systems — see our crypto swap tax guide.
- • None of this is legal advice. Rules change quickly and vary by state, province and licence category; check your local position before you transact.
Where privacy coins stand in 2026
The 2019–2026 regulatory cycle did not kill privacy coins; it moved them. Monero remains the deepest privacy market despite losing its largest exchange listings, and the newer zero-knowledge chains — Zcash's Orchard pool, Namada's shared shielded pool, Aleo's private execution — are growing precisely because privacy is being designed in rather than bolted on.
The second shift is architectural. Privacy is increasingly a layer rather than a coin: shielded pools on general-purpose chains, confidential rollups, and metadata protection at the network level. That makes the category harder to delist and harder to define, which is exactly why the EU's 2027 rule targets 'anonymity-enhancing' functionality rather than a list of tickers.
For an ordinary holder the practical consequence is simple: the account-based route into privacy assets keeps narrowing, and the non-custodial route keeps widening.
How to swap privacy coins without an account
Monivo is a non-custodial aggregator. You send from your own wallet, the provider with the best rate settles the trade, and the output goes straight to an address you control — there is no Monivo account, no identity check, and no balance held on your behalf.
01
Pick the pair
Choose what you are sending and what you want to receive. Rates from every connected provider are compared in one quote.
02
Paste your receiving address
For Monero use your own wallet's primary or subaddress; for Zcash prefer a unified or shielded address so the funds land in the shielded pool.
03
Send and wait
Deposit within the quote window. Most privacy-coin swaps settle in ten to thirty minutes depending on confirmations.
Popular privacy routes
Ready to swap Monero (XMR)? Here's exactly what to do
Three steps, no account and no ID. Monivo compares live rates across every connected provider and sends the coins straight to your own wallet.
- 1Pick the pair and the amount you want to exchange — the widget shows the compared rate before you commit.
- 2Paste the wallet address that should receive the funds, then confirm the quote.
- 3Send your deposit to the address shown. The swap settles automatically, usually in minutes.
Non-custodial: Monivo never holds your coins and never asks for an account.
Frequently asked questions
Are privacy coins illegal?
In most countries, no. Holding, sending and receiving privacy coins is legal across the EU, the UK, the US, Canada, Australia, Switzerland and Japan. What is regulated is the intermediary: from 1 July 2027 EU-licensed crypto firms may not service anonymity-enhancing coins, Japanese and South Korean exchanges have been barred from listing them for years, and Dubai's VARA prohibits licensed firms from dealing in them. Countries with blanket crypto bans, such as China, cover privacy coins under the general prohibition.
Which privacy coin is the most private?
Monero has the strongest track record because privacy is mandatory: every transaction hides the sender with ring signatures, the receiver with stealth addresses, and the amount with RingCT, so the anonymity set is the entire network. Zcash's shielded pool offers stronger cryptography in isolation — zero-knowledge proofs reveal nothing at all — but privacy is optional, so its effective anonymity depends on how much of the supply is shielded. Fully shielded chains such as Pirate Chain and Iron Fish sit in between: mathematically strong, but with much smaller user bases.
Why did exchanges delist Monero?
Because of FATF Recommendation 16, the 'travel rule' extended to virtual assets in 2019. It requires an exchange to record and forward originator and beneficiary details with a transfer, which a shielded transaction cannot provide. Rather than build bespoke controls, most large venues removed the asset. Binance delisted XMR globally in February 2024 after earlier regional removals; Kraken removed it for UK and several European customers in 2023.
Is Bitcoin a privacy coin?
No. Bitcoin is pseudonymous: addresses are not names, but every transaction is public and permanently linkable, and commercial chain analysis routinely attributes clusters to real identities. Privacy tools exist on top of it — CoinJoin implementations, Lightning, and coin control — but the base layer publishes the full graph.
Can privacy coins be traced?
It depends on the design and on operational security. Optional-privacy coins are traceable whenever a user transacts transparently, and analysis firms have published heuristics against older Monero rings, most of which were fixed by RingCT, larger ring sizes and Dandelion++. In practice most deanonymisation happens outside the chain: reused addresses, IP metadata, exchange KYC records, and linking a shielded withdrawal to a transparent deposit.
What is the difference between mandatory and optional privacy?
Mandatory privacy means every transaction on the chain is shielded, so users cannot make a mistake and the anonymity set is the whole network — Monero, Grin and Pirate Chain work this way. Optional privacy means the chain is transparent unless a user actively shields, as with Zcash, Firo, Dash and Litecoin's MWEB. Optional systems list more easily on exchanges but produce a smaller, and therefore weaker, anonymity set.
Will the EU ban privacy coins in 2027?
The EU is not banning ownership. Regulation (EU) 2024/1624 prohibits credit institutions, financial institutions and crypto-asset service providers from maintaining anonymous accounts or handling anonymity-enhancing coins, and it applies from 1 July 2027. The practical effect is that EU-licensed exchanges and custodians will not offer these assets; individuals holding them in self-custody are not the target of the rule.
How can I buy a privacy coin without KYC?
Swap into it from another asset using a non-custodial exchange. You send from your own wallet, the swap settles through the provider offering the best rate, and the privacy coin is delivered directly to your own address — no account, no document upload, and no third-party balance. That is exactly how Monivo works, and it is why swap routes such as BTC to XMR and USDT to XMR are the most common on-ramps for privacy assets today.
This article is general information, not legal, tax or investment advice. Privacy-asset rules differ by country, state and licence type and change frequently — confirm your own position before transacting.
Learn more
- Best no-KYC crypto exchanges (2026)Compare the no-KYC exchanges that still work without an account — limits, custody model, and privacy trade-offs.
- How to swap BTC to XMRConvert Bitcoin to Monero privately — no account, no KYC, with wallet tips, providers, fees and privacy best practices.
- Best Monero (XMR) wallets in 2026Non-custodial roundup of Cake, Feather, Monero GUI, Monerujo, MyMonero and hardware wallets — ranked by best use case.
Compare exchanges
- Best crypto exchange (2026)How the major no-account swap venues stack up on rates, fees, coverage and custody.
- Monivo vs ChangellyAggregated best-of-N quotes versus a single-provider exchange — rates, KYC and coverage.
- Monivo vs ChangeNOWSide-by-side on pricing transparency, privacy-coin support and account requirements.