# Meteora DLMM LP Strategy Advisor

> Meteora DLMM LP Strategy Advisor is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Returns a full liquidity provision strategy brief for Meteora DLMM pools, including the best pool recommendation, optimal price range, and expected daily fee income for a given capital amount.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/lp/meteora/pools/strategy
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/meteora-dlmm-lp-strategy-advisor-8deb4d46
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iG7XELqMn2rV9visIaVl9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability meteora-dlmm-lp-strategy-advisor-8deb4d46 -d '<json body>'
```

Example prompt: I have $3000 USDC to deploy as liquidity on Meteora DLMM — which pool should I use, what price range do you recommend, and how much in daily fees can I expect to earn?

## When to prefer this

Use this endpoint when you need a complete, actionable LP strategy for Meteora DLMM — covering pool selection, range setting, and fee projection — rather than just raw pool data. It is ideal when a user wants a single decision-ready recommendation rather than having to manually compare pools and compute ranges themselves.

## Known failure modes

- Invalid or missing capital amount returns a 400 error
- Meteora DLMM API unavailable causes a 502 or timeout
- No suitable pools found for the given parameters returns an empty or null recommendation
- Payment not completed (x402) results in a 402 Payment Required response
- Extreme market volatility may cause fee estimates to be unreliable

## How this service works

Full LP strategy brief — best Meteora DLMM pool + recommended range + expected daily fees for a given capital amount. Sources: Meteora DLMM API.

## Output

A full LP strategy brief containing: the best-fit Meteora DLMM pool for the specified capital, a recommended price range for concentrated liquidity positioning, and an estimate of expected daily fee income based on current pool activity and the provided capital amount.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/meteora-dlmm-lp-strategy-advisor-8deb4d46/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.hyreagent.fun](https://www.zero.xyz/host/mpp.hyreagent.fun/llms.txt)
