The Axiom Foundation · executable law

Axiom playground

Statutes compiled to WebAssembly, determinations rendered on your machine. The law is delivered to this page once — your answers never leave it.

instantiating engine…

The statutes

2 modules

The same federal and state SNAP module pair the engine's own test suite runs: a USDA maximum-allotment table, and a state rule that imports it. Each rule keeps a durable legal id, so the trace below can cite its way back to the statute.

1format: rulespec/v1
2rules:
3 - name: snap_maximum_allotment_table
4 kind: parameter
5 dtype: Money
6 unit: USD
7 indexed_by: household_size
8 versions:
9 - effective_from: 2025-10-01
10 values:
11 1: 298
12 2: 546
13 - name: snap_maximum_allotment
14 kind: derived
15 entity: Household
16 dtype: Money
17 period: Month
18 unit: USD
19 versions:
20 - effective_from: 2025-10-01
21 formula: snap_maximum_allotment_table[household_size]

The household

0 answers · kept on-device

The facts of the case. These answers become the engine's dataset — assembled in this tab, handed to WebAssembly in this tab, and gone when you close it.

the period the determination covers

The determination

Waiting for the engine to instantiate…