solanabr

Clmm Backtest — Development skill for Claude Code

Development community

Run IL-vs-HODL and fee-APR backtest for a CLMM pair and tick range.

How to install Clmm Backtest

Installs to ~/.claude/skills/solanabr-position-manager-skill-clmm-backtest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/solanabr-position-manager-skill-clmm-backtest && curl -fsSL https://raw.githubusercontent.com/solanabr/position-manager-skill/HEAD/commands/clmm-backtest.md -o ~/.claude/skills/solanabr-position-manager-skill-clmm-backtest/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Clmm Backtest does


description: Run IL-vs-HODL and fee-APR backtest for a CLMM pair and tick range

/clmm-backtest

Backtests a concentrated liquidity range against historical price data, computing net P&L vs HODL and break-even fee-APR requirements.

Steps

  1. **Prepare inputs** - you need: token pair, tick range, optional historical fee data. Set environment:

    export OWNER_ADDRESS="YourWallet111..."  # optional, for real position ticks
  2. **Run the backtest script** (`backte

Alternatives in Development

  • Pool Compare — Compare all Meteora DLMM pools for a token pair by APR, fee/TVL ratio, and volume 722 ★
  • Proactive / Autonomous 모드 — 관찰 위치: Claude Code 내부 아키텍처 PROACTIVE 또는 KAIROS 플래그 뒤에 있는 기능입니다 149 ★
  • Pair Verify — Use after you fix a bug and before you claim it fixed — it spawns ONE skeptic sibling session via CCC that mus 130 ★

Full documentation available on GitHub

View Source Repository