01 · The problem
Compiled plain-English intent into raw Sui Programmable Transaction Blocks, then ran risk analysis on the compiled transaction before execution, so a user sees what they are actually signing rather than a summary of it.
02 · How it works
- 01
Kept the language model on the parsing side and transaction construction deterministic, so a model error cannot silently change what a transaction does.
