PROPOSE → VERIFY → SETTLE
1
PROPOSE
Your agent constructs an action from your intent.
2
VERIFY
An independent model checks the action against the intent — both the hard constraints and the plain-English meaning — and returns a verdict with its reasoning. This is where Chance lives.
3
SETTLE
Only a passing verdict clears to execution. Fail-closed: a failed check executes nothing.
The verdict
Every verification returns exactly one of:
Each verdict comes with a plain-English reasoning trail, so a rejection is something you can read and audit, not just a label.
What it catches that a numeric guard can’t
- Intent drift — an action that passes every limit but breaks the strategy’s theme.
- Side-inversion — an agent about to take the opposite action to its stated reasoning.
- Spirit-vs-letter gaps — technically-compliant actions that betray what you actually asked for.
