MiCA (EU Markets in Crypto-Assets Regulation)
Related service Blockchain & smart contracts
DEFINITION
The EU's crypto-asset regulation, adopted 2024 and fully effective 2025-2026. Supervised by MNB in Hungary. Covers: crypto exchanges, wallets, stablecoin issuers, certain NFT platforms, crypto payment providers. Requires authorisation or notification; mandatory KYC, financial supervision, consumer protection. For Hungarian SMBs: if you accept crypto payments or offer a crypto product to the Hungarian market, you're in scope.
- Smart contract→
Code running on a blockchain (Solidity, Rust) that auto-executes an agreement. A single bug can cost nine figures · why we audit, fuzz, and threat-model before deploy.
- Solidity→
The primary language for EVM-compatible blockchains (Ethereum, Arbitrum, Base). Pascal-like syntax, low-level memory handling, TS-compatible toolchain (Foundry, Hardhat).
- EVM (Ethereum Virtual Machine)→
The shared execution environment across Ethereum and compatible chains (Arbitrum, Base, Polygon, Optimism). Writing a contract here means it runs on all of them.
- L2 (Layer 2)→
A secondary network (Arbitrum, Base, Optimism, zkSync) settling on Ethereum (L1) but much faster and cheaper. Rollups bring 10-100× lower gas.
- Invariant test→
A test that verifies a universal rule ('sum of user balances always equals total supply'). Feeds the contract random transaction sequences; the rule must hold in every state.
- Fuzz test→
Running millions of pseudo-random inputs through a function to find a combination that breaks it. Echidna or Foundry fuzz campaigns.
- 0102 Jun 2026H1 2026 in review: what changed for EU software teams→
- 0202 Jun 2026AI in logistics & supply chain: 2026 SME guide→
- 0314 May 2026Hiring a European Engineering Studio · 2026 US & UAE Guide→
- 0414 May 2026The EU AI Act in practice: a 2026 guide for AI teams→
- 0514 May 2026What a Real Penetration Test Delivers in 2026→
- 0614 May 2026Brief a software studio so the quotes come back accurate→
- 0714 May 2026The cost of software after launch: what nobody budgets for→
- 0814 May 2026GDPR, NIS2, AI Act, MiCA: which EU rules hit your software?→