Monero
XMR
A privacy preserving electronic cash system
Top Markets
Sell Now
Buy Now
Summary
Key Metrics
24h Volume
The aggregate trading volume for XMR on Bittrex over the past 24hrs, in USD.
Circulating Supply
Amount of XMR that is currently available to the public and in circulation.
Market Cap
The Marketcap is calculated using the last price on Bittrex and liquid supply sourced from Messari.io
Key Info
Sector
Currencies
Category
Payments
Token Type
Native
Token Usage
Payments
Consensus Algorithm
Proof-of-Work
On-Chain Governance Type
Delegative on-chain vote
overview

Monero traces its origins back to Bytecoin, the first implementation of CryptoNote, which was an application layer protocol aimed at solving various issues with Bitcoin such as traceability, mining centralization, and irregular coin emission. Bytecoin launched in March 2014; however, after a controversial 80% premine, a Bitcointalk forum user known as thankfulfortoday forked the codebase of Bytecoin into the a new project named BitMonero, a compound of Bit (as in Bitcoin) and Monero (meaning “coin” in Esperanto).

The release of BitMonero was poorly received by the community that initially backed it, leading seven community members to fork BitMonero into a new project called Monero. This largely pseudonymous group, led by Fluffypony (Riccardo Spagni), ultimately became the first Monero Core team. Monero launched its project in April 2014 with no premine.

Monero’s payment anonymity has garnered significant attention from a panoply of crypto-curious persons. Since its launch Monero has become one of the most widely used darknet currencies in the world due to its anonymity by default features. In 2017 Monero further enhanced its privacy features by incorporating Ring CT signatures, a solution proposed by Bitcoin Core developer Greg Maxwell, that obscures transaction amounts for each entry in the ring signature, in addition to obscuring the transaction address. This provided near complete transaction anonymity in contrast to just sender anonymity as it was previously. In October 2018, Monero implemented bulletproofs, a zero-knowledge proof technology that replaced the previous zero-knowledge range proofs that its confidential transactions relied on. Bulletproofs cut the size of its confidential transactions by at least 80 percent, significantly increasing transaction efficiency.

Monero undergoes scheduled hard forks every six months intended to allow Monero to evolve at a regular cadence, while still leaving users enough time to update before being forked away from the network. These hard forks tend to include everything from patches and bug fixes to hashing algorithm changes and functionality upgrades.

In December 2019, Fluffypony (Riccardo Spagni), Monero’s lead maintainer stepped down from the project in an effort to further decentralize the project.

SHOW MORE
token

XMR is used as a native currency within the Monero network. XMR can be used for peer-to-peer payments and value storage within the Monero network. Monero is also used to pay fees for transactions.

Due to it’s robust privacy features, offering anonymity by default, Monero has found significant usage as a black or grey market currency.

SHOW MORE
consensus

Consensus
Monero uses Nakamoto Consensus whereby the valid chain is the longest chain with the most accumulated proof-of-work (POW). Consensus in Monero, and other systems using Nakamoto Conensus, is probabilistic because there is always a chance that a new, longer competing chain could emerge with more accumulated proof-of-work, that would invalidate the current chain.

Mining
Miners solve computational puzzles to generate new blocks using the RandomX proof-of-work algorithm. In this process, miners compete to generate a hash less than the target number set by Monero’s difficulty adjustment algorithm. The target difficulty level is adjusted every block.

In the pursuit of decentralization at the miner level, Monero periodically changes its proof-of-work algorithm via hard forks to ensure Monero remains ASIC resistant and open to individuals with commodity hardware. Like many proof-of-work cryptocurrencies, mining is now done in pools where participants contribute hash power to the pool and receive a proportional share of the profits if the pool finds a valid block. This is to smooth individuals’ mining revenue as mining has become more competitive.

Block sizes in Monero are dynamic and there is no preset block size limit like there is in Bitcoin. However, despite there being no block size limits, Monero has a block reward penalty system that keeps block sizes in check. The block reward penalty system works first by taking the median size of the last 100 blocks. If a new block’s size is greater than that median, then the block reward gets reduced quadratically depending on how much the new block size exceeds that median. The maximum block size is set at two times the median of the last 100 blocks, and as the block size approaches that limit the block reward approaches zero.

SHOW MORE
technology

