Skip to content
wiki · technical reference

Monero Payments

Privacy-by-default cryptocurrency. Sender, receiver, and amount are encrypted on chain. Standard payment option for privacy-focused operators.

~5 min read

Why Monero exists

Bitcoin is pseudonymous, not anonymous. Every transaction is publicly visible. Once you link an address to a real-world identity, every past and future transaction from that address can be traced. Multiple companies (Chainalysis, Elliptic, CipherTrace) have built businesses around Bitcoin transaction graph analysis for law enforcement and regulatory compliance.

For most uses this does not matter; most people are fine with their banking being analytically traceable. But for use cases where transaction privacy is part of the threat model (journalists protecting sources, activists, certain political donations, adult industry operators in conservative jurisdictions, simply privacy-conscious users), Bitcoin's public ledger is a problem.

Monero solves this with three cryptographic features built into every transaction: ring signatures (sender ambiguity), stealth addresses (recipient ambiguity), and confidential transactions (amount hiding). The result is a blockchain where you can verify total supply and individual transactions are valid, but you can't see who sent what to whom.

How the privacy actually works

Three primitives operating together:

  • Ring signatures. When you sign a Monero transaction, the signature is constructed using your real key plus 15 random keys from the blockchain (a "ring" of 16). Outside observers can't tell which of the 16 keys actually signed. Result: sender is one of 16 possibilities, with no way to determine which.
  • Stealth addresses. When you receive Monero, the sender derives a one-time destination address for that specific transaction. The address never appears anywhere else on the blockchain. Outside observers see a one-time address, but only the recipient can see it belongs to them. Result: recipient address isn't linkable across transactions.
  • RingCT (Ring Confidential Transactions). Transaction amounts are encrypted with Pedersen commitments. The network can verify inputs equal outputs (no inflation) without seeing the actual amounts. Result: amount is hidden.

All three are mandatory on every Monero transaction. There's no "transparent mode" you can opt into; privacy is the default.

Why hosting providers accept Monero

For privacy-focused hosting providers (DMCA-ignored, no-KYC, offshore), Monero serves several roles:

  • Customer privacy. Customers paying with Monero don't link their hosting purchases to a public payment trail. Useful for journalists, activists, multi-brand operators, anyone whose hosting is meant to be operationally separate from their public identity.
  • Provider operational privacy. Provider revenue isn't publicly trackable on a blockchain. Some hosting providers in sensitive jurisdictions specifically avoid Bitcoin for this reason.
  • Sanctions and regulatory friction. Cross-border crypto payments using Bitcoin can attract regulatory attention from intermediaries (exchanges, payment processors). Monero transactions are private to those intermediaries too, reducing friction for legitimate cross-border payments.
  • Fungibility. Bitcoin has a "tainted coins" problem where coins associated with past illicit activity can be flagged by exchanges, refused by some merchants, frozen by regulators. Monero coins are indistinguishable, so this entire category of risk does not apply.

Practical realities

Honest assessment of trade-offs:

  • Acquiring Monero is harder than Bitcoin. Many major exchanges (Binance, Kraken, Coinbase) delisted Monero or never listed it, primarily due to regulatory pressure on privacy coins. Acquiring usually requires either a privacy-friendly exchange (Kraken still has it in some regions, plus Bitstamp, plus various smaller exchanges), or a Bitcoin-to-Monero atomic swap, or a peer-to-peer trade.
  • Wallet ecosystem is smaller. Monero GUI is the official wallet. Cake Wallet and Monerujo for mobile. Feather Wallet for power users. All are open source and audited, but the ecosystem is smaller than Bitcoin's.
  • Price volatility is higher than Bitcoin. Smaller market cap, less liquidity. Monero's price moves more in both directions. For payments this matters less (you convert immediately) but for holding it's relevant.
  • Transaction confirmation is slower than Lightning. Monero blocks are mined every 2 minutes, and recommended confirmations vary (10 confirmations for small payments, more for larger). Effective settlement is 20-60 minutes. Faster than on-chain Bitcoin (10-60+ min), slower than Lightning (instant).
  • Some jurisdictions discourage or restrict Monero. Japan, South Korea have banned exchanges from listing it. EU MiCA regulations take effect through 2025-2026. Operating compliance varies.

