User action only
Deposit, withdrawal, conversion, and queue entry can be declared user actions. Buyer arrival is excluded from this graph.
controlled = edges(condition == user_action)
STATED TERMS / LOCAL GRAPH AUDIT
Declare a focusState, states, external exits, and transitions conditioned by user_action or buyer_arrival.
ASSET EXIT PATH COMPILER
No graph compiled
CONTROL IS A GRAPH PROPERTY
The full graph asks whether an exit is declared at all. The controlled graph asks whether the holder can traverse it without an external event.
Deposit, withdrawal, conversion, and queue entry can be declared user actions. Buyer arrival is excluded from this graph.
controlled = edges(condition == user_action)
An irreversible transition is a boundary when it leaves a state with a controlled exit for one without it.
reachable(from) && !reachable(to)
The graph cannot supply demand, settlement, contract authenticity, fees, timing, custody proof, or a legal conclusion.
reachability != probability