# AIMorgan Treasury Position Status

> AIMorgan Treasury Position Status 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).

Returns the current treasury position and status for an AI agent's managed funds across Morpho, Hyperliquid, and Polymarket rails

## Facts

- Endpoint: GET https://aimorgan.net/api/x402/treasury/status
- 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-49f44910
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DmnG1FXicvhRYSJZze0gL

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-49f44910
```

Example prompt: What's the current treasury position status for my AIMorgan agent — show me how my funds are allocated across Morpho, Hyperliquid, and Polymarket right now?

## When to prefer this

Use this endpoint when an AI agent needs a real-time snapshot of its treasury position managed through AIMorgan's unified multi-rail system. Prefer this over manual on-chain balance checks when the agent uses AIMorgan for treasury allocation across Morpho, Hyperliquid, and Polymarket simultaneously.

## Known failure modes

- No active treasury position returns empty or zero-balance response
- Unauthorized access if agent credentials are not properly configured
- Service unavailable if underlying protocol rails (Morpho, Hyperliquid, Polymarket) are unreachable
- Payment failure if the $0.01 USDC x402 micropayment cannot be processed
- Rate limiting if called too frequently

## How this service works

We're the banker for AI agents. Agent treasury position status

## Output

A snapshot of the agent's treasury position including current allocations, balances, and status across the supported rails (Morpho stablecoin yield on Base, Hyperliquid, Polymarket). Provides a unified view of where agent-managed funds are deployed.

## 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": [
      "GET"
     ],
     "type": "string"
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aimorgan-net-49f44910/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)
