# HYRE Agent deBridge DLN Cross-Chain USDC Quote

> HYRE Agent deBridge DLN Cross-Chain USDC 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 USDC bridge quote between Solana and EVM chains (Arbitrum, Base, Ethereum) via deBridge DLN, with an AI-generated execute/wait/avoid verdict.

## Facts

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

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

Example prompt: I want to bridge 500 USDC from Solana to Arbitrum — can you pull a deBridge DLN quote and tell me whether the AI verdict says to execute now, wait, or avoid?

## When to prefer this

Use this endpoint when you need both a live deBridge DLN quote for cross-chain USDC transfers involving Solana and EVM chains AND an AI-generated actionability verdict (execute/wait/avoid). Prefer this over raw bridge APIs when you want LLM-orchestrated signal with confidence scoring rather than a bare quote.

## Known failure modes

- Unsupported chain pair returns an error indicating the route is not available
- Invalid or missing amount field causes a 400 bad request
- Network congestion on deBridge may return stale or unavailable quotes
- Payment not included or insufficient triggers a 402 Payment Required response
- Source or destination chain temporarily unavailable returns a service error

## How this service works

HYRE Agent — cross-chain USDC quote via deBridge DLN (Solana ↔ Arbitrum/Base/ETH) with AI execute/wait/avoid verdict.

## Output

Returns a cross-chain USDC bridge quote via deBridge DLN including estimated output amount, fees, slippage, and an AI-generated verdict (execute/wait/avoid) with a confidence score and reasoning based on current market conditions.

## Example request

```json
{
 "amount": "500",
 "sourceChain": "solana",
 "tokenSymbol": "USDC",
 "destinationChain": "arbitrum"
}
```

## More

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