The Future of Monero: Seraphis, FCMP++, and What's Next

June 2026 — 11 min read

Monero doesn't stand still. While Bitcoin debates block sizes and Ethereum chases scalability, Monero's development is laser-focused on one mission: making private, fungible digital cash that works for everyone. The next generation of Monero privacy technology — Seraphis, FCMP++, and Jamtis — represents the most significant protocol upgrade since RingCT. Here's what's coming.

Why Monero Needs to Evolve

Monero's current privacy model (Ring Signatures + Stealth Addresses + RingCT) is battle-tested and has held up against every known attack. But it has three fundamental limitations that the next generation of technology aims to solve:

  1. Ring size is fixed at 16. Every input in a Monero transaction is hidden among 15 decoys. This provides strong anonymity, but the anonymity set is bounded. Larger ring sizes would improve privacy, but they increase transaction size and verification cost.
  2. The EAE attack surface. The "Eve-Alice-Eve" (EAE) attack exploits the fact that if Eve controls two outputs and they both appear as decoys in a ring, she can statistically infer things about the real input. This attack is largely theoretical and requires enormous resources, but it's a limitation of the ring signature model.
  3. Transaction sizes are relatively large. At ~1.5 KB per input (with Bulletproofs+), Monero transactions are 6-10× larger than Bitcoin transactions. This impacts scalability and fees, especially as adoption grows.

The upcoming upgrades address all three — moving from "very strong privacy" to "mathematically optimal privacy" while simultaneously improving scalability.

Seraphis: The New Foundation

🔬 What Is Seraphis?

Seraphis is a complete rearchitecture of Monero's transaction protocol. It replaces the current ring signature scheme with a new cryptographic framework based on generalized ring membership proofs. Think of it as Monero 2.0 — a new transaction format, new address scheme, and new privacy model built on more modern cryptography.

Seraphis was proposed by Monero developer koe in 2021 and has been under active research and development since. It's not a simple upgrade — it's a ground-up redesign of how Monero transactions are constructed, signed, and verified.

Key improvements Seraphis brings:

Unlimited Ring Size with Logarithmic Scaling

In the current system, ring size is fixed at 16 and transaction size scales linearly with ring size — doubling the ring size doubles the transaction size. In Seraphis, transaction size scales logarithmically with ring size. This means a ring size of 128 (8× larger than current) would only increase transaction size by a small factor, not 8×.

This is huge. It means Monero can increase its anonymity set to hundreds or thousands of decoys without bloating the blockchain. A ring size of 256 would make statistical attacks completely infeasible while keeping transactions under 3 KB.

Generalized Membership Proofs

Seraphis introduces a more general and composable proving system. Instead of hard-coding the ring signature logic into the protocol, Seraphis defines a framework that can support different types of membership proofs — including the next-generation FCMP++ scheme.

Improved Multisig and Adaptor Signatures

Seraphis enables cleaner multisignature constructions, making it easier to build protocols like atomic swaps, payment channels, and decentralized escrow on top of Monero. Adaptor signatures (used in atomic swaps) become more efficient and flexible.

FCMP++: The Privacy Game-Changer

🧩 What Is FCMP++?

Full Chain Membership Proofs (FCMP++) is a new proving scheme that allows a transaction to prove its input belongs to any output in the entire Monero blockchain — not just a ring of 16 decoys. The anonymity set becomes every output that has ever existed. This is the holy grail of transaction privacy.

FCMP++ is the successor to earlier concepts like Triptych and Lelantus Spark. It uses a combination of:

What this means in practice: instead of hiding among 15 other outputs, a Monero transaction would hide among millions. The anonymity set is effectively the entire blockchain. No more ring size debates. No more EAE attack concerns. No more statistical de-anonymization risk.

Performance Tradeoffs

FCMP++ proofs are computationally heavier than current ring signatures. Verification time is higher, and proof sizes, while logarithmic, are still larger than a simple ring of 16. The Seraphis architecture is designed to make these tradeoffs manageable:

🔐 The Trustless Setup Advantage

