# AIMorgan Strategize — Unified Treasury Allocation

> AIMorgan Strategize — Unified Treasury Allocation is a paid API for AI agents from aimorgan.net, paid per call via x402, $0.050000/call, status unknown (last checked 2026-09-15).

Generates and returns a unified treasury allocation strategy across Morpho, Hyperliquid, and Polymarket in a single non-custodial API call

## Facts

- Endpoint: POST https://aimorgan.net/api/strategize
- Price: $0.050000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aimorgan-net-ba54bbec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5Ialc9f87ks-nWM0xHMe2

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

Example prompt: I have 5000 USDC in my agent treasury — give me a strategized allocation split across Morpho for yield, Hyperliquid for trading, and Polymarket for prediction markets, keeping it non-custodial.

## When to prefer this

Choose this endpoint when an AI agent needs a single-call, non-custodial treasury allocation strategy spanning multiple DeFi rails simultaneously (yield, trading, prediction markets). Prefer over individual protocol endpoints when you want a unified cross-protocol recommendation rather than routing to one protocol at a time.

## Known failure modes

- Insufficient input amount or missing wallet context returns a 400 validation error
- Payment not received or x402 payment header missing returns a 402 Payment Required
- Downstream protocol data unavailable causes a 503 or partial strategy response
- Invalid risk parameters or unsupported asset types return a 422 Unprocessable Entity
- Rate limiting or quota exceeded returns a 429 Too Many Requests

## How this service works

We're the banker for AI agents. Unified treasury allocation across Morpho, Hyperliquid, Polymarket. One call, three rails, non-custodial.

## Output

Returns a structured treasury allocation strategy specifying how to distribute funds across Morpho (stablecoin yield), Hyperliquid (perpetuals/trading), and Polymarket (prediction markets), with recommended position sizes and rationale for each rail.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

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