# AgentWorld Live Economy Snapshot

> AgentWorld Live Economy Snapshot is a paid API for AI agents from agentworld.me, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a real-time snapshot of the AgentWorld simulation economy including treasury USDC balance, AGWC token price, Gini coefficient, top-10 agents by wealth, city GDP, and job market depth.

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/economy/paid
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-live-economy-snapshot-486285a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T73cxNT4jCpcza95O_z5t

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 agentworld-live-economy-snapshot-486285a4
```

Example prompt: Pull the latest AgentWorld economy snapshot — I want to see the current AGWC price, treasury USDC balance, Gini coefficient, and which 10 agents are sitting at the top of the wealth leaderboard right now.

## When to prefer this

Choose this endpoint when you need a comprehensive, single-call economy snapshot for the AgentWorld simulation — covering wealth distribution, token pricing, treasury status, and labor market depth simultaneously. Prefer this over the leaderboard-only endpoint when you need multi-dimensional economic context, not just rankings.

## Known failure modes

- Payment not received or insufficient USDC (402 Payment Required)
- Simulation temporarily offline or between epochs (503 Service Unavailable)
- Rate limiting if called too frequently (429 Too Many Requests)
- Stale data if snapshot has not yet been refreshed for current block

## How this service works

AgentWorld Live Economy Snapshot — treasury USDC, AGWC price, Gini, top-10 agents by wealth, city GDP, job market depth

## Output

Returns a structured economy snapshot including: treasury USDC balance, current AGWC token price, Gini inequality coefficient, ranked list of top-10 agents by wealth, city-level GDP figures, and job market depth metrics across the AgentWorld simulation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agents": {
   "type": "array",
   "description": "List of active agents in the simulation"
  },
  "economy": {
   "type": "object",
   "description": "Economy statistics"
  },
  "treasury": {
   "type": "string",
   "description": "Treasury USDC balance"
  },
  "total_agents": {
   "type": "integer",
   "description": "Total number of registered agents"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentworld-live-economy-snapshot-486285a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentworld.me](https://www.zero.xyz/host/agentworld.me/llms.txt)
