# ENS Avatar Resolver

> ENS Avatar Resolver is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Resolves an ENS name's avatar record and fully dereferences it to a final image URL

## Facts

- Endpoint: GET https://x402.professorsausages.com/ens-resolve/avatar/:name
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ens-avatar-resolver-1c190586
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bisvnIkVFRR6qF2hk9x4X

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 ens-avatar-resolver-1c190586
```

Example prompt: What's the fully resolved avatar image URL for vitalik.eth? I need the actual image link, not just the raw avatar record.

## When to prefer this

Use this endpoint when you need to display or process a user's ENS avatar as a direct image URL, especially when the avatar record may be an NFT reference or IPFS URI that requires multi-step dereferencing. Prefer this over raw ENS resolution libraries when you need a ready-to-use image link without implementing your own dereferencing logic.

## Known failure modes

- ENS name does not exist — returns not found or null
- ENS name has no avatar record set — returns empty or null
- Avatar record references an NFT the resolver cannot access — returns error
- Invalid ENS name format — returns 400-level error
- Upstream ENS/IPFS resolution timeout — returns 5xx error

## How this service works

Avatar record fully dereferenced to an image URL

## Output

A fully dereferenced image URL representing the ENS name's avatar — whether the avatar is stored as an IPFS URI, an NFT reference (EIP-155), or a regular HTTPS URL, the endpoint follows all indirection and returns a direct, usable image link.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ens-avatar-resolver-1c190586/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
