mev-analysis
MEV Analysis for Solana DEX Trading
Maximal Extractable Value (MEV) is the profit that validators and searchers can extract by reordering, inserting, or censoring transactions within a block. On Solana DEXes, MEV primarily manifests as sandwich attacks against swaps, cross-DEX arbitrage, and liquidation extraction. This skill covers detection, estimation, and protection strategies.
What Is MEV on Solana?
MEV occurs when someone with transaction ordering power profits at other traders' expense. On Solana, the MEV supply chain works as follows:
- You submit a swap through an RPC endpoint
- Searchers observe your transaction (via RPC forwarding, block engine access, or leader TPU sniffing)
- Searcher constructs a profitable bundle (e.g., sandwich your swap)
- Bundle submitted to Jito block engine with a tip to the validator
- Validator includes the bundle in the block, earning the tip
- You receive worse execution; the searcher profits the difference
How Solana MEV Differs from Ethereum
| Aspect | Ethereum | Solana |
|---|
More from agiprolabs/claude-trading-skills
pandas-ta
Technical analysis with 130+ indicators using pandas-ta for crypto market data
108risk-management
Portfolio-level risk controls, drawdown management, exposure limits, and circuit breakers for crypto trading
77feature-engineering
Feature construction from market data for ML trading models including price, volume, on-chain, and microstructure features
77trading-visualization
Professional trading charts including candlesticks, equity curves, drawdowns, correlation heatmaps, and return distributions
77signal-classification
ML trading signal classifiers using XGBoost and LightGBM with walk-forward validation, SHAP feature importance, and threshold optimization
74market-microstructure
DEX orderflow analysis, trade classification, buyer/seller pressure, and microstructure signals for Solana tokens
74