MiCA Article 66-73 transaction monitoring: what enforcement means
MiCA (Regulation (EU) 2023/1114) Title V, Chapter 2 sets the ongoing operating obligations for crypto-asset service providers. This page breaks down what Articles 66 through 73 actually require, and why detecting a policy violation after it happens is a different (and weaker) control than enforcing the policy before the transaction executes.
What Articles 66-73 require, article by article
Where 'transaction monitoring' actually lives in MiCA
MiCA does not contain an article literally titled "transaction monitoring." The practical monitoring/detection obligation is implied by Article 68's requirement that a CASP have "systems, procedures and arrangements" to detect and prevent money laundering and terrorist financing, read alongside Article 69's reporting duties to competent authorities.
Enforcement in an agent's request path
For an AI agent that initiates payments or transfers, "enforcement" means the policy check happens in the request path itself — before the funds move — not as a downstream alert. Intaglio's proxy evaluates every action against an APL policy and returns a decision before forwarding the request:
curl -X POST http://localhost:3001/v1/actions \
-H "Authorization: Bearer <agent-secret>" \
-H "Content-Type: application/json" \
-d '{
"action": {
"rail": "x402",
"amount": { "value": 500, "currency": "USD" },
"timestamp": "2026-07-06T00:00:00Z"
}
}'A response of DENY means the action is rejected before it reaches the upstream target. A response of REQUIRE_APPROVAL routes the decision to a human before execution can continue. See the x402 enforcement overview for the policy-checked payment flow.
Start enforcing policy today
MiCA CASP enforcement is active as of July 1, 2026.