Will this prepared Aerodrome swap satisfy its encoded limit right now?
aerodrome_swap_guardWill this prepared Aerodrome swap satisfy its encoded limit right now? Recognize supported Classic and Slipstream routers, simulate the unsigned Base transaction, decode its minimum-output or maximum-input constraint, and return bounded evidence before signing. Does not predict inclusion or protect against MEV. Paid per call with x402 on Base: $0.25 USDC. Private: the response is never cached, shared or resold, and it can only describe work that was already public.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Supported Aerodrome Classic or Slipstream router. | |
| data | No | Prepared Aerodrome swap calldata. | |
| from | No | Unsigned swap sender on Base. | |
| value | No | Native ETH value in wei. Defaults to 0. | |
| tokenIn | No | Input token address (alternative to data). | |
| amountIn | No | Input amount in base units/wei (alternative to data). | |
| tokenOut | No | Output token address (alternative to data). | |
| routerType | No | Router type: classic (default) or slipstream. | |
| minAmountOut | No | Minimum output expected in base units/wei. |