# StableDomains Domain Transfer-Out

> StableDomains Domain Transfer-Out is a free API for AI agents from stabledomains.dev, Free, status unknown (last checked 2026-09-15).

Initiates a transfer of a domain name away from StableDomains to another registrar, authenticated via SIWX.

## Facts

- Endpoint: POST https://stabledomains.dev/api/domain/transfer-out
- Price: Free
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stabledomains-be1277c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wxrUikTU4n8PgviwMIuXI

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-be1277c8 -d '<json body>'
```

Example prompt: I want to transfer example.eth out of StableDomains to Namecheap — can you initiate the transfer-out process using my connected wallet?

## When to prefer this

Use this endpoint when a user wants to move their domain name from StableDomains to a different registrar. This is the correct endpoint specifically for outbound transfer initiation (transfer-out), not for renewing, registering, or managing DNS within StableDomains.

## Known failure modes

- Domain not owned by authenticated wallet — returns authorization error
- SIWX authentication invalid or expired — returns 401 unauthorized
- Domain is locked or has a transfer lock active — returns error indicating domain cannot be transferred
- Domain is within 60-day lock period after recent registration or transfer — returns eligibility error
- Domain not found or invalid domain name — returns 404 or validation error
- Pending renewal or unpaid fees blocking transfer — returns conflict error

## How this service works

Transfer to another registrar. Auth: SIWX.

## Output

Returns a transfer authorization code or confirmation that the transfer-out process has been initiated, along with any status information about the domain's release from the current registrar.

## More

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