Finance
hive-dex-pool-analysis - Claude MCP Skill
Use this skill when the user asks about a DEX pool or trading pair — liquidity depth, recent swaps/trades, OHLCV candles, trending pools, fee tiers, or token-level DEX flow on a chain — including "how deep is the X/Y pool", "what's trading on Uniswap", or a pasted pair address. For CEX prices, order books, and funding use hive-market-research; for whole-token diligence use hive-token-diligence.
SEO Guide: Enhance your AI agent with the hive-dex-pool-analysis tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to use this skill when the user asks about a dex pool or trading pair — liquidity depth, recent swaps/t... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# hive-dex-pool-analysis — DEX And Pool Analysis
Analyze on-chain DEX pools and pairs: liquidity, swaps, OHLCV, trends, and
token-level DEX flow, keeping pool-level and token-level facts clearly
separate.
## Task toolset and identifiers
Toolset: `onchain_dex_pool_analysis`. Read
`hive://toolsets/onchain_dex_pool_analysis` before execution; it is
authoritative for the current output schema, material-call budget, phases,
fallback condition, and stop conditions.
- Required: chain/network plus pair/pool address, token contract, or both
token sides.
- Optional: DEX name, time window, candle interval, trade direction.
If the user gives only one token, search candidate pools and prefer the pool
most relevant by liquidity/volume — and say which pool you chose, because the
same pair can have several pools with different fee tiers.
Before choosing endpoints, select exactly one matching entry from the exact
workflow's routes[]. Follow its ordered steps, use a fallback only under that
step's published condition, stop at four material calls, and preserve the
selected route_id in the typed result. The broad coverageCatalog is discovery
coverage, not an execution plan.
## Procedure
1. Resolve chain and pool/pair/token identifiers.
2. Call `search_tools` for pair search, pool info, liquidity, trades, OHLCV,
and trending-pool capabilities.
3. Call `get_api_endpoint_schema` for each endpoint before calling it.
4. Start with pool/pair metadata and liquidity; add trades/OHLCV for flow or
trend questions.
5. Report liquidity depth, recent flow, and data freshness.
## Bounded calls
- Limit trade lists and candle counts.
- Do not infer token-wide liquidity from one pool without saying so.
- Keep pool-level and token-level metrics separate.
## Worked example
User: "How deep is the main PEPE/WETH pool on Ethereum, and which way has
flow gone today?"
1. `search_tools` → `{"query": "dex pair search pool liquidity trades ethereum", "limit": 5}`
2. Resolve candidate pools for PEPE
(0x6982508145454Ce325dDbE47a25d4ec3d2311933), pick the deepest PEPE/WETH
pool, and state the choice.
3. `get_api_endpoint_schema` then `invoke_api_endpoint` for pool info,
liquidity, and a bounded trade list (explicit limit, today's window).
4. Report depth, net flow direction, and freshness with the template below.
## Report template
```markdown
## Summary
[Pool/liquidity/trade-flow read in one or two sentences.]
## Calls made
- Toolset: onchain_dex_pool_analysis
- Endpoint(s): [exact endpoint names]
- Identifiers: [chain, pair/pool/token addresses]
## Evidence
- Liquidity: [depth, fee tier, venue]
- Flow: [trades, volume, OHLCV in window]
- Provenance: [provider, fetched_at, observed_at/cache_age_ms, runtime status per call]
## Caveats
[Missing pools, stale candles, thin liquidity, degraded provider.]
## Next action
[Compare pools, widen time window, or add token diligence — only if needed.]
```
## Gotchas
- The same token pair can have multiple pools with different fee tiers and
liquidity.
- Trending pools are not necessarily safe or liquid.
- OHLCV data can be unavailable even when pair metadata exists.
## Evidence receipt (required)
End every Hive-backed answer with a compact receipt built from the `_hive`
object on each material tool response:
- `provider`, `tool`, `fetched_at`, `observed_at`, `cache_age_ms`, and `runtime_status`
- `receipt_id`, `receipt_version`, server/build version, and SHA-256 input/result
digests when present (self-checks, not signatures)
- `source`, `cache_status`, `truncated`, and any warnings
- canonical chain/entity identifiers plus block, slot, transaction, or query ids
present in provider data
- material provider disagreements and how they were handled
- checks that were unavailable, gated, stale, truncated, or intentionally not run
- a `claims[]` citation from each material statement to exact receipt IDs
- one `coverage[]` entry for every canonical evidence phase, with each gap explained
Never turn missing evidence into a clean result, silently merge conflicting
provider values, or omit a degraded/fallback call from the receipt.
`observed_at` is Hive's first-observation/original cache-population time, and
`cache_age_ms: 0` only means newly retrieved by Hive. Use provider time, block,
slot, transaction, or candle close for source recency; if absent, mark it
unknown. Run `validate_task_result` before presenting the typed workflow result;
it checks structure but cannot authenticate an invented receipt.
## Runtime status handling
If a DEX/pool endpoint is `degraded`, fall back to pair search or token-pool
tools and state which exact metric is missing.
## Hand-offs
- CEX prices, order books, funding, derivatives → `hive-market-research`.
- Whole-token diligence (holders, risk, metadata) → `hive-token-diligence`.
- Pool-token purchase risk → `hive-security-risk`.Signals
Information
- Repository
- hive-intel/hive-crypto-mcp
- Author
- hive-intel
- Last Sync
- 9/4/2026
- Repo Updated
- 9/3/2026
- Created
- 8/18/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
README
Agents — Working Implementations
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.
Mastering the Oracle CLI: A Complete Guide to the Claude Skill for Database Professionals
Learn how to use the oracle Claude skill. Complete guide with installation instructions and examples.