DEX Pool Sentinel Screener
AI-driven CoinGecko MCP terminal that screens token liquidity pools for depth, fee efficiency, arbitrage gaps, and on-chain risks.
Executes a two-agent orchestration — LiquidityScreener (market metrics) and RiskScreener (risk analysis) — using evidence-only MCP calls.
Output is a structured market brief with pool health, IL risk, holder concentration, and actionable opportunities.Primary use-cases: 1 Liquidity & fee APY discovery, 2 Risk & arbitrage assessment.
How it Works
- Input –
{chain}+{contract}(optional:limit,window).
LiquidityScreener fetches pools, reserves, fees, and price context fromget_tokens_networks_onchain_pools,get_simple_price, andget_coins_markets.- Orchestration – DEX Pool Sentinel delegates:
• LiquidityScreener → Pool overview, efficiency, APY, arbitrage gaps.
• RiskScreener → IL proxy, holder concentration, health flags, recommendations.- Computation – Deterministic formulas for TVL, efficiency ratio, fee APY, IL risk proxy, and whale concentration.
- Output – Human-readable markdown brief, each metric tagged with MCP endpoint source.
Usage Tips
- Always provide
{chain}+{contract}for precise pool targeting.- Use small
limitfor focused analysis; defaults to5.- For deep arbitrage mapping, run 7-day window for IL proxy accuracy.
Limits & Errors
- MCP-only — no external APIs beyond CoinGecko MCP.
- Returns “N/A” if an MCP endpoint lacks required data.
- Will request chain/contract if missing or invalid.
Permissions: Public
Login for demo
- user:
testuser- pass:
testuser1234
