prepare_deposit
Generate unsigned approve and deposit calldata for depositing USDC into the GrowiHFVault, ready to sign externally.
Instructions
Prepare unsigned transactions to deposit USDC into the GrowiHFVault. Returns approve + deposit calldata ready to sign externally. The server does NOT handle private keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Depositor wallet address | |
| amount_usdc | Yes | Amount of USDC to deposit, as a whole-number string (e.g. '100'). Decimals are not allowed. |