AMLGate
Open sourceAggregation gate for cash structuring. Across 26,521 synthetic customer-days it caught 356 of 356 structuring days and held 57% of legitimate cash-business days.
What it checks
- Rolling aggregation across a customer's deposits, not one at a time
- Integer cents, so a threshold comparison never turns on a float
- A single deposit over the threshold is reported, not counted as a catch
- Same seed reproduces the same verdicts on any machine
What it does not check
- It is not an AML system. It makes no suspicion determination, files nothing, and does not replace transaction monitoring.
- The threshold and window are one configured rule for demonstration, not AUSTRAC guidance.
- The population is synthetic. Catch and false-hold rates depend entirely on a real institution's transaction mix.
Where it sits
DTL
AMLGate runs inside DTL
Deterministic Taxonomy Lanes
Is this output or decision allowed?
Checks a decision against the rules that apply to it and returns one answer: yes, no, send it to a person, or cannot tell. It does not score confidence. It decides, or it declines to decide, and records why either way.
acceptblockreviewabstainpending evidence
Evidence
Every verdict leaves a record
| Property | Behaviour |
|---|---|
| Determinism | The same input produces the same verdict. A result that does not reproduce is treated as a defect. |
| Signing | Verdicts are Ed25519 signed and anchored in a tamper-evident chain. |
| Replay | A sealed pack can be re-run later to detect verification drift. |
| Availability | Fail-closed. If this gate cannot be reached, the result is recorded as unavailable, never as a pass. |
| Independence | A third party can verify a pack without our source code and without contacting us. |
Other gates in DTL
ClaimGate
Extracts claims from AI or scientific output and routes each one to the determ…
UnitGate
Dimensional-analysis checker for physics equations. Catches equations that can…
ElementGate
Chemistry validator covering formula parsing, molar mass and reaction balancin…
StatsGate
Detects impossible or internally inconsistent statistics using GRIM and p-valu…
TheoryGate
Determinizer for mathematics and physics theory claims, returning exact verdic…
ChipGate
Structural sanity checker for Verilog RTL. Finds undriven outputs, multi-drive…
MedGate
A research prototype for governed pilot validation. Checks dose binding, oncol…
ClaimLint
Lints documentation for unsupported AI and science claims. Runs as a CLI or a …
MathGate
Exact-arithmetic engine producing replayable certificates. Of 1,116 ProofBench…
Security Lanes
Reproducible test cases across CWE and OWASP weakness families with transparen…
Run it against your own cases
The audit protocol is public. You do not need our permission, our source or our involvement to test a gate and publish what you find.