Accepting Monero as a provider

Two main integration patterns:

Direct wallet integration. Run a Monero wallet (or full node + wallet), generate stealth addresses for each invoice, monitor for incoming payments, settle to fiat or hold as Monero. Maximum sovereignty, real operational work.

Payment processor. Services like NowPayments, GloBee, OpenNode-Monero (where available) handle the wallet operations. You receive fiat or Bitcoin at the other end. Operationally simpler, but custodial dependency and fees (typically 0.5-1% of transaction).

Most privacy-focused providers run direct wallet integration because it preserves the privacy-by-default property all the way through. Adding a custodial gateway re-introduces the kind of intermediary visibility Monero was designed to avoid.

When Monero is the right choice (vs alternatives)

Decision tree:

  • Use Monero when transaction privacy is part of the threat model. Activist organisations, journalist source protection, certain politically sensitive operators, customers who specifically want unlinked payment history.
  • Use Lightning Bitcoin when speed and low fees matter more than privacy, and the customers don't need their payment history hidden. Most casual hosting customers.
  • Use on-chain Bitcoin when the payment is large and infrequent and either party prefers settlement finality over speed.
  • Use traditional payment when KYC isn't a problem and the customer prefers normal payment rails. Many hosting customers fall here despite the marketing emphasis on crypto.

Most providers accepting Monero also accept Bitcoin and Lightning, letting customers self-select based on what they actually need. Forcing one specific cryptocurrency on customers is rarely the right move.

Monero protocol-level privacy: how it actually works

Monero (XMR) provides protocol-level transaction privacy through three specific cryptographic mechanisms that combine to make transaction graph analysis substantially harder than on transparent blockchains like Bitcoin or Ethereum. The mechanisms are documented in the Monero whitepaper and have been refined through several protocol upgrades since the 2014 launch.

Ring signatures: when a transaction is created, the sender signs the transaction using a ring of public keys that includes the actual sender plus 15 decoy keys (the default ring size as of 2024-2026, increased from earlier defaults). To external observers including chain analysis tools, any of the 16 keys could be the actual sender. The ring size has been progressively increased over Moneros history; the current ring size of 16 makes attribution to a specific sender computationally infeasible for typical analysis approaches.

Stealth addresses: each transaction goes to a one-time address derived from the recipient public key through cryptographic derivation. The recipient address visible on the blockchain is unique to that specific transaction; the same recipient receiving multiple transactions does not produce a visible pattern linking the transactions to a common destination. Stealth addresses break the transaction graph at the destination side.

RingCT (Ring Confidential Transactions): the transaction amount is encrypted on-chain. Observers can verify that the transaction is valid (inputs sum to outputs, no inflation) without learning the actual amount. The hiding of amounts breaks transaction analysis that depends on amount correlation, which is one of the primary techniques chain analysis tools use against transparent blockchains.

The combination of these three mechanisms produces a protocol where on-chain analysis can show that transactions occurred (the chain is public, blocks are visible, transactions are recorded) but cannot show who sent to whom in what amount. This is the structural property that makes Monero useful for privacy-positioned payment use cases.

Why Monero is the operational privacy choice in 2026

Bitcoin and the other major transparent cryptocurrencies (Ethereum, Litecoin, Bitcoin Cash, Dogecoin) provide public-ledger payment with chain-analyzable transaction graphs. Privacy on these chains requires careful operational practices (avoiding KYC exchanges, using coin mixing services where legal, funding from non-attributed sources) that most users do not actually implement consistently. The default behavior of a typical Bitcoin user is to leak substantial identity information through chain-analyzable patterns.

