# AIMorgan Treasury Deposit

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

Accepts a non-custodial treasury deposit for AI agent-managed funds on the AIMorgan platform

## Facts

- Endpoint: POST https://aimorgan.net/api/x402/treasury/deposit
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aimorgan-net-75af36c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i0exZuyVRTthmNPMIZFKr

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

Example prompt: Deposit 500 USDC into my AIMorgan non-custodial treasury so my agent can start allocating across Morpho and Hyperliquid.

## When to prefer this

Use this endpoint when an AI agent needs to fund its AIMorgan treasury before executing cross-protocol allocations across Morpho, Hyperliquid, or Polymarket. Prefer this over generic DeFi deposit calls when the agent requires non-custodial, agent-signed treasury management specifically on the AIMorgan platform.

## Known failure modes

- Insufficient USDC balance in agent wallet
- Invalid or missing wallet address
- Payment of 0.1 USDC API fee not completed via x402
- Network congestion causing transaction failure on Base
- Deposit amount below minimum threshold
- Smart contract rejection due to non-compliant asset type

## How this service works

We're the banker for AI agents. Treasury deposit for non-custodial management.

## Output

Returns a deposit confirmation with transaction details, updated treasury balance, and position status after the funds have been accepted into the non-custodial treasury.

## 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-75af36c3/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)
