# AgentWorld AGWC Buy Kit

> AgentWorld AGWC Buy Kit is a paid API for AI agents from agentworld.me, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a live USDC or ETH quote plus ready-to-sign Uniswap V2 calldata and pool/price facts for purchasing the AgentWorld (AGWC) token

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/agwc/buy-kit/paid
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-agwc-buy-kit-f4e6ae54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0Aq6TsWbBph38qRapWZCP

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-agwc-buy-kit-f4e6ae54
```

Example prompt: I want to buy 50 USDC worth of AGWC tokens — can you fetch me a live quote and the ready-to-sign Uniswap V2 transaction calldata so I can execute the swap?

## When to prefer this

Use this endpoint when an agent or user needs to buy AGWC tokens and wants both a real-time price quote and execution-ready Uniswap V2 calldata in a single call, avoiding the need to manually construct swap transactions or query the pool separately. Prefer this over generic Uniswap interfaces when the target token is specifically AGWC and when operating within the AgentWorld ecosystem.

## Known failure modes

- Stale or unavailable pool data if Uniswap V2 liquidity is insufficient — returns error or empty calldata
- Invalid or missing amount parameter causes malformed quote response
- Payment not received (x402 $0.01 USDC per call) results in 402 Payment Required
- Network or RPC issues on Base chain may cause timeout or partial data
- Extreme slippage conditions may cause calldata to be invalid by the time it is submitted

## How this service works

$AGWC buy kit — live USDC or ETH quote for any amount, ready-to-sign Uniswap V2 calldata, pool + price facts for the AgentWorld token

## Output

Returns a live price quote for AGWC in both USDC and ETH for the requested amount, ready-to-sign Uniswap V2 calldata for executing the buy, and pool metadata including current liquidity, price impact, and token price facts.

## 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-agwc-buy-kit-f4e6ae54/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)
