Check route survival
check_route_survivalCheck if a vault deposit can be exited at size today. Returns the daily round-trip route screen: verdict, USD in/out, fraction retained, path, and when. Read-only; call before moving money.
Instructions
Can a deposit into this vault be exited at size, measured today? Returns the daily round-trip route screen (USDC -> position -> USDC): verdict, USD in/out, fraction retained, the path probed, and when. blocking:true means refuse the deposit (NO_ROUTE, DANGEROUS, UNPRICEABLE). A vault that was never screened returns screened:false with no verdict — never a fabricated one. Call this BEFORE moving money. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Vault contract address (0x…) | |
| chainId | Yes | EVM chain id of the vault |