Celina/Tools/Transaction/estimate-send

Estimate Send

estimate_send

Estimates 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

NameTypeDescription
toRequired0x… addressRecipient.
tokensymbol or 0x…Token to send. Defaults to CELO.
amountRequiredstringHuman-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.