Core Concepts
Understanding the fundamental concepts of X1NS will help you make the most of the naming service.
Domains
A domain is a human-readable name that resolves to a blockchain address.
Domain Structure
name
Your chosen name
alice, π, pay
.tld
Top-Level Domain
.x1, .xnt, .xen
Examples:
alice.x1πgem.xntη«.xen
Domain Ownership
- Permanent - One-time payment, no renewals
- Transferable - Send to any wallet address
- Deletable - Reclaim rent if no longer needed (regular domains only)
- NFT-Compatible - Can be tokenized for trading
Primary Domain
Your primary domain acts as your Web3 username across the X1NS ecosystem.
How It Works
Benefits
- π― Shows instead of wallet address in marketplaces
- π Acts as your public Web3 identity
- π€ Links to your profile page
- β¨ Works for both regular and NFT domains
Setting Primary Domain
- Must own the domain
- Click star icon (β) in βMy Domainsβ
- Sign transaction
- Domain is now your identity!
Subdomains
Create unlimited subdomains under your parent domain for organization.
Structure
subdomain
Subdomain Name
pay, nft, api
parent
Parent Domain
alice, company
.tld
Top-Level Domain
.x1, .xnt
Examples:
pay.alice.x1- For paymentsnft.alice.x1- For NFT collectionsdao.company.x1- For organizationapi.service.x1- For services
Use Cases
| Use Case | Example | Description |
|---|---|---|
| Payments | pay.alice.x1 | Dedicated payment address |
| Teams | team.company.x1 | Organization members |
| Projects | app.developer.x1 | Different projects |
| Services | api.service.x1 | Service endpoints |
NFT Tokenization
Convert domains into tradeable NFTs on the SPL token standard.
Before Tokenization
Domain Account
βββ Name: alice.x1
βββ Owner: X1def456...xyz
βββ Type: Regular DomainAfter Tokenization
Domain Account + NFT
βββ Name: alice.x1
βββ Owner: X1def456...xyz
βββ Type: NFT Domain
βββ NFT Mint: X1nft123...abc
βββ Tradeable on MarketplaceBenefits
- β Trade on marketplace
- β SPL token standard
- β Still works as primary domain
- β All domain functions intact
Cost
- ~0.01 XNT one-time fee
- Covers NFT mint creation
- Includes rent exemption
Profile Records
Store additional data with your domain like social links and crypto addresses.
Supported Records
Social Links
- Twitter/X - Your handle
- Discord - Username
- Website - URL
Crypto Addresses
- X1 - X1 blockchain address
- SOL - Solana address
- ETH - Ethereum address
- BTC - Bitcoin address
Example Profile
{
"domain": "alice.x1",
"owner": "X1def456...xyz",
"records": {
"social": {
"twitter": "@alice",
"discord": "alice#1234",
"website": "https://alice.com"
},
"addresses": {
"X1": "X1def456...xyz",
"SOL": "Soldef456...xyz",
"ETH": "0xdef456...xyz",
"BTC": "bc1qdef456...xyz"
}
}
}Resolution
Resolution is the process of converting a domain name to its blockchain address.
Forward Resolution
Convert domain β address:
alice.x1 β X1def456...xyzReverse Resolution
Convert address β domain:
X1def456...xyz β alice.x1 (if set as primary)How It Works
- Query - Application requests domain resolution
- Lookup - X1NS searches on-chain data
- Return - Owner address is returned
- Use - Application uses the address
Rent Exemption
All X1NS domains are rent-exempt, meaning theyβre permanent.
What is Rent?
On Solana-based chains, accounts normally pay βrentβ to store data. Rent-exempt accounts pay enough SOL upfront to exist forever.
How X1NS Handles Rent
- β Registration fee includes rent exemption
- β No ongoing fees or renewals
- β Domain exists permanently on-chain
- β Can reclaim rent by deleting domain (regular domains only)
Rent Amounts
| Account Type | Rent Reserved |
|---|---|
| Domain Account | ~0.002 XNT |
| Reverse Lookup | ~0.001 XNT |
| NFT Mint | ~0.001 XNT |
Marketplace
Trade domains on the X1NS marketplace with built-in escrow.
How It Works
Process
- Tokenize - Convert domain to NFT (one-time)
- List - Set price and create listing
- Wait - Buyers can browse and purchase
- Sell - Automatic escrow transfer
- Done - Receive XNT, buyer gets domain
Fees
- Tokenization: ~0.01 XNT (one-time)
- Listing: Free
- Transaction: Network fees only
Security Model
X1NS security is based on Solanaβs proven cryptographic model.
Ownership Verification
- Wallet Signature - All actions require signature
- On-Chain Validation - Smart contracts verify ownership
- Immutable Records - Blockchain ensures integrity
Trust Model
- No Central Authority - Fully decentralized
- Open Source - All code is auditable
- Battle-Tested - Built on SPL Name Service
- Transparent - All transactions on-chain
Next Steps
Now that you understand the core concepts:
- Register a Domain - Put concepts into practice
- User Guide - Learn detailed features
- Developer Guide - Build with X1NS