Mantle Defi Operator Overview Coordinate deterministic pre-execution planning for Mantle DeFi intents. This skill should orchestrate verified address lookup, preflight evidence, and execution handoff steps instead of duplicating specialized address, risk, or portfolio analysis. CLI-First Transaction Building ALWAYS use commands to build unsigned transactions. The CLI produces correct calldata with verified addresses and ABI encoding. Do NOT: - Manually construct calldata or hex-encode function calls - Extract contract addresses from text responses and build transactions yourself - Add a field…