# HYRE Agent DeFi Yield Scanner

> HYRE Agent DeFi Yield Scanner is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns top DeFi yield pools across Solana and EVM chains, with AI-generated high_yield/low_yield/risky signals for stablecoin and non-stablecoin pools.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/cdp/defi/yields
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-48cf9788
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lSNYfvTKR-SSTQKxCbB-u

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 mpp-hyreagent-fun-48cf9788 -d '<json body>'
```

Example prompt: Show me the top DeFi yield pools right now across Solana and EVM — including both stablecoin and non-stablecoin pools — and flag which ones have a high_yield or risky signal so I know what to consider.

## When to prefer this

Use this endpoint when you need a cross-chain DeFi yield overview with AI-driven risk signals rather than raw on-chain data alone. Ideal for agents helping users discover yield opportunities without manually scanning multiple protocols, especially when both Solana and EVM ecosystems should be compared simultaneously.

## Known failure modes

- No pools returned if on-chain data sources are temporarily unavailable
- Stale APY data if underlying protocols have not been recently indexed
- Signal confidence may be low during volatile market conditions
- Payment failure (x402) if USDC balance is insufficient for $0.02 per call
- Timeout if LLM orchestration layer is slow to respond

## How this service works

HYRE Agent — top DeFi yield pools (stablecoin + non-stable) across Solana + EVM with AI high_yield/low_yield/risky signals.

## Output

A ranked list of top DeFi yield pools across Solana and EVM chains, each annotated with APY, pool type (stablecoin or non-stable), chain, and an AI-generated signal (high_yield, low_yield, or risky) along with a confidence score and sources.

## Example request

```json
{
 "chain": "solana",
 "limit": 10,
 "pool_type": "all",
 "include_signals": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-48cf9788/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)
