Monero

XMR Rank #23

The leading privacy coin, with confidential amounts, senders and recipients by default.

Educational overview, not investment advice This page explains how Monero works and its history. Live prices and market data change constantly — always check a real-time source before making decisions.

Monero (XMR) is a cryptocurrency designed from the ground up to make every transaction private by default — hiding the sender, the recipient, and the amount transferred. Unlike Bitcoin, where every transaction is permanently visible on a public ledger, Monero is built so that an outside observer cannot determine who sent funds to whom or how much was moved.

That distinction matters more than it might first appear. Most people assume that using cryptocurrency is anonymous. It is not — at least, not for most coins. Monero is the most widely used project that takes privacy seriously as a core design requirement rather than an optional add-on.

Background

To understand why Monero exists, it helps to understand what typical blockchains reveal. On Bitcoin, every transaction is stored permanently and openly. Anyone with an internet connection can look up any address and see its full history: every coin received, every coin sent, and the current balance. Sophisticated analysis firms have built entire businesses around tracing these flows, linking addresses to real-world identities through exchanges, merchants, and data leaks.

This is a feature in some contexts — public auditability of institutional funds, for instance — but it is a serious limitation for ordinary financial privacy. Most people would not want their employer, their landlord, or a stranger to be able to review their complete spending history simply by knowing their bank account number. Yet that is roughly analogous to what a pseudonymous public blockchain offers.

Monero’s designers argue that fungibility — the property that one unit of a currency is interchangeable with any other unit — depends on privacy. A Bitcoin that passed through a sanctioned entity may be treated differently by an exchange than a “clean” Bitcoin, even though they are nominally identical. Because Monero transactions cannot be traced, every XMR is indistinguishable from every other XMR, preserving fungibility.

For a broader look at the privacy coin landscape and the cryptographic ideas behind it, see /learn/privacy-coins-and-technology/.

History

Monero launched in April 2014 as a fork of Bytecoin, itself the first implementation of the CryptoNote protocol. A member of the Bitcointalk forum using the pseudonym “thankful_for_today” introduced the fork; the project was quickly taken over by a broader group of contributors who renamed it Monero (the Esperanto word for “coin”) and began cleaning up what they considered problems in Bytecoin’s launch.

From its early days, Monero has been developed by a pseudonymous and distributed team. No single company controls it, and several of its most prominent contributors have worked under pseudonyms throughout the project’s history, which is unusual even by cryptocurrency standards.

Over the years, the project introduced progressively stronger privacy technology. Ring Confidential Transactions (RingCT) were activated in 2017, hiding transaction amounts on-chain — a significant upgrade, since earlier versions only obscured sender and recipient. Subsequent upgrades have tightened ring sizes (the number of decoys mixed with each real transaction) and introduced Bulletproofs, a cryptographic technique that dramatically reduced transaction sizes and fees.

In 2019 the network switched its proof-of-work algorithm to RandomX, a system deliberately engineered to run efficiently on ordinary CPUs while being inefficient on the specialized mining hardware (ASICs) that dominates Bitcoin mining. The intent was to keep mining accessible to ordinary participants. See /learn/mining-explained/ for context on how mining works generally.

Monero has faced repeated delistings from major centralized exchanges in various jurisdictions, primarily due to regulatory concerns about its privacy features. This has affected liquidity on some platforms while having little apparent effect on the network’s continued operation.

Technology

Monero achieves its privacy guarantees through three interlocking technologies, each addressing a different piece of what a transaction reveals.

Stealth Addresses

When you share a Monero address publicly, senders do not deposit directly to that address. Instead, the sender’s wallet generates a fresh, one-time address for each transaction. Only the intended recipient — using their private key — can detect and spend funds sent to that one-time address. An outside observer scanning the blockchain cannot link multiple transactions to the same recipient, even if the recipient has published their address widely.

This is different from Bitcoin, where reusing an address (as most people do) allows anyone to tally your incoming payments. See /learn/public-and-private-keys/ for the underlying concepts.

Ring Signatures

When a Monero user spends funds, their transaction is blended with a set of other past outputs from the blockchain (called “decoys”). The resulting ring signature proves that one of the parties in the group authorized the spend, but does not reveal which one. An observer cannot determine which input was the real one.

The number of decoys has grown over time through network upgrades, making the anonymity set larger and analysis harder.

RingCT (Ring Confidential Transactions)

Even if the sender and recipient are hidden, a transaction that reveals its amount leaks useful information. RingCT uses a cryptographic commitment scheme to prove that a transaction is valid (inputs equal outputs, no coins created from nothing) without revealing the actual figures. Since 2017, all Monero transactions have been required to use RingCT.

Key insight: Bitcoin’s privacy model is “pseudonymous by default, traceable with effort.” Monero’s model is “private by default, traceable only with the owner’s cooperation.” The view key feature lets users voluntarily disclose their transaction history to auditors without giving up spending ability.

Consensus: RandomX

Monero uses proof of work but with an algorithm called RandomX, which executes random programs on a virtual machine. This architecture favors general-purpose CPUs and is deliberately hostile to ASICs. The goal is a more distributed mining ecosystem than Bitcoin’s, where industrial-scale ASIC farms hold outsized power.

Tokenomics

Monero does not have a hard capped supply in the way Bitcoin does. The main emission curve issued the large majority of coins in the early years. Once that initial curve completed — around 18.4 million XMR — the network transitioned to a “tail emission” of a small, fixed number of new coins per block, continuing indefinitely.

The rationale is pragmatic: Bitcoin’s long-term security model relies on transaction fees replacing the block subsidy as the primary miner incentive. Monero’s designers were skeptical that fees alone would provide sufficient and reliable security, so they built in a permanent, small subsidy to ensure miners always have an incentive to process blocks regardless of fee market conditions.

Supply featureDetail
Initial emissionDecreasing curve, majority issued in first several years
Tail emissionSmall fixed reward per block, ongoing indefinitely
Hard capNone
FungibilityAll XMR treated as equivalent; no “tainted” coins

There is no staking mechanism, governance token, or burn mechanism. XMR’s sole utility is as a medium of exchange and store of value. The project does not have a foundation with a large token allocation; development is funded voluntarily through a community crowdfunding system.

For broader context on how supply schedules affect a coin’s economics, see /learn/crypto-supply-explained/ and /learn/inflation-and-emissions/.

In summary

Monero occupies a distinct position in the cryptocurrency landscape: it is the most technically mature project focused on on-chain financial privacy. Its three-layer privacy system — stealth addresses, ring signatures, and confidential transaction amounts — provides meaningful anonymity that pseudonymous networks like Bitcoin do not offer by default. The tradeoffs are real: larger transaction sizes, reduced exchange support in some jurisdictions, and an ongoing regulatory environment that treats privacy features with suspicion. Whether those tradeoffs are worth accepting depends on what a user values. What Monero offers, for those who want it, is a cryptocurrency that behaves more like physical cash — where transacting does not leave a permanent, publicly readable record of your financial life.

This page is educational only and does not constitute financial advice.

Last reviewed January 1, 2026.