prepare_token_send
Build unsigned ERC-20 token transfer transactions for Ethereum, Arbitrum, Polygon, and Base networks. Specify wallet, token, recipient, and amount (including 'max' for full balance) to create transactions ready for Ledger approval via WalletConnect.
Instructions
Build an unsigned ERC-20 transfer transaction. Pass amount: "max" to send the full balance (resolved at build time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | ||
| chain | No | ethereum | |
| token | Yes | ||
| to | Yes | ||
| amount | Yes | Human-readable decimal amount, NOT raw wei/base units. Example: "10" for 10 USDC. Decimals resolved from the token contract. Pass "max" to send the full balance. |