Here is the one sentence answer, because half the internet is getting it wrong: FCMP++ is Monero's upcoming upgrade that replaces today's 16 decoy ring signatures with proofs over the entire chain history, and as of July 14, 2026 it is in beta stressnet testing, not live on mainnet.
That second half matters. If you search "monero fcmp++" right now, you will find a pile of 2026 blog posts confidently reporting that the upgrade already activated, that Monero's anonymity set is now "the whole chain," and that ring signatures are history. They are wrong. The current Monero release on getmonero.org is 0.18.5.1 "Fluorine Fermi," published July 8, 2026, and it still uses ring signatures with 16 members, exactly as Monero has since August 2022. What launched in early May 2026 is a beta stressnet, a dedicated test network built to hammer the FCMP++ code before anyone trusts it with real money.
So this article does two jobs. First, it shows you the real status with evidence you can check yourself in about ninety seconds. Second, it explains what FCMP++ actually is, in plain English, because underneath the misinformation sits a genuinely big deal: probably the largest change to Monero's privacy model since the project began.
We run a no account swap service that supports Monero on our own node, so we watch this upgrade closely and we are not neutral about Monero doing well. Read our takes with that in mind. The facts below, though, are checkable by anyone.
Is FCMP++ Live? No. And Here Is How to Check Yourself
Do not take our word for it either. The check takes a minute:
- Go to getmonero.org and open the Downloads page. The current release as of July 14, 2026 is 0.18.5.1 "Fluorine Fermi," dated July 8, 2026. The 0.18 series is the same major branch Monero has run since the August 2022 hard fork. FCMP++ will require a new consensus version, which means a new major release and a coordinated hard fork. Neither has happened.
- Open the getmonero.org blog. The project's own updates through spring 2026 describe FCMP++ work in terms of audits, optimization, and stressnet testing. No post announces mainnet activation, and the project has not committed to a public activation date as of mid July 2026.
- Ask your wallet. If you run your own node or a wallet against a public node, it is speaking the current ring signature protocol right now. There is no FCMP++ transaction type on mainnet to send.
So why do so many articles say otherwise? Our polite theory: a lot of 2026 crypto content is written by AI tools working from ambiguous source material, and "FCMP++ stressnet launches" compresses very easily into "FCMP++ launches." One post makes the leap, ten more paraphrase it, and suddenly the wrong version outnumbers the right one. Nobody involved is necessarily lying. But nobody checked the release page either, and for a consensus change on a ten billion dollar network, checking the release page is the entire job.
This is worth being a little annoying about, because upgrade misinformation has real costs. People delay buying because they think they missed the event. People misjudge Monero's current privacy properties in both directions. And a few unlucky souls download "FCMP++ ready wallets" from whatever site ranked that week, which is exactly how malware gets onto machines that hold money. When in doubt: getmonero.org, nothing else.
Ring Signatures Today: What FCMP++ Is Replacing
To see why this upgrade matters, you need to know what Monero does now.
Every Monero transaction hides its true source using a ring signature. When you spend an output, your wallet grabs 15 other outputs from the chain as decoys and signs in a way that proves one of the 16 ring members is the real spend without revealing which. An outside observer sees 16 candidates and, if the system works as intended, a 1 in 16 chance of guessing the true one. Ring size has been fixed at 16 since the August 2022 hard fork; before that it was 11.
This design has held up well for years, and combined with stealth addresses and confidential amounts it makes Monero the most private major chain in production. We walk through the full stack in our guide to how on chain privacy tech actually works, if you want the deeper tour.
But rings have known limits, and the Monero research community has been open about them for years:
- The set is small. Sixteen candidates is a crowd, but a small one. Every heuristic that shaves off unlikely decoys shrinks it further.
- Decoy selection is statistical. Decoys are drawn by an algorithm that tries to mimic real spending patterns. Any gap between the algorithm and how people actually spend gives chain analysts a statistical edge. Not a break, an edge. Edges accumulate.
- Outside knowledge poisons rings. If an exchange or a chain analysis firm knows some ring members are already spent or are its own outputs, the effective ring shrinks. In edge cases, enough poisoned decoys can unmask a spend.
- Timing patterns leak. Freshly received outputs that get spent quickly stand out against decoys sampled from the whole history.
None of this makes Monero traceable in the way Bitcoin is traceable. Published attacks against modern ring sizes are probabilistic and mostly need extra information from off the chain. But "probabilistic and needs extra information" is a weaker guarantee than the Monero community wants, especially with chain surveillance firms selling their heuristics to governments. The obvious fix is a bigger anonymity set. The dream fix is the biggest possible one.
What Full Chain Membership Proofs Actually Are
FCMP++ stands for Full Chain Membership Proofs, and the plus signs mark the extended version that also covers spend authorization and other transaction machinery. Here is the plain English version.
Today, spending Monero is like standing in a lineup of 16 people and proving that one of you owns the money, without saying which. Sixteen is decent cover. But a determined investigator can study the other fifteen, rule some out, and improve their odds.
FCMP++ changes the lineup to everyone. Under full chain membership proofs, a transaction proves that the output being spent exists somewhere in the entire set of outputs ever created on Monero, on the order of 100 million and growing, without pointing at any subset at all. There are no decoys to pick because everything is the crowd. The anonymity set stops being "16 outputs your wallet chose" and becomes "the whole history of the chain."
That kills the known ring weaknesses in one move. Decoy selection heuristics have nothing to analyze because there is no selection. Poisoned decoys stop mattering because no adversary can own a meaningful slice of a hundred million outputs. Statistical timing analysis loses its grip because a fresh output hides in the same crowd as everything else. This is why researchers describe FCMP++ as the largest single jump in Monero's privacy since the project launched, and it is why "monero anonymity set upgrade" is suddenly a search term.
Two more pieces ship with it, per the project's updates:
CARROT addressing. FCMP++ arrives alongside a reworked addressing protocol called CARROT. The short version: it modernizes how wallets derive and scan addresses under the hood, improves forward secrecy properties, and keeps existing Monero addresses working, so you will not need to migrate to a new address format. Users should notice roughly nothing, which is the point.
Bigger proofs, deliberately accepted. Nothing is free. FCMP++ proof sizes are reported around 2.7 KB per input, larger than today's transactions, and proving takes more computation. The project has spent much of 2025 and 2026 on optimization and performance testing precisely because of this tradeoff, and the stressnet exists to find out how the network behaves when these heavier transactions pile up. Monero is choosing more privacy at the cost of somewhat heavier transactions, with dynamic block sizes absorbing the difference. Whether that tradeoff performs well under load is exactly what is being tested right now.
The Timeline So Far, and What Is Left
Here is what has actually happened, with dates, next to what has not happened yet.
| When | What happened |
|---|---|
| August 2022 | Hard fork raises ring size to 16, the current mainnet protocol |
| 2022 to 2024 | Membership proof research matures; full chain membership proofs emerge as the successor to rings |
| 2025 | FCMP++ implementation work and optimization; audit process begins per project updates |
| Spring 2026 | Security audits, including work by Trail of Bits, run through the spring per the project's updates |
| Early May 2026 | FCMP++ beta stressnet launches; testnet forked at block 2,997,100 per project updates |
| May 10, 2026 | Project announces deprecation of the custom unlock_time feature, prep work for FCMP++ |
| July 8, 2026 | Monero 0.18.5.1 "Fluorine Fermi" released, still the ring signature protocol |
| TBD | Mainnet hard fork activating FCMP++, no public date committed as of July 14, 2026 |
Sources: getmonero.org release and blog pages plus Monero project updates, read July 14, 2026.
A note on that unlock_time line, because it is a good example of how much groundwork a consensus change needs. unlock_time let a sender lock coins until a future date, a feature almost nobody used and that leaked metadata by making transactions distinguishable. Deprecating it, announced May 10, 2026, simplifies what FCMP++ has to prove and removes a fingerprinting vector. Boring, careful, exactly what you want.
What is left is the unglamorous part: let the stressnet break things, fix what breaks, finish and act on audit findings, cut release candidates, give the ecosystem time to update, then pick a fork height. Monero has executed hard forks many times, but this one swaps the core privacy mechanism, so nobody is rushing. When people ask "when does FCMP++ activate," the only honest answer in July 2026 is: after stressnet and audits are done, at a date not yet announced.
What Changes When It Lands
For holders: nothing you must do
If you hold XMR in your own wallet, FCMP++ requires no action from you. No migration, no swap to a new coin, no new address format thanks to CARROT. When the hard fork activates, wallet and node software updates, and you install the update the same way you would any release. If you use a hardware wallet, its Monero app will need an update too, so expect vendors to publish timelines closer to the fork.
Here is the quietly great part for existing users: your old outputs join the new anonymity set. Every output ever created on Monero becomes part of the crowd that future transactions hide in. The upgrade does not just protect new transactions; it deepens the haystack around everything already on the chain when those old outputs are spent under the new rules.
For exchanges and regulators: the gap widens
Monero's regulatory story has never really been about ring size. Binance delisted XMR globally in February 2024, OKX pulled privacy pairs in early 2024, and Kraken removed XMR for EEA and UK users in 2024, all while ring signatures were at their current strength; our Monero delisting tracker keeps the running list. Regulated venues drop Monero because they cannot produce the transaction trails their supervisors expect, and FCMP++ moves that from "extremely hard" toward "not even theoretically interesting to attempt."
So expect two things. Venues still listing XMR in strict jurisdictions get one more reason to drop it, and the EU's Article 79 regime, which from July 2027 bars regulated platforms from servicing anonymity enhancing coins, was drafted with exactly this trajectory in mind. We cover that in detail in our piece on the EU privacy coin ban arriving in 2027. At the same time, the people who want Monero will want it more, for the same reason. The trade keeps moving to instant swap services, DEX and atomic swap venues, and peer to peer channels, the shift we documented in our state of crypto privacy report.
The Honest Risks
An article about misinformation should not oversell the other direction. Real things can still go wrong:
Consensus changes are the riskiest thing a chain can do. FCMP++ replaces the mechanism that decides which transactions are valid. A subtle bug in that layer could mean hidden inflation or broken privacy, and with Monero's encrypted amounts, hidden inflation is genuinely hard to detect after the fact. This is not hypothetical caution; it is why the multi stage audit and stressnet process exists.
Audits can find real problems. Security audits, including Trail of Bits' work, ran through spring 2026 per the project's updates. Findings are normal and fixing them is the point, but a serious finding could push the schedule back by months. That would be the process working, not failing.
Dates slip, especially unannounced ones. The project has not committed to a mainnet date, and Monero's community has historically preferred late and correct over fast and sorry. Anyone selling you a confident activation month in July 2026 is guessing. So are we, which is why we will not print one.
Performance under real load is unproven. Proofs reported around 2.7 KB per input and heavier verification are fine on paper and in tests. The stressnet exists because paper and mainnet are different places.
None of these are reasons to panic. They are reasons the upgrade is not live yet, which brings the story full circle: the delay the misinformed posts skip over is the safety margin.
How to Follow the Rollout Without Getting Fooled
Four habits that keep you ahead of the AI generated churn.
Step 1: Make getmonero.org your source of truth
Bookmark the Downloads page and the blog on getmonero.org. If the download page still says 0.18.x, FCMP++ is not live, whatever a headline claims. When the fork is scheduled, the announcement lands there first, with the block height and the required software version. One page, one minute, zero speculation.
Step 2: Watch the development milestones directly
The Monero project develops in the open. The FCMP++ work is tracked in the monero-project repositories on GitHub, where you can see the actual milestone, open issues, and merged code. You do not need to read Rust or C++ to see whether a milestone is 60% or 95% closed. Primary sources beat secondary summaries every time here.
Step 3: Read the dev threads on r/Monero, skeptically
The r/Monero subreddit hosts regular dev activity updates and stressnet reports, and the researchers doing the work post there under known handles. It is the best place to catch context like audit progress or stressnet findings. Apply the standard filter: named contributors reporting specifics are signal, anonymous accounts announcing dates are noise.
Step 4: Run your own node and let the software tell you
The strongest option: run monerod yourself. Your node knows the real consensus rules because it enforces them, and when the fork height is set, the release notes and your node's logs will say so plainly. Running a node also improves your own privacy today, since you stop trusting someone else's node with your wallet's queries. Our best Monero wallets guide covers setups that pair well with a home node.
What to Do Today If You Hold or Want XMR
Different situations, different moves:
- You hold XMR in self custody: do nothing exotic. Keep your wallet and node software updated through official channels, and update promptly when the fork release ships. Your coins ride through the upgrade untouched.
- You hold XMR on an exchange: consider moving it to a wallet you control before the fork era, not because the upgrade threatens exchange balances, but because venues sometimes freeze deposits and withdrawals around consensus changes, and delistings have a habit of arriving with short notice.
- You want XMR and your local exchanges will not sell it: instant swap services fill that gap without an account. You can swap into Monero from most major assets, or go straight from BTC to XMR, and settle to your own wallet in one hop.
- You are waiting for FCMP++ before buying: understand what you are waiting for. Current Monero privacy is already the strongest in production, and outputs you receive now join the full chain anonymity set later anyway. Waiting for the fork mostly means waiting.
- You are here for the technology: the stressnet is public and the project welcomes people who want to generate load and file bugs. Testing on a network built to be broken is the one place where "try it before mainnet" is exactly right.
Frequently Asked Questions
Is FCMP++ live on Monero mainnet?
No. As of July 14, 2026, the current Monero release is 0.18.5.1 "Fluorine Fermi" from July 8, 2026, which still uses 16 member ring signatures. FCMP++ is running on a beta stressnet launched in early May 2026, and mainnet activation requires a future hard fork with no committed public date.
What is FCMP++ in simple terms?
FCMP++ replaces Monero's ring signatures, where each spend hides among 15 decoys, with full chain membership proofs, where each spend hides among every output ever created on the chain. Instead of a crowd of 16, the crowd becomes the entire transaction history, on the order of 100 million outputs. It also ships with CARROT, a reworked addressing protocol that keeps existing addresses valid.
When does FCMP++ activate on mainnet?
No date has been committed as of July 14, 2026. The sequence is: finish stressnet testing, resolve audit findings, ship release candidates, then schedule a hard fork at a specific block height announced on getmonero.org. Any article giving you a confident activation date right now is guessing.
Why do so many articles say FCMP++ already launched?
Most of them appear to compress "the FCMP++ beta stressnet launched in May 2026" into "FCMP++ launched," and then cite each other. A stressnet is a test network, not mainnet. The fix is checking the release page on getmonero.org, which still shows the 0.18 ring signature series.
Do I need to do anything with my XMR before the upgrade?
No migration is needed. Coins in self custody carry over automatically, existing addresses keep working under CARROT, and your only job is updating your wallet and node software when the official fork release ships. If your XMR sits on an exchange, moving it to self custody avoids deposit freezes that sometimes surround consensus changes.
Will FCMP++ make Monero transactions bigger or slower?
Somewhat, yes. Proof sizes are reported around 2.7 KB per input, larger than today's transactions, and proving takes more computation. The project spent much of 2025 and 2026 on optimization, and the stressnet is measuring how the network handles the heavier load before mainnet commits to it.
What are ring signatures' weaknesses that FCMP++ fixes?
Ring signatures hide a spend among 16 candidates, and that small set is exposed to statistical decoy analysis, timing heuristics, and poisoned decoys owned by an adversary. Published attacks are probabilistic rather than outright breaks, but they chip at the guarantee. Making the anonymity set the whole chain removes the decoy selection problem entirely.
Does FCMP++ change anything for exchanges that delisted Monero?
It will not bring them back. Delistings like Binance in February 2024 happened under the current protocol, driven by travel rule and AML compliance, and FCMP++ makes Monero even harder to fit into those frameworks. Expect continued pressure on remaining listings, especially in the EU ahead of the July 2027 Article 79 rules, while no account swaps and peer to peer venues carry the volume.
FCMP++ is the rare crypto story where the truth is better than the hype: a major privacy upgrade being tested and audited slowly, in public, by people who would rather be late than wrong. It just is not live yet, and anyone telling you otherwise has not opened getmonero.org this month. We will keep this page updated as the rollout progresses. And if you want XMR in your own wallet meanwhile, CoinVast swaps it with no account, screening before you send rather than after, with a flat 2% spread printed on the quote and Monero running on our own node. We are a young service and we are not the cheapest number on a comparison page, but the number we show is the number you get, which felt on brand for an article about checking claims.
