Litecoin Address

Detects Litecoin addresses in two forms. Native SegWit bech32 addresses use the human-readable part "ltc1" (distinctive, 85-gated). Legacy base58 addresses are P2PKH with version byte 0x30 (leading "L") and P2SH with version byte 0x32 (leading "M"), 26-35 characters (most 34) — a single-letter prefix that is weaker (75-gated). Prefixes/version bytes/lengths verified against the Litecoin address-prefix docs and documented example addresses.

Type
regex
Engine
universal
Confidence
medium
Confidence justification
The "ltc1" bech32 form is a distinctive fixed HRP (85 when domain-gated). The legacy L/M base58 form is a single-letter prefix that collides with other base58 addresses and has no regex-expressible checksum (75). Neither tier is exported bare — precision comes from (distinctive prefix/HRP) times the mandatory cryptocurrency/wallet domain-context gate plus the noise exclusion.
Jurisdictions
global
Regulations
FATF Recommendations, AML/CTF Act (Cth)
Frameworks
ISO 27001, ISO 27701, SOC 2
Data categories
financial
Scope
narrow
Platform compatibility
Purview: Compatible, GCP DLP: Compatible, Macie: Compatible, Zscaler: Compatible, Palo Alto: Compatible, Netskope: Compatible

Pattern

\b[LM][1-9A-HJ-NP-Za-km-z]{25,34}\b

Corroborative evidence keywords

identifier, number, ID, transaction, transfer, payment, deposit, withdrawal, debit, credit, data record, database record, record set, data extract, data export, database table, spreadsheet, data registry, registry entry, master data (+14 more)

Proximity: 300 characters

Should match

Should not match

Known false positives

References

Collections