# deBridge Cross-Chain Yield Migration Advisor

> deBridge Cross-Chain 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).

Analyzes your current stablecoin pool position and recommends whether to migrate to higher-yield alternatives across chains, factoring in deBridge bridging costs and break-even timelines.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/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-e9c48fca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gLIq105OxCPf6bPEfuVRN

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

Example prompt: I have 50,000 USDC currently earning 4.2% APY in a pool on Ethereum mainnet — can you check if migrating to a higher-yield stablecoin pool on Arbitrum or Base via deBridge makes sense, and tell me the break-even timeline after bridge fees?

## When to prefer this

Use this endpoint when a user wants to evaluate whether migrating a stablecoin LP or pool position to another chain is financially worthwhile, specifically factoring in deBridge bridging costs and break-even periods. Prefer this over generic yield aggregators when the user explicitly needs cross-chain migration analysis with bridge cost modeling rather than just a yield leaderboard.

## Known failure modes

- Unsupported source or destination chain returns an error or empty route
- Pool not indexed by DeFiLlama results in missing yield data
- deBridge DLN route unavailable for the token/chain pair
- Position size too small to justify migration — still returns data but with negative recommendation
- Stale DeFiLlama data may cause inaccurate APY comparisons

## How this service works

Cross-chain yield migration advisor — compares your stablecoin pool vs alternatives across chains, factors in deBridge cost + break-even days. Sources: deBridge DLN + DeFiLlama.

## Output

Returns a yield comparison across alternative stablecoin pools on multiple chains, the estimated deBridge DLN bridging cost for the migration, the net APY differential, and the number of days to break even on the bridging cost — along with an overall migration recommendation.

## More

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