If you have been using Litecoin for more than a year, you have probably noticed that not all LTC addresses look the same. Some start with L, some with M, some with ltc1q, and the newest ones start with ltc1p. There are also MWEB stealth addresses that look nothing like any of the above. These are not cosmetic differences. The prefix on your address tells you which cryptographic scheme secures your coins, how much you pay in transaction fees, and whether your wallet supports the latest protocol upgrades.
Most users never think about this. They use whatever address their wallet hands them, and that is how people end up paying 3x more in fees than necessary or accidentally sending LTC to a Bitcoin address and spending a weekend sweating over whether their coins are gone forever. This guide breaks down every Litecoin address format in use today, explains the real-world cost differences, and tells you exactly which format you should be using in 2026.
L-addresses are the original Litecoin address format, inherited from Bitcoin's P2PKH (Pay-to-Public-Key-Hash) scheme. Every address starts with a capital L, followed by 33 characters of base58-encoded data. Example: LM2WMpR1Rp6j3Sa59cMXMs1SPzj9eXpGc1
These addresses have been around since Litecoin launched in 2011. They work with every wallet, every exchange, and every service that has ever supported LTC. That universal compatibility is their only advantage. On the cost side, L-address transactions produce the largest data footprint on the blockchain because they use uncompressed signature encoding. Every byte costs you satoshis in fees. When the network is busy, the difference between an L-address transaction and an ltc1q transaction can be 40-60% in fees.
If your wallet still gives you L-addresses by default, it is either very old software or the developer stopped maintaining it. There is no technical reason to use L-addresses in 2026 unless you are interacting with ancient infrastructure that has not been updated since 2017.
M-addresses use the P2SH (Pay-to-Script-Hash) format and start with the letter M. Example: MJKbQ3bGFZx5gJnq5XkY5z3Kce2n6xPvSB
These became popular in 2017-2018 when Segregated Witness (SegWit) was activated on Litecoin. M-addresses wrap a SegWit script inside a legacy-compatible P2SH envelope. Think of it as SegWit wearing a disguise so that older wallets that do not understand SegWit can still send to these addresses without breaking. The transaction data is smaller than L-addresses because witness data is separated and discounted, but the P2SH wrapping adds overhead compared to native SegWit.
M-addresses were the transitional format. They solved the immediate problem of letting people use SegWit while the ecosystem caught up. By 2026, the ecosystem has caught up. Every major wallet and exchange supports native SegWit (ltc1q). M-addresses still work fine, but you are paying a fee premium over native SegWit for compatibility you no longer need.
ltc1q addresses use the Bech32 encoding format and are the native SegWit implementation for Litecoin. Example: ltc1qw508d6qejxtdg4y5r3zarvary0c5xw7kgmn4n9
These addresses are lowercase only, use a limited character set (no ambiguous characters like 0/O or l/1), and include a built-in checksum that catches typos before you send. If you mistype a single character, the address will be rejected as invalid instead of silently sending your LTC to a wrong (and possibly nonexistent) address. This error-detection alone has saved users an untold amount of money.
Transaction fees with ltc1q addresses are the lowest of any standard format. The witness data discount applies fully, and there is no P2SH wrapping overhead. On average, an ltc1q transaction is 30-45% cheaper than an equivalent L-address transaction and 10-15% cheaper than an M-address transaction. At current fee levels, the absolute difference is small (fractions of a cent), but it compounds over hundreds of transactions — and during high-traffic periods like halving events, the difference becomes meaningful. Check real-time fee comparisons on our fee tracker.
Every major wallet supports ltc1q: Litecoin Core, Electrum-LTC, Exodus, Trust Wallet, Ledger, Trezor, Tangem. Every major exchange supports sending to and withdrawing to ltc1q addresses. There is no reason not to use this format in 2026.
ltc1p addresses use the Bech32m encoding (an improved version of Bech32 that fixes a theoretical weakness in error detection) and correspond to Taproot outputs (P2TR). Example: ltc1p5cyxnuxmeuwuvkwfem96lqzszee2456gpal8hk
Taproot was activated on Litecoin following Bitcoin's lead. It bundles three upgrades: Schnorr signatures (more efficient, enables signature aggregation), MAST (Merkelized Alternative Script Trees, which hides unused spending conditions), and a new script version that opens the door to future upgrades without hard forks.
For everyday single-signature transactions, ltc1p offers similar fees to ltc1q. The real benefits emerge with complex transactions: multisig setups, time-locked contracts, and atomic swaps. A 3-of-5 multisig transaction using Taproot can look identical to a simple single-sig transaction on the blockchain, which improves both privacy and efficiency. For advanced users running Lightning channels or atomic swaps between LTC and BTC, Taproot is the foundation of next-generation cross-chain infrastructure.
Wallet support for ltc1p is still catching up. Litecoin Core supports it fully. Some hardware wallets support receiving but not all signing modes. If you are a standard user sending and receiving LTC, ltc1q remains the practical choice. If you are involved in multisig, Lightning, or cross-chain swaps, ltc1p is worth using where supported.
MWEB (MimbleWimble Extension Blocks) was activated on Litecoin in May 2022 and introduced a completely different address paradigm. MWEB stealth addresses do not follow the standard prefix conventions — they are significantly longer and encode the recipient's public scan key and public spend key. An MWEB address starts with ltcmweb1 and can be over 100 characters long.
When you send LTC to an MWEB address, the transaction amount is hidden. Observers on the blockchain cannot see how much was sent. The sender and receiver are cryptographically unlinkable. This is not mixing or tumbling — it is built into the protocol itself. No third-party service, no extra steps, no trust required.
To use MWEB, you need a wallet that supports it. Currently, Litecoin Core (v0.21.3+) and the Litewallet mobile app support MWEB. Hardware wallet support is limited. You can "peg in" to MWEB by sending from any standard address to your MWEB address, transact privately within the MWEB zone, and "peg out" back to a standard address when you need to interact with exchanges or services that do not support MWEB. Read the full deep dive in our MWEB guide.
| Format | Prefix | Technology | Fee level | Error detection | Privacy | Wallet support |
|---|---|---|---|---|---|---|
| Legacy (P2PKH) | L | Original (2011) | Highest | Basic checksum | None | Universal |
| P2SH (SegWit wrapped) | M | SegWit 2017 | Medium | Basic checksum | None | Very wide |
| Native SegWit (Bech32) | ltc1q | SegWit native | Lowest | Advanced (Bech32) | None | Wide (recommended) |
| Taproot (Bech32m) | ltc1p | Taproot/Schnorr | Lowest | Advanced (Bech32m) | Improved for multisig | Growing |
| MWEB stealth | ltcmweb1 | MimbleWimble | Low (MWEB fee) | Built-in | Full (amounts + parties hidden) | Limited (Core, Litewallet) |
Transaction fees on Litecoin are low compared to Bitcoin and Ethereum, but relative differences between formats still add up. Here is what a typical 1-input, 2-output transaction costs at standard fee rates:
| Address format | Typical TX size (vbytes) | Fee at 1 lit/vB | Fee at 10 lit/vB (congested) | Savings vs Legacy |
|---|---|---|---|---|
| L (Legacy) | ~226 vB | 0.00000226 LTC | 0.0000226 LTC | — |
| M (P2SH-SegWit) | ~167 vB | 0.00000167 LTC | 0.0000167 LTC | ~26% |
| ltc1q (Native SegWit) | ~141 vB | 0.00000141 LTC | 0.0000141 LTC | ~38% |
| ltc1p (Taproot) | ~139 vB | 0.00000139 LTC | 0.0000139 LTC | ~39% |
During normal network conditions, the absolute difference is less than a penny. But during the Ordinals-driven congestion spike in mid-2023, Litecoin fees briefly jumped 50x above normal. Users on legacy addresses paid noticeably more. If you do DCA (dollar-cost averaging) with weekly buys and withdrawals, the savings compound over hundreds of transactions per year. Track current fee rates on our fee tracker and calculate exact costs with the LTC calculator.
Open your wallet and generate a new receive address. Look at the first characters:
Some wallets let you choose the address type in settings. Ledger Live, for example, offers a choice between "Legacy" and "Native SegWit" when creating a Litecoin account. Always select Native SegWit. Electrum-LTC lets you choose at wallet creation time — select "Standard wallet" with "Native Segwit (p2wpkh)" for ltc1q addresses.
If your current wallet only supports L-addresses and the developer has not updated it, switch wallets. Our wallet ranking lists every wallet with its supported address formats.
If you are still using L or M addresses, here is the case for switching:
The migration is simple: create a new ltc1q wallet (or switch your existing wallet to native SegWit mode), send your LTC from your old address to your new address. Yes, you pay one transaction fee to migrate. That fee pays for itself after a handful of future transactions.
All Litecoin address formats are fully interoperable on the network level. You can send from an L-address to an ltc1q address, from an M-address to an MWEB address, from an ltc1p address to an L-address — any combination works. The Litecoin network does not care what format the sender or receiver uses. The fee you pay depends on your sending address format (and the number and type of inputs/outputs), not the receiving address format.
The only caveat is wallet and exchange support. Some older exchanges have not updated their withdrawal systems to support sending to ltc1q or ltc1p addresses. This is rare in 2026 but not zero. If an exchange rejects your ltc1q address, use an M-address as a fallback — every exchange supports M-addresses. Then move your funds from the M-address to your ltc1q wallet.
MWEB is not just another address format — it is a fundamentally different transaction model. Standard Litecoin transactions are fully transparent: amounts, sender, receiver, all visible on the blockchain. MWEB transactions use confidential transactions (Pedersen commitments) to hide amounts and cut-through to remove the transaction graph. Nobody watching the blockchain can determine how much you sent or who you sent it to.
This matters for real use cases: paying salaries without revealing compensation, making business purchases without competitors seeing your supply chain, or simply exercising your right to financial privacy. MWEB is not about hiding illegal activity — it is about the same privacy you have when you pay cash at a store.
The trade-off: MWEB wallet support is limited, and some exchanges have delisted or restricted LTC specifically because of MWEB (South Korean exchanges were the first to do this). If you need to interact with services that do not support MWEB, peg out to a standard address first. Monitor MWEB adoption and peg-in/peg-out volume on our on-chain dashboard.
Yes. All Litecoin address formats are fully interoperable. You can send from any format to any other format. The fee depends on your sending address type, not the receiving type. L to ltc1q, M to ltc1p, ltc1q to MWEB — all work.
ltc1q (native SegWit / Bech32) and ltc1p (Taproot / Bech32m) offer the lowest fees. For standard single-signature transactions, ltc1q is the recommended default in 2026. The fee difference versus legacy L-addresses is roughly 30-40% per transaction. Check real-time fee rates on our fee tracker.
An MWEB address starts with ltcmweb1 and is used for privacy-preserving transactions on Litecoin's MimbleWimble Extension Block. When you send LTC to an MWEB address, the transaction amount is hidden and the sender-receiver link is broken. You need a wallet that supports MWEB (currently Litecoin Core or Litewallet). Read our MWEB deep dive for the full explanation.
Yes, unless your wallet allows you to change the address type in settings. If it only generates L-addresses and has no option for SegWit, the wallet is outdated. Switch to a wallet that supports ltc1q addresses — Litecoin Core, Electrum-LTC, Ledger, Trezor, Trust Wallet, and Exodus all do. See our wallet ranking for detailed comparisons.
It depends. If you control the private key on both chains (same seed, same derivation path), you may be able to import the Bitcoin private key into a Litecoin wallet and recover the funds. If you sent to someone else's Bitcoin address, recovery requires their cooperation — they would need to extract the private key and use it on the Litecoin network. If the address belongs to an exchange, contact their support, but success is not guaranteed. This confusion is why Bech32 (ltc1q) addresses are strongly recommended — they are chain-specific and cannot be confused with Bitcoin addresses.