# ENS Resolver – Full Identity Profile

> ENS Resolver – Full Identity Profile is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Resolves an ENS name to a complete identity card including multichain addresses, text records, content hash, and avatar

## Facts

- Endpoint: GET https://x402.professorsausages.com/ens-resolve/profile/:name
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ens-resolver-full-identity-profile-99ebbbf7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kd1aU45cx1q7zuXXcfhGn

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-resolver-full-identity-profile-99ebbbf7
```

Example prompt: Can you pull up the full ENS identity profile for vitalik.eth — I want to see all the wallet addresses across different chains, any text records, the avatar, and the content hash?

## When to prefer this

Use this endpoint when you need a comprehensive, single-call ENS identity lookup that returns multichain addresses, text records, avatar, and content hash all at once — rather than making multiple individual resolution calls. Ideal for building identity cards, wallet UIs, or any application that needs the full picture of an ENS name's on-chain identity.

## Known failure modes

- ENS name not found or not registered — returns empty/null profile
- ENS name has no resolver set — partial or empty response
- Name does not conform to ENS format — request validation error
- Network or RPC issues resolving ENS records — timeout or upstream error
- Name exists but has no records set — returns empty fields

## How this service works

Full identity card: multichain addresses + texts + contenthash + avatar

## Output

A complete ENS identity card containing: multichain wallet addresses (Ethereum and other chains), all text records (e.g. social handles, website, email), the content hash (IPFS/IPNS pointer), and the avatar image reference — essentially everything stored in the ENS resolver for that name.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ens-resolver-full-identity-profile-99ebbbf7/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)
