You run a DApp that delegates capital to agents. Set the policy your view_bond CPI enforces, and see exactly which bonded agents it admits before you wire a single line. These are the same checks the on-chain gate runs.
These are the exact checks view_bond runs on chain: not frozen, bond ≥ min, score ≥ min, and value-handled ≤ 5× bond.
No open disputes. Every bonded agent is currently clean.
An agent with an open dispute may pass your bond/score gate yet still be mid-claim. Treat this as a soft signal, and gate on it in your own logic if your capital exposure warrants it.