Monero is the privacy coin most users in 2026 land on. This guide covers what you need to know to use it confidently — wallet choice, node hygiene, the operational patterns that turn protocol-level privacy into actual privacy, and the common mistakes.
What Monero gives you#
A cryptocurrency where every transaction obscures the sender, the receiver, and the amount at the protocol level. There is no transparent mode; there is no opt-out. The fungibility property — that any one XMR is interchangeable with any other XMR — is a consequence of mandatory privacy.
For practical use this means three things. Receiving XMR does not associate your wallet with the sender’s wallet in any way an outside observer can see. Sending XMR does not reveal which of your inputs was actually spent. Holding XMR does not require a custodian and does not depend on an exchange continuing to list it.
Choosing a wallet#
In 2026 the four wallets the community converges on are:
Feather Wallet for desktop. Tor-first, narrow scope, reproducible builds. The reference choice when you want a Monero-only wallet that does Monero and nothing else.
Cake Wallet for multi-platform users who want one app that handles XMR plus a few other coins. Self-custody throughout; the in-app swap routes through no-account exchangers.
Monerujo for Android users who want F-Droid distribution. Long-running community-maintained client.
Stack Wallet for users who want multiple privacy coins (XMR + Wownero + Firo + EpicCash) in one self-custody app.
All four are open-source and well-maintained. Pick on platform fit and feature preference; the privacy properties are equivalent.
First steps#
After installing your wallet:
-
Generate a new wallet. This produces a 25-word mnemonic seed. Write it on paper or steel. Do not screenshot it, do not store it in a cloud password manager, do not type it into a website. This seed is the entire wallet.
-
Set a strong wallet password. This encrypts the wallet file on disk; it is different from the seed.
-
Optionally enable a passphrase. Like a Bitcoin wallet passphrase, this is an additional word that, combined with the seed, produces a different wallet. Powerful for plausible-deniability setups; easy to lose.
-
Connect to a node. The wallet ships a curated list of remote nodes. For convenience, accept the default. For higher privacy, run your own node.
Node hygiene#
Your wallet does not download the entire Monero blockchain by default — it queries a node to learn about incoming transactions to your addresses. The node sees your IP address and your queries. A remote node operator could correlate your IP to your wallet activity without seeing transaction content.
The two operational choices:
Use the default remote node list with Tor. Feather and Cake support routing node connections through Tor by default. Even if the remote node operator wanted to log your IP, they would see a Tor exit IP, not yours.
Run your own node. Install monerod on a Raspberry Pi, a VPS, or a desktop you leave running. Point your wallet at it. The node sees your queries but it is also you. This is the strongest setup.
For users who want minimum effort with good privacy: remote node over Tor. For users who want the strongest posture: own node on a dedicated machine.
Receiving#
Open your wallet’s Receive tab. Generate a subaddress for the incoming payment if possible (most wallets do this by default). Share the subaddress with the sender — paste into the swap exchanger, the P2P venue, or directly to a person.
The sender does not learn anything about your wallet’s contents or history. The subaddress is a one-time identifier in the sense that no one else can correlate it back to your main address; only you can see all of your subaddresses as one wallet.
Churning — the standard pattern#
After receiving XMR from any external source (instant swap, P2P trade, mining payout), the standard community pattern before subsequent use is churning: send the XMR to yourself across several transactions with random delays.
The reason: Monero’s protocol-level privacy holds for any single transaction in isolation, but a sufficiently determined observer could in principle correlate the timing and amount of an incoming swap with a subsequent outgoing transaction if the two happen close together. Churning breaks that correlation.
The mechanics: send your entire balance (or part of it) to a new subaddress of your own wallet. Wait a random interval — anywhere from a few hours to a few days. Repeat three to ten times. After that, the funds are operationally indistinguishable from any other XMR in your wallet.
This is overkill for most threat models. For users who specifically want to defeat exchange-side or chain-analysis correlation between an on-ramp and a subsequent spend, churning is the standard mitigation.
Sending#
Paste the recipient’s address. Enter the amount. Confirm. The transaction is signed locally and broadcast through your node.
The default ring size in 2026 is 16, meaning each of your inputs is signed with fifteen decoys. Fees in 2026 are low — typically under a cent equivalent for a standard send.
The recipient learns the receive address they shared with you was used. They do not learn which of your addresses sent the transaction or what your wallet balance is.
Exiting — swapping XMR back out#
If you want to convert XMR back to BTC or to fiat:
For crypto-to-crypto: use an instant-swap exchanger (Trocador, FixedFloat, Exolix, SideShift). Standard caveat — output screening on the destination chain can hold flagged transactions.
For XMR-to-fiat: P2P on AgoraDesk (cash by mail, SEPA, cash in person) or Bisq (XMR↔BTC then BTC↔fiat). Haveno is the decentralized P2P option that has matured since LocalMonero shut down in May 2024.
Churn before any of these. Don’t send a freshly-received amount directly to an exchanger.
Common mistakes#
- Holding XMR on an exchange. The whole point is self-custody; an exchange that custodies your XMR can freeze, delist, or get hacked.
- Skipping the seed phrase backup. A lost seed means lost funds; no support team can recover it.
- Trying to “anonymize” by sending to a new wallet. Sending XMR from your wallet to a new wallet you also control does not anonymize anything — both wallets are yours. Use churning within one wallet instead.
- Cross-correlating wallets via remote nodes. If you use the same remote node from your “main” wallet and your “private” wallet, the node operator can correlate them by IP. Use a different node, or your own node, or Tor with circuit isolation.
What’s next#
If you got this far, the next-most-useful guides are:
- How to swap Bitcoin for Monero without KYC — for the on-ramp.
- Monero vs Zcash in 2026 — if you want to compare with Zcash.
- Operational privacy — combining tools — for the full picture.
See also#
- Monero — the protocol entry.
- Feather Wallet, Cake Wallet, Monerujo, Stack Wallet — wallets.