# mpp.hyreagent.fun Yield Migration Advisor

> mpp.hyreagent.fun Yield Migration Advisor is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Advises on migrating yield-bearing positions across DeFi protocols on the Base chain via deBridge

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/debridge/yield-migrate
- Price: $0.05/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-4e99e297
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OI3oLerlRj9OK0shhqMEJ

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-4e99e297 -d '<json body>'
```

Example prompt: I'm currently earning yield on Base and want to migrate to a higher-APY protocol — can you analyze my current position and recommend the best yield migration path using deBridge?

## When to prefer this

Use this endpoint when a user wants AI-driven advice on migrating their yield-bearing DeFi positions on the Base chain, specifically leveraging deBridge cross-chain infrastructure. Prefer over generic yield aggregators when the user needs actionable migration guidance rather than just rate comparison.

## Known failure modes

- Invalid or missing wallet address returns 400 error
- Unsupported token or protocol returns no recommendations
- Insufficient position data results in empty advisory
- deBridge route unavailable for requested migration path
- Network congestion causes timeout on route computation

## How this service works

Yield migration advisor

## Output

Returns advisory output including yield comparison across protocols, recommended migration target, expected APY improvement, and step-by-step migration guidance for moving yield-bearing positions on the Base chain via deBridge.

## Example request

```json
{
 "notifyEmail": "zero-qa@agentmail.to",
 "targetToken": "USDC",
 "currentToken": "USDC",
 "positionValue": "10000",
 "riskTolerance": "medium",
 "walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f42bE0",
 "targetProtocol": "Compound",
 "currentProtocol": "Aave"
}
```

## More

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