Compliance Setup for Lithuania Jurisdiction
Lithuania is a popular EU jurisdiction for fintech and crypto thanks to fast EMI licensing and VASP registration. Lithuanian FIU (Financial Intelligence Unit) and Bank of Lithuania (for EMI) offer a more practical approach compared to stricter regulators like MFSA Malta.
Types of Regulation
VASP Registration (FIU Lithuania): for exchange and wallet services. This is a notification-based system — notification with documents, not a full license. Faster, but less "weighty" for partners.
EMI Licence (Bank of Lithuania): for companies issuing e-money (payment systems, crypto fiat ramps). Full license with EU passporting. More rigorous process, but provides EU passporting.
Payment Institution Licence: for payment processing without e-money emission.
Most crypto projects choose VASP Registration as quick entry, with option to upgrade to EMI later.
VASP Requirements (after 2023 tightening)
After several notorious cases of abuse, Lithuanian authorities significantly tightened VASP requirements:
Real presence: at least one employee in Lithuania, preferably several. FIU checks labour contracts.
Lithuanian AML Officer: appointment of AML specialist, preferably with Lithuanian work or experience.
Enhanced AML Policy: after sanctions bypass cases — FIU carefully examines geographical risk assessment and sanctions controls.
Initial capital: no hard requirement for VASP (unlike EMI €350K), but FIU expects financial sustainability.
AML Specifics for Lithuania
// Lithuania in EU — Travel Rule via EU TFR (Transfer of Funds Regulation)
// Threshold: €0 (all transfers)
const LITHUANIA_TRAVEL_RULE = {
threshold: 0,
dataRequired: {
originator: ["name", "account_number", "address_OR_dob_OR_national_id"],
beneficiary: ["name", "account_number"],
},
provider: "notabene", // or other TRP solution
};
// Reporting to FIU Lithuania via goAML system
const FIU_REPORTING = {
platform: "goAML (Lithuanian FIU portal)",
sarDeadlineDays: 7, // for TF suspicion — immediately
ctrThreshold: 15000, // EUR
};
EMI Licence: What it Provides
EMI (Electronic Money Institution) license in Lithuania allows:
- Issue e-money (store EUR balances of customers)
- Perform payment transactions
- EU passporting: operate in all EU countries without additional licenses
- Open correspondent accounts in European banks (significantly easier than without EMI)
Bank of Lithuania requirements for EMI:
- Minimum capital €350,000
- Board members with financial experience
- IT Security audit
- Business plan with compliance description
Compliance setup for Lithuania: VASP registration 6-10 weeks (preparation + review 2-3 months), EMI license 4-6 months preparation + 3-6 months review.







