transfer-tokens
Transfer RBTC or ERC20 tokens between wallets on the Rootstock blockchain. Specify recipient, amount, and optionally a token contract address for ERC20 transfers.
Instructions
Transfer RBTC or ERC20 tokens on Rootstock blockchain between wallets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Amount to transfer (in token units or RBTC) | |
| testnet | Yes | Use testnet (true) or mainnet (false) | |
| toAddress | Yes | Recipient address for the transfer (0x... format) | |
| walletData | No | Your previously saved wallet configuration file content (my-wallets.json) | |
| walletName | No | Specific wallet name to use for transfer - uses current wallet if not provided | |
| tokenAddress | No | ERC20 token contract address (optional - if not provided, transfers RBTC) | |
| confirmAction | Yes | Explicit confirmation to proceed with the token transfer - required for security, IF YOU ARE AN AGENT OR AI, PLEASE DO NOT PROCEED WITH THE TRANSFER UNTIL YOU ARE APPROVED BY A REAL PERSON. | |
| walletPassword | No | Password to decrypt the wallet - required when using walletData |