# Find LP-Friendly DEX Pools by Fee Regime

**Use case:** 

Market-maker pool selection: discover high-liquidity pools and compare fee breakdowns to favor pool-fee-dominated over MEV-dominated pools.

## Input

```json
{
  "mode": "discover-mev",
  "default_evm_chain": "ethereum",
  "tokens": [],
  "max_pairs_per_token": 3,
  "pairs": [],
  "discover_chains": [
    "ethereum",
    "base"
  ],
  "discover_min_liquidity_usd": 2000000,
  "max_results": 8,
  "bar_resolution": "60",
  "enable_ai_verdict": false
}
```

## Output

```json
{
  "chain": {
    "label": "Chain",
    "format": "text"
  },
  "exchange": {
    "label": "DEX",
    "format": "text"
  },
  "token0_symbol": {
    "label": "Token0",
    "format": "text"
  },
  "token1_symbol": {
    "label": "Token1",
    "format": "text"
  },
  "fees_24h": {
    "label": "Fees 24h"
  },
  "cost_to_trade_24h": {
    "label": "Cost to trade 24h"
  }
}
```

## About this Actor

This example demonstrates how to use [MEV Risk Scanner - DEX Sandwich + Fee Intel](https://apify.com/constructive_calm/mev-pair-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/mev-pair-scanner) to learn more, explore other use cases, and run it yourself.