Liquidity Monitor

Monitor DEX liquidity pool depth, track liquidity changes, calculate LP yield, and estimate impermanent loss. Use when you need liquidity monitor capabilities. Triggers on: liquidity monitor.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Liquidity Monitor" with this command: npx skills add bytesagain1/liquidity-monitor

Liquidity Monitor 💧

Real-time DEX liquidity pool monitoring with impermanent loss calculation and LP yield estimation.

Feature List

🔍 Pool Discovery & Monitoring

  • Search liquidity pools by token pair across major DEXes
  • Monitor pool TVL (Total Value Locked) in real-time
  • Track liquidity depth changes over time
  • Alert when liquidity drops below threshold

📊 Impermanent Loss Calculator

  • Calculate IL for any price movement scenario
  • Compare IL vs holding vs LP yield
  • Model IL across different price ranges (for concentrated liquidity)
  • Historical IL analysis for existing positions

💰 LP Yield Calculator

  • Estimate APR/APY from trading fees
  • Include farming rewards in yield calculation
  • Project earnings over custom time periods
  • Compare yields across pools and DEXes

⚠️ Alert System

  • Liquidity removal alerts (rug pull detection)
  • Large swap impact warnings
  • Pool ratio imbalance notifications
  • TVL drop percentage triggers

📈 Analytics & Reports

  • Pool health score (0-100)
  • Volume-to-liquidity ratio analysis
  • Top liquidity providers tracking
  • HTML dashboard generation

Usage

Monitor a Pool

bash scripts/liquidity-monitor.sh monitor \
  --dex uniswap-v2 \
  --pair "ETH/USDC" \
  --chain ethereum

Calculate Impermanent Loss

bash scripts/liquidity-monitor.sh impermanent-loss \
  --token-a ETH \
  --token-b USDC \
  --entry-price 3000 \
  --current-price 4500

Estimate LP Yield

bash scripts/liquidity-monitor.sh yield \
  --pool-address "0xB4e16d0168e52d35CaCD2c6185b44281Ec28C9Dc" \
  --amount 10000 \
  --period 30

Pool Health Check

bash scripts/liquidity-monitor.sh health \
  --dex raydium \
  --pair "SOL/USDC" \
  --chain solana

Generate Dashboard

bash scripts/liquidity-monitor.sh dashboard \
  --pools-file my-pools.json \
  --output liquidity-dashboard.html

Supported DEXes

EVM Chains:

  • Uniswap V2 / V3 (Ethereum, Polygon, Arbitrum, Optimism, Base)
  • SushiSwap (Multi-chain)
  • PancakeSwap (BSC, Ethereum)
  • Curve Finance (Ethereum, Polygon, Arbitrum)

Solana:

  • Raydium (AMM & CLMM)
  • Orca (Whirlpools)
  • Meteora

Impermanent Loss Reference Table

Price ChangeIL (50/50 Pool)Equivalent Loss
±25%0.6%$6 per $1,000
±50%2.0%$20 per $1,000
±75%3.8%$38 per $1,000
±100% (2x)5.7%$57 per $1,000
±200% (3x)13.4%$134 per $1,000
±400% (5x)25.5%$255 per $1,000

Pool Health Score Criteria

FactorWeightDescription
TVL Stability25%How stable is the TVL over 7 days
Volume/TVL Ratio20%Higher ratio = better fee generation
LP Count15%More LPs = less concentration risk
Age15%Older pools are generally safer
Top LP %15%Lower concentration = better
Smart Contract Audit10%Known audited DEX protocols score higher

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Commands

  • pools — Pools
  • il-calc — Il Calc
  • yield-compare — Yield Compare
  • lp-calc — Lp Calc

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

115 Publish

智能管理115网盘,支持扫码登录、文件浏览、搜索、转存分享、离线下载、智能整理和容量查询。

Registry SourceRecently Updated
410Profile unavailable
General

Polymarket Screener

Screen Polymarket prediction markets by category, probability, liquidity, and track probability changes to find high-value opportunities. Use when you need p...

Registry SourceRecently Updated
1620Profile unavailable
General

Dex Aggregator

Compare token prices across decentralized exchanges — find best rates, lowest slippage, and optimal swap routes using DexScreener and 1inch APIs. Use when yo...

Registry SourceRecently Updated
1540Profile unavailable
General

Option Calculator

期权计算器。期权定价、Greeks计算、策略组合、盈亏图、隐含波动率、行权分析。Option calculator with pricing, Greeks. 期权、衍生品。

Registry SourceRecently Updated
2220Profile unavailable