GENIUS and MiCA moved stablecoin engineering out of Solidity and into systems. The token contract is now the smallest artifact in the build: what the regulation actually demands is attestation pipelines, redemption SLAs, freeze governance, and reserve segregation across jurisdictions — engineering that runs continuously, with executives personally signing its outputs.
- GENIUS (US, 2025): 1:1 high-quality liquid reserves, monthly public reserve disclosure examined by a registered accounting firm, CEO and CFO personally certifying accuracy, redemption at par under a published policy.
- MiCA (EU): redemption at par at all times; at least 30% of an e-money token's reserve in credit-institution deposits in the same currency — rising to ~60% for significant tokens — plus own-funds requirements inherited from e-money rules.
- The regimes diverge on reserves: GENIUS permits T-bill and repo backing with no deposit floor; MiCA demands the deposit floor. Circle now runs separate US and EU reserve pools for exactly this reason.
- The engineering translation: a reserve-data pipeline feeding monthly attestations, a mint/burn control plane with role separation, lawful-order freeze machinery with an audit trail, and a redemption liquidity ladder that survives a bad week.
- The hard parts hide in operations — key ceremonies, reconciliation, incident response — not in the contract. That is pattern-level experience from institutional stablecoin infrastructure we have engineered.
Richmond Fed — Stablecoins and the GENIUS Act
Paul Hastings — GENIUS Act guide
Crypto Briefing — GENIUS vs MiCA divergence
Related: anatomy of a bond-backed stablecoin
What the rules actually require
| Requirement | GENIUS (US) | MiCA e-money tokens (EU) |
|---|---|---|
| Reserves | 1:1 in cash, short T-bills, repos, MMFs | 1:1, with ≥30% in same-currency bank deposits (≈60% if significant) |
| Redemption | at par, published policy, timely | at par, at all times |
| Attestation | monthly public disclosure, accounting-firm examination, CEO/CFO certification | reserve segregation, audit and reporting duties under EMI supervision |
| Capital | issuer licensing regimes (federal/state) | own funds inherited from e-money rules (≈2% of outstanding) |
The divergence is not cosmetic. GENIUS lets an issuer live in T-bills and repos; MiCA forces a large deposit slice at commercial banks in the token's currency. One issuer serving both markets therefore runs two reserve compositions, two attestation pipelines, and two redemption liquidity profiles — Circle's split US/EU reserve pools are the public proof. Every line of that table is an engineering workstream wearing a legal costume.
The engineering translation
Attestation pipeline. A monthly, executive-certified disclosure means reserve data cannot live in a spreadsheet. It is a data pipeline: custodian and bank feeds reconciled daily against on-chain supply, exceptions escalated while they are small, and a month-end package an external accountant can examine without archaeology. The CEO's signature at the bottom is an SLA on everything upstream of it.
Mint/burn control plane. Issuance stops being a function call and becomes a ceremony: role-separated approvals, hardware-backed keys, allowlisted counterparties, and volume anomaly checks — because the failure mode is not a bug, it is an unauthorized mint that becomes a headline before it becomes an incident ticket.
Freeze and lawful-order machinery. Both regimes assume an issuer can act on legal orders. Engineering that honestly means an intake process, governance over who can freeze what, a tamper-evident audit trail, and — the part usually skipped — a documented un-freeze path. Discovering the compliance model after the token model is the single most expensive sequencing error in this category.
Redemption liquidity ladder. Par redemption “at all times” is a treasury-engineering problem: maturity-laddered reserves, committed liquidity lines, and a stress model for the week when redemptions run 10× normal. The ladder decides whether a bad week is an operations story or a depeg story.
Where the hard parts hide
Pattern-level, from institutional stablecoin infrastructure we have engineered: the contract work is weeks; the systems work is quarters. Key ceremonies fail on personnel change, not cryptography. Reconciliation breaks on the venue that reports T+1 while the chain reports now. Incident response is untested until the first real freeze order arrives at 2am across a jurisdiction boundary. Teams that budget for the token and discover the systems ship late and audit badly — the reverse order ships boring, which is the compliment this category aims for.
Limits
Both regimes are still settling: GENIUS rulemaking and the state-federal path are in motion, and MiCA's technical standards continue to land. The table above is the stable core, not the final word — treat it as the minimum systems bill, and expect the bill to grow toward bank-grade, not away from it.
If you're working on something similar, we'd like to hear about it. Talk to a founder — 30 minutes.