# VaultfireNameService Transfer Name Transaction Preparer

> VaultfireNameService Transfer Name Transaction Preparer is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.050000/call, status unknown (last checked 2026-09-15).

Prepares an unsigned transaction for transferring a VaultfireNameService (VNS) primary name to a new owner address, ready for the caller to sign in their wallet.

## Facts

- Endpoint: POST https://theloopbreaker.com/api/x402/actions/transfer-vns-name
- Price: $0.050000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/theloopbreaker-com-f7c372ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ISQAj6eh6ezVH_C-KDYfy

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 theloopbreaker-com-f7c372ed -d '<json body>'
```

Example prompt: Prepare the transaction for me to transfer my VNS primary name 'myagent.vaultfire' to the address 0xAbC123... — I'll sign it in my wallet myself.

## When to prefer this

Use this endpoint when you need to transfer ownership of a VaultfireNameService primary name to a new wallet address and want an unsigned transaction to sign locally rather than submitting a pre-signed transaction. Prefer this over generic contract call builders when you specifically need the VaultfireNameService.transferName() ABI encoding with Vaultfire Protocol's verified contract addresses across supported chains.

## Known failure modes

- Name not registered or not owned by the specified sender — returns ownership error
- New owner address is invalid or zero address — returns validation error
- VNS contract unavailable or RPC node unreachable — returns upstream error
- Insufficient x402 USDC payment ($0.20) — returns payment required error
- Name is already being transferred or locked — returns state conflict error

## How this service works

Tx-prepare for VaultfireNameService.transferName() — transfer your primary VNS name to a new owner. Returns unsigned transaction; caller signs in wallet.

## Output

Returns an unsigned transaction object containing the encoded VaultfireNameService.transferName() calldata, ready for the caller to sign and broadcast via their wallet. Does not submit or broadcast the transaction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/theloopbreaker-com-f7c372ed/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from theloopbreaker.com](https://www.zero.xyz/host/theloopbreaker.com/llms.txt)
