readTransaction
Estimate Send
estimate_sendEstimates gas for sending CELO or an ERC-20 token on mainnet without broadcasting. Useful for preview-and-confirm UX before send_token is called.
§ Inputs
| Name | Type | Description |
|---|---|---|
toRequired | 0x… address | Recipient. |
token | symbol or 0x… | Token to send. Defaults to CELO. |
amountRequired | string | Human-readable amount, e.g. '1.5'. |
§ Returns
{ gas, maxFeePerGas, maxPriorityFeePerGas, estimatedCostWei }§ Try saying
- Estimate the gas to send 1 USDm to 0x…
Use this tool
Once Celina is wired into your MCP client, just ask in plain language. The LLM picks estimate_send automatically.