Celina/Tools/Mento FX/estimate-mento-fx

Estimate Mento FX

estimate_mento_fx

Estimate gas for a Mento FX conversion on mainnet, including the ERC-20 approval step if one is required. Does not broadcast.

§ Inputs

NameTypeDescription
tokenInRequiredsymbol or 0x…Input token.
tokenOutRequiredsymbol or 0x…Output token.
amountRequiredstringHuman-readable amount of tokenIn.
recipient0x… addressAddress that receives output tokens. Defaults to the signer.
slippageTolerancenumber (0-20)Max slippage in percent. Defaults to 0.5.
deadlineMinutesintegerTransaction deadline in minutes. Defaults to 5.

§ Returns

{ approvalGas?, swapGas, totalGas, estimatedCostWei }

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks estimate_mento_fx automatically.