| command | Operation to perform. Blue reads: get-market, get-market-params, get-position, list-markets, get-allowance. Vault reads: vault-info, vault-balance, list-vaults. Blue writes: supply, withdraw, supply-collateral, withdraw-collateral, borrow, repay, liquidate, accrue-interest, create-market, set-authorization. Vault writes: vault-deposit, vault-withdraw, vault-redeem. Helpers: approve, wrap-eth, unwrap-eth.
| yes | — |
| network | Blockchain network (ethereum, base, arbitrum, polygon, optimism) | yes | — |
| rpc-url | Custom RPC endpoint URL (recommended for reliability) | no | — |
| market-id | Morpho Blue market ID (bytes32 hash) | no | — |
| loan-token | Loan token address | no | — |
| collateral-token | Collateral token address | no | — |
| oracle | Oracle contract address | no | — |
| irm | Interest rate model address | no | — |
| lltv | Liquidation LTV in wei (e.g. 860000000000000000 = 86%) | no | — |
| asset | ERC-20 token address (for approve command) | no | — |
| spender | Spender address for approve (defaults to Morpho Blue) | no | — |
| amount | Token amount in base units | no | — |
| user | User address for position queries | no | — |
| on-behalf-of | Address to operate on behalf of (defaults to signer) | no | — |
| receiver | Receiver address for withdrawals | no | — |
| vault-address | MetaMorpho vault contract address | no | — |
| owner | Share owner for vault withdrawals | no | — |
| borrower | Borrower address for liquidation | no | — |
| seized-assets | Amount of collateral to seize in liquidation | no | — |
| authorized | Address to authorize for set-authorization | no | — |
| is-authorized | true to authorize, false to revoke | no | true |
| shares | Vault shares for redeem command | no | — |
| limit | Number of results for list commands (default 20) | no | 20 |