# deBridge Cross-Chain Swap Quote

> deBridge Cross-Chain Swap Quote 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 a cross-chain swap quote via deBridge DLN, including output amount, bridge fees, time-to-finality, and an AI route-quality verdict.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/debridge/quote
- 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-1087f961
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9cGehJT7PcloSUDUgPBBW

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

Example prompt: Get me a deBridge DLN quote for swapping 1000 USDC from Ethereum to Solana — I want to see the output amount, bridge fees, estimated finality time, and an AI verdict on route quality.

## When to prefer this

Use this endpoint when you need a cross-chain swap quote specifically via deBridge DLN infrastructure, especially when you want an AI-generated verdict on route quality alongside standard quote data like fees and finality time. Prefer this over generic bridge aggregators when you need deBridge-specific routing for chains it supports.

## Known failure modes

- Unsupported chain pair returns error or empty quote
- Token not supported on source or destination chain
- Amount too small or too large for available liquidity
- Network congestion causing stale or unavailable quotes
- Invalid token address format causing request failure

## How this service works

Cross-chain USDC swap quote with LLM route-quality verdict — output amount, bridge fees, time-to-finality. Sources: deBridge DLN.

## Output

Returns the estimated output token amount, bridge and protocol fees, time-to-finality for the cross-chain transfer, and an LLM-generated route-quality verdict assessing the swap route via deBridge DLN.

## More

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