Monero provides protocol-level privacy that does not depend on user behavior. The same chain analysis that can produce identity attribution on Bitcoin chains has consistently failed to produce equivalent attribution on Monero through multiple investigations, academic studies, and law-enforcement statements. The protocol works as designed.

For hosting and email infrastructure customers, the practical implication is that Monero payment provides privacy that other cryptocurrency payment options do not. A customer paying with Bitcoin from an exchange address that has KYC attribution exposes the link between their identity and the payment to anyone with access to the chain analysis tools and the exchange records. The same customer paying with Monero exposes the link to no one because the link is not visible on the chain regardless of who is looking.

The receiver-side reality (us as the hosting provider receiving the payment) is that we know we received Monero into a specific subaddress for a specific invoice. We do not know what address sent the payment because the chain does not record source addresses. We could not disclose source information under legal process even if compelled because we do not have the information to disclose. This is structurally different from Bitcoin payment where we know the source address from chain inspection even though we did not collect it as customer data.

Practical Monero payment workflows for customers

Customers paying with Monero benefit from following operational patterns that take advantage of the protocol-level privacy rather than partially undermining it through application-level patterns. The workflows below capture what privacy-conscious customers settle on.

Funding the wallet: Monero accumulated from sources without KYC attribution (peer-to-peer trades through LocalMonero or Haveno, mining proceeds, trades on non-KYC exchanges, accumulation through earnings rather than fiat conversion) provides the strongest privacy baseline. Monero acquired from KYC exchanges retains some exchange-side attribution because the exchange recorded the customer identity at acquisition; the chain analysis cannot follow the Monero after withdrawal, but legal process to the exchange could reveal the acquisition pattern. For maximum privacy, customers either fund Monero outside the KYC exchange ecosystem entirely or use the Monero specifically for purposes where exchange-side acquisition records are acceptable.

Wallet software: several Monero wallet options exist with different operational profiles. The official Monero GUI runs locally with a full Monero node; this is the highest-privacy option but requires running the node which takes 50-100 GB of disk and substantial initial sync time. Cake Wallet, Feather Wallet, and MyMonero connect to remote Monero nodes which reduces local resource requirements but introduces some operational privacy tradeoff with the remote node operator. For most customers, Cake or Feather Wallet provide acceptable privacy with reasonable usability.

Payment execution: the customer receives an invoice with a Monero subaddress (typically one-time use for that specific invoice). The customer initiates a transaction from their Monero wallet to the invoice subaddress. The transaction confirms in 20-40 minutes for the 10-confirmation requirement that most merchants apply (including us). The customer wallet shows the transaction as sent; the merchant wallet shows the transaction as received; the chain shows a transaction occurred but does not reveal the sender or amount to external observers.

Operational privacy hygiene: customers concerned about privacy beyond the protocol level should consider network-level privacy as well. Connecting to the Monero network from an identified IP (home internet, work network) does not directly compromise Monero protocol privacy but produces metadata that could be correlated with the payment timing. Using Tor for Monero wallet connections or running through a VPN provides this additional layer for customers whose threat model justifies it.

Monero ecosystem state in 2026

The Monero ecosystem has continued to mature through 2024-2026 across multiple dimensions that affect practical usability for payments. The summary below captures the operational reality as of early 2026.

Exchange listings and delistings: several major centralized exchanges delisted Monero through 2023-2024 citing regulatory pressure (Binance, Kraken in some jurisdictions, OKX). Several major exchanges continue to support Monero including Kraken in remaining jurisdictions, KuCoin, Gate.io, Bitfinex. The trend through 2024-2026 has been net-negative on centralized exchange listings but compensated by growth in decentralized exchange and peer-to-peer alternatives.

Decentralized exchange options: LocalMonero remains the dominant peer-to-peer trading platform for Monero, supporting trades across many fiat currencies and payment methods. Haveno (decentralized exchange built on the Bisq codebase) launched mainnet in 2023 and has grown through 2024-2026 as an alternative to centralized exchanges. SerAI is a multi-chain decentralized exchange protocol that includes Monero. The decentralized ecosystem provides ways to acquire and convert Monero outside the KYC-bound centralized exchange ecosystem.

