@-handles bound to a single DID — separate from the longer .sigil SNS namespace. Short handles have a fixed allocation: 4–6 characters via auction, 7+ characters via direct claim during the genesis-username window.
When to use this
- Reserve your personal
@handle for messaging and discovery. - Claim a brand handle for your organisation.
- Bid on a contested short handle through the auction.
Prerequisites
- A funded DID.
- The handle must pass
validate_genesis_username(lowercase ASCII letters and digits; length ≥ 4; no profanity blocklist matches).
Direct claim (handles ≥ 7 characters)
Auction claim (handles 4–6 characters)
Short handles run on a sealed-bid auction.List open auctions
UsernameAuctionOpen to start one.Bid
Bid amounts are in micro-MINT (the smallest divisible unit; one MINT = 10⁶ micro-MINT). The chain holds your bid in escrow until the auction settles.
Common errors
| Symptom | Cause | Fix |
|---|---|---|
username too short for direct claim | Direct claim of a ≤6-character handle | Use the auction flow |
username on reserved list | Reserved system name | Pick another |
auction not yet finalisable | Window still open | Wait until closes_at_height |
bid below floor | Below the auction’s reserve | Raise the bid |
See also
- Primitive: usernames
- Cookbook: Register a .sigil name — for longer namespaced names.
- Transaction reference: UsernameAuctionBid