send_erc20_token
Transfer ERC20 tokens to a specified wallet address using a private key, token contract address, and amount. Confirm transactions securely within the EDUCHAIN Agent Kit.
Instructions
Send ERC20 token to another wallet address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount of tokens to send | |
confirm | No | Confirm the transaction after verifying wallet address (default: true) | |
privateKey | Yes | Private key of the sender wallet | |
toAddress | Yes | Recipient wallet address | |
tokenAddress | Yes | Token contract address |