check_mev_exposure
Assess pending transactions for MEV exposure, identifying sandwich attack and frontrunning risks before execution.
Instructions
Analyze a pending or proposed transaction for MEV exposure (sandwich attack, frontrunning risk)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target contract address | |
| data | Yes | Transaction calldata (hex) | |
| value | No | ETH value (in wei) | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| slippageTolerance | No | Slippage tolerance percentage (e.g., 0.5 for 0.5%) |