Quote
Validate the 2–3 step mission and receive one stable Flow contract ID.
HumanMirror Flow chains two or three deterministic Outcome steps, verifies each one, then issues one final Trace proof. Twelve Nexus credits are kept only if the entire mission succeeds. A failed step means the whole Flow reservation is refunded.
Validate the 2–3 step mission and receive one stable Flow contract ID.
The charge is kept only when every step and the final mission proof succeed.
If step 3 fails after two successes, the Flow reservation is refunded.
{
"steps": [
{
"outcome_type": "deduplicate_records",
"input": [{"id":1},{"id":1},{"id":2}]
},
{
"outcome_type": "data_quality_at_least",
"input_from": "previous",
"criteria": {"min_score": 50}
}
]
}