Unlike Zcash's original Sprout protocol (which required a "trusted setup ceremony" where participants had to destroy secret keys), FCMP++ and Seraphis require no trusted setup. All cryptographic parameters are derived from well-known constants. There's no "toxic waste" that could compromise the entire system if leaked. This is a fundamental design principle of Monero's cryptography.

Jamtis: Human-Readable Addresses

Current Monero addresses look like this:

854fS1TM3DCDUiB9qsagDXicucDsXMNNZTiHW9VqSeqkbvKxnqHHhYzCsZBFebL4GCS6Ewwzx67cvKEuekdhixwyNAkGaD7

Not exactly user-friendly. Jamtis is a new address format built on top of Seraphis that introduces:

Jamtis isn't about privacy — it's about usability. Monero's cryptography is powerful, but its user experience has historically lagged. Jamtis is part of a broader push to make Monero as easy to use as any payment app, without compromising on privacy.

CARMA: Reduced Transaction Sizes

CARMA (Compact Amount Ranges with MAtching) is a new approach to amount hiding that could reduce transaction sizes by 20-30% compared to the current Bulletproofs+ scheme. It's being developed alongside Seraphis and may be integrated as the amount-proof component of the new transaction format.

Combined with Seraphis's logarithmic scaling, Monero transactions could be smaller than they are today despite having massively larger anonymity sets. This is a rare win-win: better privacy AND better scalability.

Development Timeline

Monero development is methodical. There's no hype-driven roadmap or VC-imposed deadlines. The community funds development through the Monero CCS (Community Crowdfunding System), and progress is driven by research quality and security audits. That said, here's the realistic outlook from mid-2026:

2024 — Complete ✅

Bulletproofs+ & View Tags

Reduced transaction sizes by ~5%. View Tags improved wallet scan speed by 40-60%. Both live on mainnet.

2025 — Complete ✅

Seraphis Library & Core Development

Seraphis cryptographic libraries matured. Reference implementations for the new transaction model reached testing stage. Jamtis address format specification finalized.

2026 (Current)

FCMP++ Proving System Finalization

FCMP++ mathematical specification being finalized. Curve Tree accumulator integration testing with Seraphis transaction model. Performance benchmarks and optimization in progress.

2026–2027 (Expected)

Seraphis Testnet

Full Seraphis + Jamtis testnet deployment for community testing. Wallet integration begins (Cake, Feather, Monero GUI). Third-party security audits of the new cryptography.

2027–2028 (Projected)

Seraphis Mainnet Hard Fork

Network-wide upgrade to Seraphis via hard fork. All existing Monero outputs migrate to the new transaction model. FCMP++ becomes available as a membership proof option, with ring signatures retained as a fallback for lower-powered devices.

⚠️ Important: These Are Community Estimates

Monero has no central roadmap authority. These dates are projections based on development progress and CCS funding milestones as of mid-2026. The Monero community prioritizes security over speed — upgrades ship when they're ready, not when a calendar says so. This is a feature, not a bug.

What Does This Mean for Monero Users?

If you're holding or using Monero today, here's what the upgrade path looks like:

The Bigger Picture

Monero's roadmap reflects a deeper philosophy: privacy is a continuous arms race. Blockchain surveillance technology keeps improving. Chain analysis companies keep finding new heuristics. Governments keep pushing for financial transparency. Monero's response is to stay ahead of the curve — not by patching holes, but by rebuilding the foundation with the best cryptography available.

Seraphis and FCMP++ don't just improve Monero's privacy. They represent a category shift — from "the most private cryptocurrency" to "a cryptocurrency where transaction privacy is mathematically equivalent to the privacy of physical cash." When your anonymity set is the entire blockchain, traced transactions become as impossible as tracing who held a specific dollar bill.

This is what sets Monero apart. While other projects add privacy as an optional feature, Monero bakes it into the protocol and continuously upgrades it. Seraphis is the next step in that evolution — and it's the most exciting development in cryptocurrency privacy since Monero itself was created.

🔗 Stay Updated

Follow Monero development directly: