check_loop_venue
Underwrite a collateral/debt loop on ONE lending market: score, tier, utilization, borrow APR, deposit status, and recent incidents for both reserves. Does not compute health factor and does not prepare txs. Call this before a protocol MCP preview_action / prepare_action. If you do not have a market id, call list_markets first (Aave V4: protocol=aave, version=v4). Examples: aave-v4-1-main, aave-v4-10-etherfi-cash, aave-v4-1-hub-global-dollar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debt | Yes | Debt asset symbol you will borrow (e.g. USDC, USDT, GHO). | |
| marketId | Yes | Market id from list_markets. Spoke example: aave-v4-1-main. Hub example: aave-v4-1-hub-global-dollar. | |
| collateral | Yes | Collateral asset symbol you will post (e.g. weETH, WETH, cbBTC). |