Language:
PRODUCTS
MORE
Quantum Security 🔍 Search Request Access →
gateLegalConflict — When law contradicts itself, the machine blocks.
// IMMO.QUICK · GATELEGALCONFLICT · ARCHITEKTUR-WERKZEUG · KEIN KUNDEN-GATE

When law contradicts itself, the machine blocks.

gateLegalConflict is the system's legal conflict detection engine. It checks whether competing laws cancel each other out, and blocks physically until a human explicitly approves via dual control. Twelve hard coded conflict pairs, fail safe on unknown error, not a customer gate but architecture.

Test result: PHYSICAL_BLOCK. 1 critical conflict detected, CONFLICT-001 triggered, 387 milliseconds.
✓ RELEVANT IF...
  • You operate simultaneously under multiple legal systems whose duties can mutually exclude each other
  • You need a physical block instead of a silent, automatic resolution of a legal conflict
× NOT RELEVANT IF...
  • Only one legal system applies, then no dual control escalation is needed
// Architecture

Six of twelve conflict pairs.

Every row is a hard boolean check, not probabilistic scoring. A critical failure leads to block, a high severity failure to warn, everything else to pass.

ReferenceChecksSeverity
CONFLICT-001CLOUD Act (US) forces data access, GDPR Art. 48 (EU) prohibits it without an adequacy decisioncritical
CONFLICT-002FATCA against GDPRcritical
CONFLICT-003FISA 702 against GDPRcritical
CONFLICT-004AMLD6 against BRAO 43a and StGB 203 (legal privilege)high
CONFLICT-005DORA Art. 28 against BankG CH Art. 47 (banking secrecy)high
CONFLICT-006OFAC against EU Blocking Statute 2271/96critical
HMAC-signed GateLog record
Every run writes an HMAC-signed GateLog record with identity binding (caller_did, caller_role) and a ten-year retention period. Deterministic: identical input produces identical output, no LLM, no external API.
// Clarification

What gateLegalConflict is not.

  • Not an automatic legal resolution. The gate blocks and hands the conflict to a human via dual control, it does not pick a side.
  • Not a complete list of every possible conflict. Twelve hard coded pairs are covered today, more are added as new conflicts are documented.

For institutions operating simultaneously under contradicting legal systems who want the contradiction made visible and physically blocked instead of silently absorbed.

Request Access →