Skip to main content
Login | Sign up
  • Tokens
  • Monero (XMR)

    10/19/2025 12:00 UTC

    $313.80

    % Today
    2.06%

    Price Chart

    24H: +0.40% |
    7D: +0.73% |
    30D: +4.11%
    1D
    7D
    30D
    90D
    ALL

    Monero News

    Loading...

    Overview

    Monero (XMR) is a digital currency built for everyday payments with strong privacy by default. On the Monero blockchain, every payment hides the sender, the receiver, and the amount. This makes XMR a popular choice for people and businesses that value financial confidentiality. Monero runs on open‑source code, has no company behind it, and is maintained by a global community. The network uses Proof‑of‑Work (RandomX), so anyone with a standard computer can help secure the chain. Blocks arrive about every two minutes and grow or shrink as needed, thanks to a dynamic block size. (web.getmonero.org)

    Beyond private payments, the project focuses on decentralization and long‑term sustainability. Monero had no ICO, no premine, and no venture raise. Instead, development is community‑funded and community‑governed, which also shapes Monero tokenomics and upgrades. (docs.getmonero.org)

    Price, Market Position, and Liquidity

    As of 10/19/2025 12:00 UTC, Monero (XMR) trades at $313.80 with a +0.40% move over the last 24 hours.
    The market capitalization stands at $5.7B, placing it at rank #34 by market value.
    Daily trading volume is $149M. Monero (XMR) has moved +0.73% over the past seven days and +4.11% across the last 30 days.

    History & Team

    Monero launched on April 18, 2014, as a community fork of Bytecoin, based on the CryptoNote design created by the pseudonymous author “Nicolas van Saberhagen.” The original release was called BitMonero by a Bitcointalk user known as “thankful_for_today,” and the community quickly shortened the name to “Monero,” which means “coin” in Esperanto. Over time, Monero became the leading always‑private cryptocurrency. (en.wikipedia.org)

    Monero’s early public figures included Riccardo “fluffypony” Spagni and David Latapie, but many contributors prefer to stay anonymous to keep the focus on the code and the mission. Core contributors and maintainers over the years include community members such as binaryFate, luigi1111, moneromooo, hyc, and others recognized in Monero’s announcements and contributor lists. Today, active work is shared across volunteers, researchers, and maintainers through open repositories and public meeting notes. (lists.getmonero.org)

    Funding is handled through the Community Crowdfunding System (CCS). Proposals are posted, the community funds them in XMR, and payouts happen as milestones are delivered. This model keeps development independent and aligned with user needs. (getmonero.org)

    Technology & How It Works

    Privacy building blocks

    • Stealth addresses: For every payment, the sender generates a one‑time address so on‑chain observers cannot link a payment to your published address. Wallets use a private “view key” to detect your incoming funds, which also enables optional, limited transparency for audits. (getmonero.org)
    • Ring signatures (CLSAG): Each spend is signed in a group of decoys, hiding which input is real. Monero upgraded to CLSAG in 2020, which kept privacy while cutting transaction size and verification time. (getmonero.org)
    • RingCT and Bulletproofs+: Ring Confidential Transactions hide amounts. Since 2017 RingCT has been mandatory, and in 2022 Monero adopted Bulletproofs+ to further reduce size and speed up verification. (getmonero.org)
    • Network‑layer privacy: Dandelion++ changes how transactions spread across the peer‑to‑peer network, making it harder to link a transaction to an IP address. Many users also route nodes over Tor or I2P for added protection. (web.getmonero.org)

    The 2022 “Fluorine Fermi” upgrade

    Monero’s August 13, 2022 network upgrade (v0.18/v15) delivered four key changes: ring size increased from 11 to 16 (larger default anonymity set), Bulletproofs+, “view tags” to accelerate wallet sync by roughly 30–40%, and fee‑formula improvements. Together, these made transactions lighter, faster, and more private. (web.getmonero.org)

    Consensus and performance

    Monero uses RandomX, a CPU‑friendly Proof‑of‑Work designed to resist ASIC dominance. Difficulty adjusts every block. Average block time is ~2 minutes, and block size expands or contracts with demand under a dynamic model. For node operators, the full chain is large, but pruning and lightweight clients help more people participate. (docs.getmonero.org)

    Atomic swaps

    Trustless Bitcoin↔Monero atomic swaps are live, allowing users to exchange BTC and XMR without a centralized intermediary. Community tools like UnstoppableSwap make this more approachable for non‑developers. (getmonero.org)

    Tokenomics & Utility

    Monero tokenomics at a glance

    • No premine, no ICO, no company treasury.
    • Emission curve with a “tail emission” to secure the network long‑term.
    • Native coin utility: transaction fees and payments across the ecosystem. (docs.getmonero.org)

    Monero’s main emission produced about 18.132 million XMR by the end of May 2022. After that, the tail emission began, paying a flat 0.6 XMR per block (every ~2 minutes). Tail emission creates a small, predictable inflation that trends under 1% and slowly declines as supply grows. This mechanism is designed to keep miner incentives stable even if fees fall, supporting long‑term security without relying on unpredictable fee spikes. (getmonero.org)

    Because privacy is always on, every coin is fungible—one XMR is as good as any other. Over time, network upgrades and liquidity shifts can influence XMR price. Common long‑run drivers discussed by analysts include adoption (merchant usage, P2P flows), exchange availability, mining economics (energy and hardware costs), and broader market cycles. The project’s steady upgrade path and tail emission design are also frequent talking points in XMR price narratives. (web.getmonero.org)

    View the detailed Tokenomics Page to see the Monero (XMR) token unlock schedule — including detailed allocations, dates, and market impact analysis.

    Ecosystem & Use Cases

    Monero is used for person‑to‑person payments, online shopping, tipping and donations, business‑to‑business settlement, and payroll in sensitive industries. It is popular with individuals who want private giving, subscription payments without exposure of spending history, and confidential purchases. Merchant directories and community pages list stores and service providers that accept XMR, and adoption has grown across categories such as software, hosting, media, freelance work, and travel. (getmonero.org)

    On‑chain programmability is limited by design, so “Monero DeFi, NFTs, gaming” activity typically happens in two ways:

    • Off‑chain or cross‑chain integrations: wrapped XMR experiments and bridges have appeared on other networks so users can access DeFi, NFTs, and gaming there, while holding native XMR for settlement. These are third‑party efforts and not core protocol features. (github.com)
    • Native experiments: community projects have tested inscription‑style collectibles and cultural drops on the Monero blockchain itself, though these remain niche and community‑driven. (monero.observer)

    Atomic swaps and P2P platforms expand the ways people acquire or trade XMR without centralized order books. This has helped the ecosystem remain active even when centralized exchange listings change. (getmonero.org)

    Advantages & Challenges

    Advantages

    • Strong default privacy: stealth addresses, ring signatures (CLSAG), and RingCT hide key details of every transaction. (getmonero.org)
    • Fungibility: because history is hidden, coins are interchangeable at the protocol level.
    • Inclusive mining: RandomX favors CPUs, helping decentralization and reducing reliance on specialized hardware. (web.getmonero.org)
    • Adaptive throughput: dynamic blocks help absorb bursts in demand without a fixed cap. (web.getmonero.org)
    • Community‑led: open‑source governance and CCS funding align development with users, not investors. (getmonero.org)

    Challenges

    • Exchange support varies: some centralized exchanges have limited or delisted XMR in certain regions, which can affect liquidity and accessibility. P2P and swap options help, but user pathways differ by jurisdiction. (monero.observer)
    • Larger transaction data vs. transparent chains: privacy adds computation and storage overhead, though upgrades like Bulletproofs+ and CLSAG reduced costs. (web.getmonero.org)
    • Limited on‑chain programmability: Monero prioritizes privacy, not general smart contracts, so DeFi and NFTs mostly rely on external networks or creative workarounds.

    Where to Buy & Wallets

    If you’re wondering where to buy XMR, options include:

    • Peer‑to‑peer and decentralized venues: Bisq and BasicSwap provide P2P trading and atomic‑swap‑style exchanges that don’t require a central account. Some tools enable BTC→XMR atomic swaps directly. Availability and liquidity vary by region. (getmonero.org)
    • Centralized exchanges: Listing status changes over time and by country. Some regulated platforms have supported XMR pairs in specific markets, while others have delisted or restricted access. Always check availability in your jurisdiction. (getmonero.org)

    Popular wallets in the Monero ecosystem include:

    • Official Monero GUI and CLI: full‑feature desktop wallets with Simple (remote node) and Advanced modes; support Tor/I2P networking; and integrate with hardware wallets. (web.getmonero.org)
    • Mobile and light wallets: community‑maintained options such as Feather (desktop lightweight), Monerujo (Android), Cake Wallet (iOS/Android), and others. Choose open‑source options and, when possible, connect to your own node for maximum privacy. (web.getmonero.org)
    • Hardware wallets: Monero supports Ledger Nano (S, S Plus, X) and Trezor (Model T, Safe 3, Safe 5) when used with compatible software like the Monero GUI/CLI or Feather. (web.getmonero.org)

    Tip: for faster first‑syncs, the 2022 upgrade added “view tags,” and the GUI includes pruning and remote‑node modes to help you get started quickly. (web.getmonero.org)

    Regulatory & Compliance

    Monero’s regulatory landscape is mixed and depends on where you live. In the European Union, big exchanges have reduced XMR support as they prepare for MiCA/AMLR obligations. In 2024, Kraken announced XMR delistings for customers in Ireland and Belgium, and later planned a broader EEA delisting; Binance removed all XMR spot pairs globally in February 2024. These decisions centered on compliance and transparency rules for service providers rather than a ban on personal use. (support.kraken.com)

    Some countries have taken a stricter line on “privacy coins” offered by domestic exchanges. South Korea’s regulator moved to bar privacy‑coin listings on local platforms starting in 2021, and Japanese exchanges previously removed Monero under pressure from the Financial Services Agency. These measures focus on exchange listings and AML controls. (cointelegraph.com)

    Looking ahead, EU anti‑money‑laundering rules (AMLR) are expected to limit crypto service providers from offering privacy coins by July 2027, while self‑hosted wallet use remains outside that scope. Policy groups note that exchange delistings largely reflect how providers interpret transparency requirements, not a universal prohibition on users holding or transacting XMR. In the United States, there is no federal ban on owning Monero; compliance expectations focus on exchanges and other “VASP” entities. (ifcreview.com)

    Halal and Shariah perspectives

    Monero halal? Many Islamic finance screeners and commentators view the XMR token as permissible when used as a medium of exchange or asset, since it does not rely on interest and functions like digital cash. Community assessments and Shariah screening platforms describe XMR as generally acceptable in principle, with standard caveats about lawful use. If you are seeking XMR shariah compliant guidance for a specific use case, local scholars may offer more tailored opinions. (cryptoummah.com)

    Future Outlook

    Monero’s roadmap continues to focus on three themes: stronger default privacy, efficient transactions, and broad participation.

    • Research and engineering: Monero Research Lab and contributors keep refining decoy selection, wallet sync, and proof systems to make private payments lighter and faster. The 2022 upgrade (ringsize 16, Bulletproofs+, view tags) is a model for steady, meaningful improvements. (web.getmonero.org)
    • Usability: Expect more ergonomic wallets, faster scanning, and better light‑client tooling so new users can start quickly without running a full node, while still preserving privacy.
    • Liquidity routes: P2P marketplaces and Bitcoin↔Monero atomic swaps are likely to grow as more users move between networks without centralized intermediaries. (getmonero.org)
    • Ecosystem breadth: While the base layer does not target general smart contracts, bridging, inscriptions, and integrations will continue to experiment around Monero DeFi, NFTs, gaming, and commerce—often off‑chain or cross‑chain—so users can keep settlement private in native XMR. (monero.observer)

    Over the long term, Monero tokenomics—especially tail emission—aim to keep miner incentives reliable. That design, together with broad CPU mining, supports network security through many market cycles and can shape how the market views XMR price over time. (getmonero.org)

    Summary

    Monero is the leading always‑private cryptocurrency. The Monero blockchain uses stealth addresses, ring signatures, and confidential amounts to keep payments unlinkable and balances hidden, while optional view keys allow selective transparency when needed. The XMR token secures the network and powers everyday payments; Monero tokenomics rely on a predictable tail emission rather than a fixed cap, supporting miners far into the future. Even as exchange policies shift and the Monero regulatory status evolves across regions, the project’s open‑source community keeps shipping upgrades that improve privacy, speed, and usability. For users who want cash‑like digital payments—and for builders who want private settlement rails—Monero remains a durable choice. Many Islamic finance screeners also consider Monero halal when used as lawful digital money, making “XMR shariah compliant” a common view in that context. From private donations and merchant checkout to P2P markets and atomic swaps, Monero continues to carve out a clear role in the crypto ecosystem. (getmonero.org)

    Last Updated: 10/5/2025 22:22 UTC

    Description

    #34

    Monero is a cryptocurrency that focuses on privacy and fungibility. It uses various techniques to hide the identities of senders and receivers, as well as the amounts and origins of transactions.

    Sector: Payments
    Blockchain: Other L1
    2014
    Privacy
    POW

    Market Data

    Marketcap Rank (#)
    34
    Price ($)
    313.80 +0.73% (7d)
    24h Volume ($)
    149M -29.39% (7d)
    Marketcap ($)
    5.7B
    Fully Diluted Value ($)
    N/A
    Circulating Supply
    N/A
    71M 293K/362K
    38M 73K/118K
    6.2M 100K/109K
    5.5M 57K/89K
    4.9M 266K/226K
    3.7M 31K/35K
    2.9M 73K/74K
    1.9M 47K/26K
    1.1M 126K/93K
    570K 199K/163K
    43K 14K/15K

    Exchange Relationships

    COMPACT
    FULL
    No relationships known yet.

    Important Milestones

    Sep 15, 2025
    18-block chain reorg
    Security Incident
    Monero experienced an 18-block reorganization, invalidating roughly 118 transactions and prompting heightened confirmation warnings amid controversy over outside hashrate concentration claims.
    Feb 20, 2024
    Binance delists Monero
    Regulatory
    Binance removed all XMR spot pairs, citing due‑diligence and regulatory considerations. Deposits after February 21 were not credited, marking a major centralized exchange withdrawal.
    Aug 13, 2022
    Fluorine Fermi upgrade
    Upgrade
    Network upgrade raised ring size to 16, introduced Bulletproofs+, added view tags for faster wallet sync, and improved fees, making transactions lighter, faster, and more private.
    Jun 9, 2022
    Tail emission begins
    Upgrade
    Main emission ended and perpetual tail emission activated, fixing block rewards at 0.6 XMR every ~2 minutes to maintain long‑term miner incentives and predictable, declining inflation.
    Nov 30, 2019
    RandomX PoW switch
    Upgrade
    Scheduled network upgrade activated RandomX, a CPU‑friendly proof‑of‑work designed to reduce ASIC advantage, improving decentralization of mining and network security.
    Oct 18, 2018
    Bulletproofs activated
    Upgrade
    Hard fork enabled Bulletproofs for RingCT, substantially shrinking transaction sizes and fees while improving verification performance; mandatory the following day.
    Jan 9, 2018
    All‑time high price
    All-Time High
    XMR reached an all‑time high around $542 during the 2017–2018 bull market, marking its historical peak on major price trackers.
    Apr 18, 2014
    Protocol launch (Monero)
    Launch
    Monero launched as a community‑driven fork of Bytecoin (originally BitMonero), introducing privacy‑by‑default payments using CryptoNote with ring signatures and stealth addresses.