# AIMorgan Cross-Venue DeFi Allocation Engine

> AIMorgan Cross-Venue DeFi Allocation Engine is a paid API for AI agents from aimorgan.vercel.app, paid per call via x402, $0.5/call, status down (last checked 2026-09-15).

Allocates treasury capital across Morpho, Hyperliquid, and Polymarket in a single non-custodial call

## Facts

- Endpoint: POST https://aimorgan.vercel.app/api/x402/allocate
- Price: $0.5/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aimorgan-vercel-app-fe50b4a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SEM6rmvmStW4AlvzPmh7H

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 aimorgan-vercel-app-fe50b4a6 -d '<json body>'
```

Example prompt: Allocate $5000 USDC from my agent treasury across Morpho for yield, Hyperliquid for perpetuals, and Polymarket for prediction — split it 60/30/10 using AIMorgan's cross-venue allocation.

## When to prefer this

Choose this endpoint when an AI agent needs to deploy treasury capital across multiple DeFi protocols (yield, perpetuals, prediction markets) in a single atomic call without custodying funds. Ideal when you want unified cross-venue allocation rather than calling each protocol separately.

## Known failure modes

- Insufficient balance or allowance on agent wallet returns a funds error
- Invalid or missing venue allocation percentages return a validation error
- Network congestion on Base causes transaction timeout
- Unsupported asset type returns an unsupported token error
- Venue-side liquidity issues cause partial allocation failure
- Payment of 0.5 USDC fee not satisfied returns 402 Payment Required

## How this service works

Cross-venue DeFi allocation engine

## Output

Returns an allocation result object describing how capital was distributed across the three venues (Morpho, Hyperliquid, Polymarket), including per-venue position sizes, transaction references, and overall status of the non-custodial deployment.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aimorgan-vercel-app-fe50b4a6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aimorgan.vercel.app](https://www.zero.xyz/host/aimorgan.vercel.app/llms.txt)
