---
name: hive-dex-pool-analysis
description: "Use this skill when the user asks about a DEX pool or trading pair, its liquidity depth, recent swaps or trades, OHLCV candles, trending pools, or token-level DEX flow on a given chain."
license: MIT
metadata:
  package: "@hiveintelligence/agent-skills"
  category: "dex"
  requires_network: "true"
version: 1.0.0
---

# DEX And Pool Analysis

Analyze on-chain pools, pairs, liquidity, trades, OHLCV, and DEX flow.

## Trigger

Use this skill when the user asks about a DEX pool or trading pair, its liquidity depth, recent swaps or trades, OHLCV candles, trending pools, or token-level DEX flow on a given chain.

## Use when

- dex
- pool
- pair
- liquidity
- trades
- ohlcv
- trending pools
- uniswap

## Source

Canonical source path: `agent-skills/packs/hive-dex-pool-analysis/SKILL.md`

## Task toolsets

- `onchain_dex_pool_analysis` — Analyze pools, pairs, liquidity, trades, OHLCV, trending DEX activity, and token-level DEX flow. Required identifiers: chain, pair address or token contract.

## Procedure

1. Read `hive://toolsets` or call `search_tools` to confirm the task.
2. Ask for any missing required identifier before execution.
3. Call `get_api_endpoint_schema` before invoking an exact endpoint.
4. Call `invoke_api_endpoint` with schema-valid arguments.
5. Report freshness, source, warnings, and runtime status.

## Runtime status handling

Hive uses `ok`, `missing_key`, `plan_required`, `rate_limited`, `degraded`, `failing`.
A non-`ok` state means the tool exists but the runtime cannot complete that call
right now. Do not hide or remove the tool.

## Source of truth

The executable MCP skill pack ships with the Hive MCP package. This public file
is a website mirror for agent discovery. Runtime metadata is available at
`https://mcp.hiveintelligence.xyz/mcp` via `hive://skills`. Installable skills are mirrored at
https://github.com/hive-intel/hive-skills; install the full pack with
`npx skills add hive-intel/hive-skills`.
