bulwark reads the Aave health factor and repays when it drops below threshold. I have been measuring the gap between when an agent reads state and when its transaction actually lands: on Sepolia it is consistently about a block, and nothing re-checks the premise in that window. The repay executes and reports success even if the HF already moved.
Does bulwark bound that anywhere, a deadline or an onchain require?
I packaged the check as a test suite: github.com/Eienel/sama/blob/main/TESTERS.md. Mostly I want to know if it flags something that is not real for you.
bulwark reads the Aave health factor and repays when it drops below threshold. I have been measuring the gap between when an agent reads state and when its transaction actually lands: on Sepolia it is consistently about a block, and nothing re-checks the premise in that window. The repay executes and reports success even if the HF already moved.
Does bulwark bound that anywhere, a deadline or an onchain require?
I packaged the check as a test suite: github.com/Eienel/sama/blob/main/TESTERS.md. Mostly I want to know if it flags something that is not real for you.