# ENS Forward Resolver

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

Resolves an ENS (Ethereum Name Service) domain name to its corresponding Ethereum wallet address

## Facts

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

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-forward-resolver-c0e63144
```

Example prompt: What Ethereum address does vitalik.eth resolve to?

## When to prefer this

Use this endpoint when you need to programmatically convert a human-readable ENS name (e.g. alice.eth) to a raw Ethereum address for use in transactions or lookups. Prefer this over manual ENS resolution when operating in an agent workflow that processes ENS names at runtime and needs a pay-per-call approach without managing your own RPC infrastructure.

## Known failure modes

- ENS name not registered or expired — returns error or null address
- ENS name has no resolver or forward record set
- Invalid ENS name format — malformed or missing TLD
- Payment failure — x402 USDC micropayment not processed
- Network/RPC timeout reaching ENS resolver contracts
- ENS name resolves to zero address (0x000...000) indicating unset record

## How this service works

Forward-resolve an ENS name to an ETH address

## Output

Returns the Ethereum wallet address (0x-prefixed hex string) that the given ENS name forward-resolves to on the Ethereum network

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ens-forward-resolver-c0e63144/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)
