Real tradeable depth vs TVL
token_depthMeasure the largest tradeable position within 1%, 2%, or 5% price impact using live on-chain quotes from every hub pool. Calculate position size and slippage budget accurately when headline TVL overstates fillable size.
Instructions
ONE signal: how much can actually be traded. The largest position that fills within 1% / 2% / 5% price impact, measured from live on-chain quotes across every hub pool (Uniswap v3, Pancake v3, Aerodrome v2 + Slipstream), shown next to the pool's headline TVL - which routinely overstates fillable size by orders of magnitude. Use for position sizing and slippage budgeting. Does NOT judge price honesty (use price_corroboration) or sellability (use honeypot_check); for all three at once use token_report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | base | |
| address | Yes | 0x-prefixed 20-byte token contract address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | false when no hub pool / not resolvable | |
| data | No | analysis result; shape depends on the endpoint | |
| meta | No | ||
| chain | No | ||
| error | No | ||
| reason | No | ||
| address | No | ||
| endpoint | Yes | ||
| retryable | No |