# mpp.hyreagent.fun Cross-Chain Quote (deBridge)

> mpp.hyreagent.fun Cross-Chain Quote (deBridge) 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 for moving tokens between blockchain networks

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/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-d72e2626
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-0QJQPmvqCL_sJjSFIjZT

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

Example prompt: Get me a deBridge cross-chain quote for swapping 100 USDC from Base to Arbitrum — I want to know how much USDC I'd receive and what the fees look like.

## When to prefer this

Use this endpoint when you need to estimate cross-chain token bridge amounts and fees specifically via deBridge protocol, particularly for routes involving Base chain. Prefer over generic bridge aggregators when deBridge routing is desired.

## Known failure modes

- Unsupported chain pair returns error
- Token not supported on specified chain
- Amount too small for cross-chain transfer
- deBridge API unavailable or rate-limited
- Invalid token address format
- Payment of $0.02 USDC not fulfilled triggers 402

## How this service works

Cross-chain quote

## Output

Returns estimated output token amount, exchange rate, fee breakdown, and route details for a cross-chain token swap via deBridge

## Example request

```json
{
 "amount": "100",
 "toChain": "arbitrum",
 "fromChain": "base",
 "userAddress": "0x0000000000000000000000000000000000000000",
 "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}
```

## More

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