Monero, the protocol, is a distributed, time-stamped ledger of unspent transaction output (UTXO) transfers stored in an append-only chain of dynamic-sized data blocks. A network of mining and economic nodes maintains this blockchain by validating, propagating, and competing to include pending transactions (mempool) in new blocks. Economic nodes (aka “full nodes”) receive transactions from other network participants, validate them against network consensus rules and double-spend vectors, and propagate the transactions to other full nodes that also validate and propagate. Valid transactions are sent to the network’s mempool waiting for mining nodes to confirm them via inclusion in the next block.

Mining nodes work to empty the mempool usually in a highest-to-lowest fee order by picking transactions to include in the next block and racing against each other to generate a hash less than the target number set by Monero’s difficulty adjustment algorithm. Monero uses a Proof-of-Work (PoW) consensus mechanism to establish the chain of blocks with the most accumulated “work” (a.k.a., energy spent on solved hashes) as the valid chain.

Monero runs a proof-of-work algorithm called RandomX, an algorithm using random code execution and memory-hard techniques for ASIC resistance. Monero initiates hard forks every 6 months to implement upgrades to the protocol, often times changing its PoW algorithm to prevent ASICs from joining the network.

Monero’s privacy enhancements stem from ring signatures, which mask sender identities and offers single-use keys to make transactions untraceable. Ring signatures merge a group of signers together to better preserve the anonymity of the true signer. The group is comprised of the actual signers single use key initiating the transaction and past transaction outputs from Monero’s blockchain. Including past transaction outputs helps preserve the senders anonymity because they are theoretically indistinguishable to an outside observer as the valid transaction itself.

In January 2017, Monero implemented Ring Confidential Transactions (Ring CTs) in an effort to combat concerns around the true degree of anonymity offered by Monero. Ring signatures only provided privacy for the sender of the transaction, and required outputs to be broken up into separate rings because ring signatures could only contain outputs of the same value. Ring CT signatures aimed to alleviate these concerns by obscuring transaction amounts for each entry in the ring signature, in addition to obscuring the transaction address. With Ring CTs wallets could arbitrarily select ring members from any output size. To prove that certain amounts were spent, Ring CTs used range proofs, a zero knowledge cryptography technique used to prove the amount used in a transaction with revealing the details.

However, the range proofs used in Monero’s confidential transactions to ensure the integrity of transactions, were computationally intensive, leading the Monero blockchain to bloat due to the onerous data requirements of each transaction. Thus, in October 2018 Monero implemented bulletproofs, which addressed this scalability issue, cutting the size of its confidential transactions by at least 80 percent and significantly increasing transaction efficiency. Bulletproofs are a non-interactive zero-knowledge proof that does not require a trusted setup. Bulletproofs aggregate information into new data structures that scale logarithmically, rather than linearly, allowing even greater scaling for larger transactions that contain multiple outputs.

SHOW MORE
governance

Monero protocol development involves a proposal process whereby anyone in the open source Monero community can submit proposals for improving the Monero protocol. After debate by the community, when consensus has emerged, the Monero Core maintainers merge code changes into Monero Core’s GitHub Repository. Once new code has been implemented into the Monero Core client, users of the network (full nodes) must be persuaded to adopt the new changes. Protocol changes are “ratified” on-chain when the majority of the network adopts the upgrade and doesn’t break consensus.

Monero funds protocol development through its Forum Funding System (FFS), a donation based crowdfunding system. The FFS is a system whereby anyone can propose ideas and request anonymous donations to fund development work. Once proposals have been funded, funds are released as certain milestones are reached.

Monero opts for scheduled hard forks every six months. The community believes that not only does this ensure the protocol is continuously being improved at a regular cadence, but it also keeps the community engaged in the governance process.

SHOW MORE

Portions of the content on this page have been prepared by third parties not affiliated with Bittrex. Bittrex is not responsible for such content, nor is Bittrex liable for any errors or delays in updating the content to reflect new developments or market conditions. Bittrex is not liable for any actions taken in reliance on the content herein. Material provided on this page is for informational purposes only and does not constitute investment advice. This is not and should not be interpreted as a recommendation to buy, sell, or hold a digital asset or to use a particular investment strategy. You should conduct due diligence before deciding whether to transact in any digital asset. Bittrex makes no representation on the accuracy, suitability, reliability, or validity of any information provided. Prices displayed are for illustrative purposes only and may vary.