XCHandles FAQ

Frequently Asked Questions about XCHandles

What is XCHandles?

XCHandles is, at its core, a decentralized address book. Users can register human-friendly handles such as @yak, which can then be associated with an XCH address, profile picture, display name, and much more. XCHandles is the Chia equivalent of the Ethereum Name Service and the first fully decentralized registry of this kind.

How much does a handle cost?

New handles are priced based on length. Handles containing at least one number have a 50% discount. The current pricing puzzle has a base price of 5.0 wUSDB.c, which translates to the costs below:

Length
Has Numbers?
Factor
Example Handle
Cost

3

128

@abc

640 wUSDC.b per year

3

64

@ab1

320 wUSDC.b per year

4

64

@abcd

320 wUSDC.b per year

4

32

@abc1

160 wUSDC.b per year

5

16

@abcde

80 wUSDC.b per year

5

8

@a1234

40 wUSDC.b per year

6+

2

@example

10 wUSDC.b per year

6+

1

@example1

5 wUSDC.b per year

What happens when a handle expires?

Immediately after a handle expires, an expiration auction begins. The handle is valued at the normal price plus a premium. The premium begins at ~100.000.000 wUSDC.b and decreases continuously each second, halving each day. The first user to pay the current auction price will receive the handle. The premium becomes 0 28 days after an auction started, allowing anyone to register the handle at its normal price if no bids have been made.

How should I refer to XCHandles?

When speaking, you can refer to XCHandles simply as "handles." If you think the underlying blockchain is not shared knowledge, you may also say "X-C-H handles"/"Chia handles." In writing (e.g., messages, UIs, etc.), please write "XCHandles". The only exception to the previous code is Rust code, where "Xchandles" may be used to conform to variable naming standards.

Who controls pricing?

A price singleton has the ability to update the payment CAT for handles. The singleton also has control over the pricing and expired pricing puzzles, enabling it to change the pricing strategy of XCHandles if needed. The pricing singleton is currently a 7-of-11 multisig controlled by warp.green validators.

How do I know that XCHandles was properly deployed?

Anyone can use this CLI tool to verify the validity of XCHandle's mainnet deployment procedure by running cargo r xchandles verify-deployment.

Last updated