# StableDomains Domain Search

> StableDomains Domain Search is a paid API for AI agents from stabledomains.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Search for domain name availability via micropayment on Base, requiring no account signup

## Facts

- Endpoint: POST https://stabledomains.dev/api/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stabledomains-domain-search-d2e03b8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T4mcv5b7jk_jEl81spQVD

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 stabledomains-domain-search-d2e03b8e -d '<json body>'
```

Example prompt: Can you check if 'coolstartup.xyz' is available to register on StableDomains — I want to search without creating any account and I'll pay in USDC on Base.

## When to prefer this

Choose this endpoint when you need to check domain availability without creating an account, prefer paying per-query in USDC on Base rather than subscribing to a service, or are building a crypto-native workflow where accountless domain search is desirable.

## Known failure modes

- Payment not received or insufficient USDC balance causes request to fail
- Invalid domain name format returns an error
- Network issues on Base blockchain delay payment confirmation
- Unsupported TLD returns no results or an error
- Rate limiting if micropayment mechanism is abused

## How this service works

Domain registration via micropayments. No accounts. Pay USDC on Base.

## Output

Returns availability status for the queried domain name, along with relevant registration options or pricing, after a $0.01 USDC micropayment on Base is processed via x402 protocol.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stabledomains-domain-search-d2e03b8e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stabledomains.dev](https://www.zero.xyz/host/stabledomains.dev/llms.txt)
