Agent skill

liquidity-depth-analyzer-barissozen-claude-da45d7a8

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/liquidity-depth-analyzer-barissozen-claude-da45d7a8

SKILL.md

Liquidity Depth Analyzer

Core Rule

Never execute without knowing:

  1. Available liquidity at current price
  2. Price impact for your size
  3. Whether profit survives slippage

Key Formulas

price_impact_bps = |1 - (in/out) / spot| × 10000 minAmountOut = expected × (1 - slippage_bps / 10000)

Config

typescript
const config = {
  max_price_impact_bps: 50,   // 0.5%
  max_slippage_bps: 100,      // 1%
  min_depth_multiplier: 3,    // depth >= 3x trade
};

Abort Reasons

Code Action
NO_POOL Find alternative route
LOW_DEPTH Reduce size or split
HIGH_PRICE_IMPACT Reduce size
LOW_PROFIT Skip opportunity

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results