
Logic · Acts onchain
Opens a loop that repeats while a boolean, wired from an earlier step, stays true. The condition is re-read at the top of each iteration, so it must be a coil that a step inside the body rewrites; a literal true never exits. Use the predicate's for or until verb to evaluate a comparison inline instead. Reach for it to repeat a step until a stored or computed flag flips, such as looping a borrow-swap-supply cycle while a comparison of health factor against a target still passes.