# AIMorgan Treasury Strategizer

> AIMorgan Treasury Strategizer is a paid API for AI agents from aimorgan.vercel.app, paid per call via x402, $0.050000/call, status unknown (last checked 2026-09-14).

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

## Facts

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

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

Example prompt: Strategize my agent treasury allocation — I have 10,000 USDC and want an optimized split across Morpho for yield, Hyperliquid for perps exposure, and Polymarket for prediction positions, non-custodial from my Base wallet.

## When to prefer this

Use this endpoint when an AI agent needs a single-call, multi-protocol treasury strategy covering yield (Morpho), perpetuals (Hyperliquid), and prediction markets (Polymarket) simultaneously, rather than calling each protocol's API separately. Ideal for agent treasury automation where non-custodial, cross-venue allocation is required in one atomic operation.

## Known failure modes

- Insufficient funds in wallet — strategy cannot be generated for zero or below-minimum balances
- Invalid wallet address or unsupported chain — returns 400 with address validation error
- One or more downstream venues (Morpho, Hyperliquid, Polymarket) unreachable — partial strategy or 503 error
- Payment of 0.05 USDC not fulfilled via x402 — returns 402 Payment Required
- Conflicting risk parameters — returns validation error with parameter details

## How this service works

Unified treasury allocation across Morpho, Hyperliquid, Polymarket. One call, three rails, non-custodial.

## Output

A recommended allocation strategy broken down across Morpho (stablecoin yield), Hyperliquid (trading/perps), and Polymarket (prediction markets), with suggested position sizes and rationale for each venue, returned as structured data the agent can act on immediately.

## 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-vercel-app-e1f45711/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)
