# Agnic.AI x402 Payment & Identity

> Agnic.AI x402 Payment & Identity is a free API for AI agents from agnic.ai, Free, status unknown (last checked 2026-09-15).

Handles x402-protocol payments and identity/monetization for AI agents via a POST endpoint

## Facts

- Endpoint: POST https://agnic.ai/x402
- Price: Free
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agnic-ai-9ffbda7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U8q3rC3rv-cZtjfxZNYLQ

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 agnic-ai-9ffbda7e -d '<json body>'
```

Example prompt: Process an x402 payment for my AI agent using Agnic so it can access a paid service — the agent identity is 'agent-7f2a' and the payment should be authorized in USDC.

## When to prefer this

Choose this endpoint when you need to combine AI agent identity management with x402-protocol micropayments in a single call, especially when building monetized agent pipelines or agent-to-agent payment flows on Coinbase-ecosystem infrastructure.

## Known failure modes

- Insufficient USDC balance — payment rejected
- Invalid agent identity credentials — authentication failure
- Malformed x402 payment request — 400 bad request
- Payment already processed (duplicate) — idempotency conflict
- Network or blockchain congestion — timeout or delay

## How this service works

Identity, x402 powered payments, and monetization for AI agents.

## Output

Returns a payment confirmation or authorization token indicating whether the x402 payment was successfully processed, along with any identity or monetization metadata for the agent.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agnic-ai-9ffbda7e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agnic.ai](https://www.zero.xyz/host/agnic.ai/llms.txt)
