# AIMorgan Morpho Stablecoin Yield Optimizer

> AIMorgan Morpho Stablecoin Yield Optimizer is a paid API for AI agents from aimorgan.net, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-15).

Optimizes and routes stablecoin yield through Morpho vaults on Base in a non-custodial, agent-signed manner

## Facts

- Endpoint: POST https://aimorgan.net/api/optimize
- Price: $0.010000/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-8e06682d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ok9Cm-b3ov8BDz_xW4JM4

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

Example prompt: Optimize the yield routing for 5000 USDC in my agent treasury on Base — run it through Morpho and tell me the best vault allocation to maximize stablecoin returns.

## When to prefer this

Choose this endpoint when you specifically need Morpho-based stablecoin yield optimization on Base network, want a non-custodial agent-signed flow, and need routing recommendations without locking up funds in a custodial service. Prefer this over the unified treasury endpoint when you only need Morpho yield routing and not Hyperliquid or Polymarket exposure.

## Known failure modes

- Insufficient stablecoin balance provided — returns error indicating minimum amount
- Morpho vault data unavailable or Base RPC timeout — returns 503 with retry guidance
- Invalid wallet address or missing agent signature parameters — returns 400 validation error
- No optimal route found due to low liquidity in available vaults — returns empty allocation with explanation
- Payment of 0.01 USDC not received via x402 — returns 402 Payment Required

## How this service works

We're the banker for AI agents. Morpho stablecoin yield routing on Base. Non-custodial, agent-signed.

## Output

Returns an optimized yield routing plan specifying which Morpho vault(s) on Base to allocate stablecoins to, along with expected APY, allocation splits, and agent-signable transaction data for non-custodial deployment.

## 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-8e06682d/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)
