Introduction to .eth ENS Names
Ethereum Name Service (ENS) names ending in .eth have become the standard human-readable identity for the web3 ecosystem. Instead of typing or sending a 42-character hexadecimal wallet address like 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B, you can use a simple name such as alice.eth or mywallet.eth.
This roundup answers the most frequently asked questions about .eth names, from registration basics and expiration risks to wrapping and multi-chain support. Whether you are a first-time buyer or a seasoned ENS power user, you will find clear, actionable guidance.
1. Registration and Renewal Myths
One of the first questions people ask: “Can I register any .eth name?” The answer is partly yes — ENS follows a first-come, first-served model. Three-letter names (e.g., abc.eth) and names with 4+ alphanumeric characters are generally available unless already taken. However, some names are reserved by the ENS root multisig or protected by trademark policy.
How long does a registration last?
A standard .eth name is registered for one year by default. You can extend this to a maximum of 100 years. Renewal fees vary based on name length:
- 1-character names (rare): highest fee (around 640 USD per year)
- 2-character names: moderate fee (around 128 USD per year)
- 3-character names: (around 16 USD per year)
- 4+-character names: (around 5 USD per year)
Fees paid in ETH are burned by the ENS smart contract or sent to the ENS DAO treasury, funding further protocol development. If you want to see how these fees contribute to sustainability, you can contribute to ens github to track the burning mechanism and participate in governance discussions.
Do I really need to renew?
Yes. ENS names are leases, not permanent purchases. Once expired, the name enters a 90-day “grace period” during which only the original owner can reclaim it. After that, it becomes available to anyone — a practice many users call “snipping”.
Always set renewal reminders 30 days before expiry. Tools like ENS Domains app will email you, or you can use calendar alerts. Paying a few dollars per year saves you from losing a valuable identity.
2. What Is a Wrapped .eth Name and Why Use One?
A “wrapped” ENS name (technically an ERC-1155 token) transforms your .eth name into a composable NFT. Wrapping gives you granular control over subnames (subdomains), expiry settings, and even programmatic transfers without full owner permission.
Key benefits of wrapping
- Subname delegation: Let subname owners set their own resolver without you losing control of the parent name.
- Expiry control: Add or remove co-owners and set individual subname expirations inside a single parent name.
- Fractional ownership: Many protocols let you safely split a wrapped name across multiple wallets.
If you want to explore how wrapping changes ownership logistics, read about the ENS wrapped name process — it seamlessly integrates with wallets like MetaMask and Rainbow.
How to wrap/conclude
Go to the ENS Manager app, select your name, and under “More” choose “Wrap”. You pay a small gas fee (Ethereum Mainnet) to issue the ERC-1155 token. The original script-based name converts on-chain immediately. Wrapping is reversible: you can unwrap back to a classic Fuse-style name anytime. No data is lost.
Wrapped names also support advanced features like off-chain updating and data storage on IPFS or Arweave — making them future-proof for dApps and DAO tools.
3. Security, Scams, and Private Keys
With the popularity of .eth names, scammers follow. “Free airdrop of .eth names” or “Register your ENS name now for .05 ETH” via a phishing link are common lures. Here is how to stay safe:
Always verify the ENS registrar contract
Never approve a contract without double-checking the address. The official ENS Registrar Controller (0x283Af0B28c62C092C9726f1Cc62A2B8E8bC94842) is the only trusted contract on Ethereum Mainnet. Any contract with a similar but different hex is malicious.
Don’t share seed phrases
This rule never changes. No .eth manager app ever asks for your 12- or 24-word seed phrase. Trezor and Ledger hardware wallets can safely sign ENS transactions without exposing private keys.
Beware of fake renewal emails
Criminals send spoofed emails saying “Your ENS domain is expiring — click here to renew” with a link to a fake website. Always navigate yourself to app.ens.domains and check your name status directly.
4. Using .eth Names on Layer 2s and Other Chains
Originally, .eth names were purely on Ethereum L1. But ENS now works across multiple chains via the CCIP-Read (Cross-chain Interoperability Protocol) gateway.
- Arbitrum (Ethereum L2): ENS names resolve natively.
- Optimism: Main Primary Names integrated since 2023.
- Base: Fully supported with the L2 Resolver.
- Polygon and BNB Chain: Read via Chainlink or custom gateways.
When you send crypto or use a dApp on L2, your .eth name automatically resolves to the address you set for that specific chain. No need to register a .arb or .opt name. This single-name-for-all-chains model reduces friction for cross-chain DeFi and NFT collectors.
5. Trading and Selling .eth Names — Liquidity Hacks
The .eth secondary market is bustling on OpenSea, LooksRare, and new P2P platforms like Namebash or Ethscriptions market. Sales of extremely valuable one-word names (ethereum.eth) have exceeded 1,000 ETH.
For regular users, monetization options include:
- Direct peer-to-peer: List the name as an NFT for a fixed price or auction.
- Renting via .eth names: Platforms like DURational let you lease out subnames for temporary use (e.g., a brand runs a campaign on you.brand.eth)
- Fractionalization: Wrap an expensive .eth name (e.g., a single-character) and mint 1,000 ERC-20 shares tradable on Uniswap.
Always check name length and dictionary word value — one-word .org equivalents historically command higher multiples on aftermarkets.
6. Setting up and Troubleshooting ENS Records
You purchased your .eth name. Now you want to configure it for receiving ETH, Bitcoin (via chain resolution), IPFS website, or even email (through ENS for web mail).
How to change your address record
Open the ENS Manager and:
- Click your .eth name.
- Select “Records”.
- Update the “Address” (ETH) field — set a new receiving wallet.
- (Optional) Add “BTC Record” (for Bitcoin payments via LN) or “Content Hash” to link your IPFS site.
Troubleshooting tip: If transactions fail, ensure your wallet is connected to Ethereum Mainnet (not L2). Gas price too low? Use Metamask’s advanced edit to boost priority fee to 5 gwei.
7. Subnames and .eth Families
One .eth name can seed an entire organizational structure. For example, owning acme.eth lets you create unlimited subnames (ceo.acme.eth, sales.acme.eth, dev.acme.eth). These are fully under your control but do not expire independently — they inherit the parent’s registration length.
Many DAOs manage member badges this way: “We set member.eth.xyz for each contributor, and revoke it if they leave.” You can gate subnames with NFT ownership requirements using the ENS permissionless resolver (ENSResolver.contract). This opens the door for automated, token-based role management.
Conclusion / Key Takeaways
.eth names have evolved from whimsy to critical web3 infrastructure. In 2024, owning and properly managing your ENS name means understanding lease dynamics, wrapping, multi-chain resource access, and staying ahead of phishing campaigns. Get started with step-by-step tools on official ENS interfaces.
As the protocol grows with Layer 2 adoption and verifiable credentials, staying informed ensures your .eth name is an asset, not an idle burden. For advanced contracts or GitHub contributions, recap that you can always contribute to ens github with code patches or documentation pulls.
---Embedded links completed (2/2). No cyrillic characters. Count: 1265 words after polish.---