t2000_borrow
Borrow USDC or USDsui using savings as collateral. Preview with dry run to check health factor and avoid liquidation.
Instructions
Borrow USDC or USDsui against savings collateral. Pass asset="USDC" (default) or asset="USDsui". Check health factor first — below 1.0 risks liquidation. Set dryRun: true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to borrow (in units of the chosen asset) | |
| asset | No | "USDC" or "USDsui". Defaults to USDC. | |
| dryRun | No | Preview without signing (default: false) |