# AIMorgan Morpho Stablecoin Yield Optimizer

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

Optimizes stablecoin yield routing across Morpho markets on Base, executing non-custodial agent-signed allocation decisions

## Facts

- Endpoint: POST https://aimorgan.vercel.app/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-vercel-app-642834e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_80IMyYIm7G6-M9FxAMwED

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

Example prompt: Optimize my 10,000 USDC yield allocation on Morpho Base — route it to the highest-yielding stablecoin market and give me the recommended allocation with expected APY.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously optimize stablecoin yield specifically on Morpho markets on the Base network with non-custodial, agent-signed execution. Prefer over generic DeFi aggregators when the target is Morpho-specific routing on Base, and over the sibling unified treasury endpoint when only stablecoin yield optimization (not multi-rail allocation) is needed.

## Known failure modes

- Insufficient USDC balance for the 0.01 USDC fee payment
- Morpho market data unavailable or stale
- Invalid wallet address or signing key
- No optimal route found given risk parameters
- Base network congestion causing timeout
- Unsupported stablecoin asset type

## How this service works

Morpho stablecoin yield routing on Base. Non-custodial, agent-signed.

## Output

Returns an optimized yield routing recommendation for stablecoins on Morpho (Base), including suggested market allocation, expected APY, and a signed or ready-to-execute transaction payload 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-vercel-app-642834e7/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)
