liquidity_depth
Calculate trade size limits by measuring how much USD can be swapped before moving price by a target percentage. Returns per-pool depth and health classification for arbitrage pools.
Instructions
Measure how much USD can be traded before moving price by X%. Reads V3 pool state (slot0, liquidity, tick boundaries) for MfT arb pools. Returns per-pool depth, health classification (deep/thin/dry), and max profitable trade size. READ-ONLY, no wallet needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Token symbol (default: MfT). Checks all pools for this token. | |
| impactPct | No | Price impact percentage to calculate depth for (default: 2.0 = 2%) |