Skip to main content
Tool: list_lp_strategies A liquidity position does not have to sit still. It can be recentred when the price leaves it, rebalanced on a clock, widened when volatility rises, split into a ladder of bands, or left half out of the pool entirely. list_lp_strategies returns all seventeen, grouped into eight families, with every input’s bounds, step, default and help text.

Read it before running one

The list is fetched from the backtester, not written down in the tool’s description. That is deliberate. A copy in a prompt goes stale the first time a strategy is added, and the failure is silent: an agent reading a stale list simply never offers the new strategy, and nobody notices something that was never mentioned.

The eight families

Every input describes itself

Ask for one strategy by name and the answer includes each input’s label, what it means, its range and its default — and for inputs that are choices rather than numbers, a line on each option:
Fill inputs from that rather than guessing a range. Every input has a default, so a strategy runs with none of them named.

It reads history

Nothing here signs anything, opens a position, or touches a chain. See run_lp_backtest to run one.