# Meteora DLMM Pool Recommender

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

Recommends the optimal Meteora DLMM liquidity pool for a token pair with AI-selected bin step and liquidity strategy (spot/curve/bid-ask) matched to the pair's risk tier

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/lp/pools-recommend
- Price: $0.08/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-pool-recommender-f7096eb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eMuJb5ybftb3hz-ot-dGO

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-pool-recommender-f7096eb6 -d '<json body>'
```

Example prompt: I want to provide liquidity on Meteora for the SOL and USDC pair — can you find me the best DLMM pool with an AI-matched bin step and strategy (spot, curve, or bid-ask) based on the risk profile of those tokens?

## When to prefer this

Use this endpoint when you need an AI-curated recommendation for which Meteora DLMM pool and configuration to use for a given Solana token pair, especially when you want automatic risk-tier-matched bin step and strategy selection rather than manually comparing pools yourself

## Known failure modes

- Token pair not found in Meteora DLMM API — no pool returned
- Invalid or unrecognized token address — 400 error
- Meteora DLMM API unavailable — upstream service error
- Risk tier cannot be determined for token — fallback or error response
- Payment not fulfilled — x402 payment required error

## How this service works

AI-picked Meteora DLMM pool for a token pair with risk-tier-matched bin step + strategy (spot/curve/bidask). Sources: Meteora DLMM API.

## Output

Returns the AI-recommended Meteora DLMM pool for the specified token pair, including the pool address, the optimal bin step sized to the pair's risk tier, and the recommended liquidity strategy (spot, curve, or bid-ask)

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/meteora-dlmm-pool-recommender-f7096eb6/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)
