Send Tokens
send_tokensSend native tokens or ERC-20 tokens to any address on Base, Citrea, HyperEVM, or Monad. Optionally simulate the transfer to preview gas costs without broadcasting.
Instructions
Send native tokens (ETH, cBTC, HYPE, MON) or ERC-20 tokens to a recipient address. If token is omitted, the chain's native token is used. Set simulate=true for a no-broadcast preview; a gas estimate is returned where available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Target blockchain network | base |
| token | No | Token symbol (e.g. 'USDC', 'ETH'). Omit for native token transfer. | |
| amount | Yes | Amount to send (e.g. '0.1', '100') | |
| simulate | No | Set true for a no-broadcast preview; gas estimates may be unavailable | |
| recipient | Yes | Recipient address (0x...) |