# Ryze Agent - Meteora LP Pool Recommender

> Ryze Agent - Meteora LP Pool Recommender is a paid API for AI agents from api.ryzeagent.xyz, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-13).

Returns AI-analyzed Meteora liquidity pool recommendations on Solana with LLM-generated actionable insights and confidence scores

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/lp/meteora/pools/recommend
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ryze-agent-meteora-lp-pool-recommender-764103bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SvNDIz9sR81roni8E57db

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 ryze-agent-meteora-lp-pool-recommender-764103bd
```

Example prompt: Can you recommend the best Meteora liquidity pools on Solana for me to provide liquidity in right now, including an AI-generated insight and confidence score for each?

## When to prefer this

Use this endpoint when an agent needs AI-curated, LLM-interpreted Meteora liquidity pool recommendations on Solana rather than raw pool data, especially when the user wants actionable signals with confidence scoring rather than doing their own analysis.

## Known failure modes

- Missing or malformed properties parameter returns empty or error response
- Low liquidity periods may reduce recommendation quality or confidence
- LLM inference latency may occasionally slow response
- Payment not processed (402) blocks access
- No matching pools for given filter criteria returns empty data object

## How this service works

AI-enhanced DeFi data API on Solana. 22 pay-per-call endpoints with LLM-interpreted insights. Trenches, traders, LPs, DeFi. Driven by MPP.

## Output

Returns a JSON object with pool recommendation data, an actionable signal string summarizing what to do, an AI-generated analysis insight from Claude 3.5 Haiku, and a confidence score (0-1) indicating how strong the recommendation is.

## Example request

```json
{
 "properties": "tvl,apy,volume,liquidity"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "signal": "actionable signal",
  "insight": "AI-generated analysis",
  "confidence": 0.85,
  "model_used": "claude-3.5-haiku"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ryze-agent-meteora-lp-pool-recommender-764103bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.ryzeagent.xyz](https://www.zero.xyz/host/api.ryzeagent.xyz/llms.txt)