Hardware wallet support: Trezor and Ledger both support Monero with native firmware and companion software. Hardware wallet usage with Monero has historically been less common than with Bitcoin due to software complexity, but the support has improved through 2023-2025 to the point where hardware wallet usage is operationally smooth for users who want cold-storage Monero holdings.

Merchant adoption: Monero merchant adoption has grown progressively through 2022-2026 across categories that match Moneros privacy positioning: hosting providers, VPN services, privacy-focused services, security research vendors. The merchant count is smaller than Bitcoin merchant count but the relative growth rate has been higher in recent years. For hosting and email infrastructure specifically, Monero is supported by most no-KYC providers and increasingly by privacy-positioned mainstream providers.

Wallet software evolution: Feather Wallet (light wallet with strong privacy defaults) has continued to mature and is the wallet most operators currently recommend for new users. Cake Wallet (mobile-first) has continued to expand. The official Monero GUI has improved usability through 2023-2025 but remains the heaviest option requiring full node operation. The wallet ecosystem now provides clear choices for different operational preferences.

Troubleshooting

I sent Monero to a payment address but the provider says they didn't receive it
Check your wallet for the payment preimage / transaction key. Send the provider the transaction ID and the payment proof (your wallet can generate a "tx_proof" cryptographically demonstrating the payment was made). They can verify against their wallet's receiving history.
My exchange delisted Monero, how do I acquire it?
Privacy-friendly exchanges still listing it: Kraken (region-dependent), Bitstamp, Bitfinex, plus smaller exchanges (TradeOgre, MEXC). Atomic swap services: SideShift, ChangeNow, FixedFloat all convert Bitcoin to Monero without account creation. Peer-to-peer: LocalMonero (closing in 2024) was the standard, alternatives emerging.
My provider sent me an XMR address that's 95 characters long
That's a normal Monero address. Stealth addresses are intentionally long because of the cryptographic structure. Most wallets show QR codes; scan instead of typing. Sub-addresses (starting with 8 instead of 4) are also normal; they are a privacy-preserving way for one wallet to generate multiple addresses.
Monero transaction has been pending for 30+ minutes
Block times average 2 minutes. Most wallets default to 10 confirmations before showing as confirmed (~20 minutes). For large payments, 20-30 confirmations is conservative. If a transaction has been waiting an hour with no confirmations, the fee may have been too low; check the transaction in a Monero block explorer with your tx_proof.
Should I run a full Monero node or use a remote node?
Full node uses ~150GB disk and gives maximum privacy (queries don't leak to remote operators). Remote nodes are convenient but the operator sees what addresses you query. For occasional use, remote nodes are fine. For operational privacy (provider operating Monero infrastructure), run your own.
My Monero payment is taking longer than expected to confirm. Should I be concerned?
Monero confirmations typically take 20-40 minutes for the 10-confirmation requirement that most merchants apply. Longer waits can occur during high network congestion or if your transaction fee was set below current network levels. Check the transaction status in your wallet; most modern Monero wallets show confirmation progress. If the wallet shows the transaction was broadcast but is not confirming after 2+ hours, the issue is likely a too-low fee; some wallets allow fee bumping while others require waiting for the transaction to time out and re-broadcasting with higher fee.
I want to use Monero but my exchange only supports Bitcoin
Multiple options for converting Bitcoin to Monero without going through a KYC exchange. LocalMonero supports peer-to-peer trades between BTC and XMR. Several non-KYC swap services (Trocador, FixedFloat, several others) provide BTC-to-XMR conversion at market rates with no identity verification, typically completing within minutes. The swap services have varying reliability and rates; Trocador aggregates multiple swap providers and shows comparison rates. For larger amounts, peer-to-peer trades on LocalMonero or Haveno typically produce better rates than swap services.

Related entries