What problem does it solve?
It prevents unsafe state-changing executions on the Mantle network by evaluating slippage, liquidity, address safety, allowance scope, and gas/deadline constraints before a transaction is executed, reducing the risk of losses, failed transactions, and malicious counterparty interactions.
Core Features & Use Cases
- Input validation & gating: Enforces mandatory intent fields and blocks execution when required information is missing.
- Comprehensive checklist: Runs slippage, liquidity depth, address safety, allowance scope, and gas/deadline checks with configurable thresholds.
- Verdict & confidence model: Produces pass, warn, or block outcomes with confidence levels and clear blocking reasons for automated pipelines or user confirmation flows.
- Use Cases: Integrate into wallet transaction flows, DEX routers, or automated trading bots to ensure pre-execution safety for swaps, approvals, and router interactions.
Quick Start
Run a Mantle preflight risk evaluation on a proposed transaction intent to receive a pass, warn, or block verdict before execution.