# x402 Server – Add Pool

> x402 Server – Add Pool is a paid API for AI agents from x402-agent-server-per.vercel.app, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Adds a new liquidity or resource pool via a pay-per-call API endpoint using the x402 payment protocol

## Facts

- Endpoint: GET https://x402-agent-server-per.vercel.app/api/add-pool
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-server-add-pool-12b88f85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lp5NLJ2CEtNuS4dwn3-dC

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 x402-server-add-pool-12b88f85
```

Example prompt: Add a new pool to the x402 agent server — use the required properties I've set up and pay the $3 USDC fee via x402 to register it.

## When to prefer this

Choose this endpoint when you need to programmatically create or register a new pool on an x402-protocol-enabled server and are prepared to pay $3 USDC per call. Best suited for agents that manage x402 infrastructure or automate DeFi/resource pool provisioning workflows where micropayment-gated API access is acceptable.

## Known failure modes

- Payment not included or insufficient USDC (402 Payment Required)
- Missing required fields in request body (400 Bad Request)
- Pool already exists or conflict (409 Conflict)
- Server unavailable or cold-start timeout on Vercel (503/504)
- Malformed properties object causing parsing error (422 Unprocessable Entity)

## How this service works

Your DeFi Assistant

## Output

Returns a JSON object with a 'status' field set to 'ok' upon successful pool creation, confirming the resource has been registered on the server.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-server-add-pool-12b88f85/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-agent-server-per.vercel.app](https://www.zero.xyz/host/x402-agent-server-per.vercel.app/llms.txt)
