What is ENS? | support.ens.domains (2024)

The Ethereum Name Service or ENS is the decentralized naming protocol that is built on the Ethereum blockchain. It adheres to open-source standards and is based on a set of decentralized smart contracts that translate blockchain addresses into human-readable names.

You can share your ENS name instead of a long, hard to remember crypto address. ENS is not solely a naming service for Ethereum, but in fact the wider blockchain ecosystem. ENS enables cross chain naming of long addresses such as crypto wallets, content hashes, metadata and even smart contracts.

Zooko's Triangle Problem

ENS solves all three points of Zooko’s Triangle problem, which is to be a network protocol that is

  • human meaningful

  • secure

  • decentralized

What is ENS? | support.ens.domains (1)

ENS names are programmable, and stored on the Ethereum blockchain as ERC-721 NFT tokens and in the future as ERC-1155 NFT standard tokens.

It works similarly to DNS, in that ENS names resolve long random number and letter combinations into human-readable labels. Because this is done on the Ethereum blockchain, it is secure, decentralized, and transparent.

It is built on the foundation of Open Source programming, which means anyone can examine the code. The software code is published in the open, on the public blockchain ledger.

The Beginning of ENS

Early on the need was known to create a naming system for the blockchain. The Ethereum blockchain launched in 2015 and by April 2016 the concept of ENS was presented within the Ethereum Foundation by former Google engineer Nick Johnson.

In May of 2017, the first ENS names were minted, starting with rilxxlir.eth. The TLD or Top-Level Domain is .eth, a reserved “special use domain” within the ICANN or (Internet Corporation for Assigned Names and Numbers) namespace organization.

Since the .eth TLD is already reserved for the country of Ethiopia, though not in use, it will prevent future naming collisions with DNS and help ensure integration with pre-existing DNS systems.

What is ENS? | support.ens.domains (2)

In 2018, ENS branched off from the Ethereum Foundation into its own project with the help of a grant from the EF to continue development and building of the protocol.

It adheres to the concept of the Infinite Garden. ENS is part of that Infinite Garden ethos, reflecting the “nurture and grow, but do not control”. The core team at ENS Labs was funded through grants, and had no VC investors.

From DNS to ENS

In the early days of the Internet, information was queried by using IP (Internet Protocol) addresses.

To find information, a set of machine readable addresses had to be known in order to locate where that information resided on computer network servers.

IP addresses are made of 4 sets of numbers separated by dots, using the numbers 0 through 255. It is a numerical label such as 142.250.64.142. This particular IP address is assigned to Google servers. This numerical format is easy for computers to work with, but not so much for humans to easily remember and reference.

Eventually, DNS or Domain Name Servers were created to bridge the gap between what machines needed to use and what humans were able to understand and remember.

DNS takes care of translating or mapping domain names to IP addresses. Instead of typing 142.250.64.142 into a browser, DNS enables using the domain name of google.com.

Go ahead and type in 142.250.64.142 into a web browser and it will route to the same place as google.com.

Similar to how DNS maps a domain name to an IP address, ENS was created to map blockchain addresses to human readable labels.

As a simple example, Vitalik.eth is an ENS name that maps to 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045, an Ethereum blockchain address.

One could send cryptocurrency to 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045, or instead send the same using Vitalik.eth which will resolve to the same blockchain address!

What is ENS? | support.ens.domains (3)

DNS names can contain multiple records that point to various locations that Internet services use. For example, a DNS mail record, or MX record may point to the location of an email server used to deliver email to the correct servers.

Similarly, ENS stores data in records, but these records are not limited to only Ethereum addresses. Any number of records can be created, and resolved by smart contracts on the blockchain to find the location of those resources.

ENS records could contain a Bitcoin address, a content record, social media account handles, or profile images like avatars. Once those records are stored, developers can resolve these records programmatically using resolvers on the blockchain.

For more information on ENS records, see

  • Records: ETH Address

  • How-To: Set a Record

It is important to note that ENS does not seek to replace DNS. Instead, ENS builds on the groundwork DNS has already established, but using decentralized, secure, and censorship-resistant blockchain technology.

By design, ENS is forward-compatible with DNS. This is to prevent name collision with the existing DNS namespace.


In fact, ENS extends beyond the .eth TLD. It is possible to import a DNS name into ENS, so that a .com can make use of the blockchain.

Imported DNS names can be used to store records on the blockchain which in turn can be resolved by smart contracts. As a simple example, if mywebsite.com was imported into ENS, then it would be possible to send cryptocurrency or digital assets like NFTs to mywebsite.com!

For more information on integrating DNS names with ENS, see

  • Records: DNS Names

  • How-To: Link a DNS name

ENS and the Blockchain

ENS is based on a set of decentralized smart contracts on the Ethereum blockchain. As such, there is no need for centralized operators and systems that DNS relies upon.

The mapping of DNS names relies on root servers to answer queries for records stored in the root zone. This is how queries are performed using DNS lookups, which then find the TLD servers, which in turn locate the resources. There are a maximum total of 13 root name server addresses used for this.

In contrast, instead of relying on centralized root servers, ENS uses immutable and transparent smart contracts stored on the Ethereum blockchain to resolve records.

Resolver contracts handle translating names to addresses and or other data points. Because of the decentralized technology Ethereum is built on, ENS is able to avoid relying on centralized root servers as with DNS.

The code is stored on a decentralized network and that code is visible and transparent. In this way, ENS names are censorship-resistant. Geographical restrictions do not apply, as the information is securely stored on the global distributed blockchain.

To view the ENS Contracts GitHub repo, visit

ENS is an important set of infrastructure, built as a public good for humanity and not for profit.


Its development is driven by the community and for the community. No single entity or organization controls the protocol.

It is not possible for ownership of an ENS name to be infringed or censored as outlined in the ENS DAO Constitution.

Changes to the protocol are governed by the ENS DAO, a Decentralized Autonomous Organization, by way of governance voting.

Related Articles

ENS Use-casesWhere are ENS names stored?Contacting an owner of an ENS .eth nameOffchain Gasless DNSSEC Names in ENSCrypto enable your traditional DNS domain with ENS
What is ENS? | support.ens.domains (2024)

FAQs

What is ENS? | support.ens.domains? ›

The Ethereum Name Service or ENS is the decentralized naming protocol that is built on the Ethereum blockchain. It adheres to open-source standards and is based on a set of decentralized smart contracts that translate blockchain addresses into human-readable names.

What problem does ENS solve? ›

The primary goal of ENS focuses on mapping human-readable names to different machine-readable identifiers in blockchain and crypto. The important machine-readable identifiers include crypto metadata, cryptocurrency addresses and content hashes. Another important feature of ENS refers to reverse resolution.

What is ENS used for? ›

The Ethereum Name Service (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain. It is designed to map human-readable names like 'alice. eth' to machine-readable identifiers such as Ethereum addresses, other cryptocurrency addresses, content hashes, and metadata.

What is ENS and how does it work? ›

Understanding ENS

At its core, the Ethereum Name Service is a decentralized system that runs on the Ethereum blockchain. ENS translates those cumbersome Ethereum addresses into readable names, much like how a website address works.

What is the ENS value? ›

The current price of Ethereum Name Service is ₹1,470.46 per ENS. With a circulating supply of 33,062,253.229 ENS, it means that Ethereum Name Service has a total market cap of ₹48,604,725,592.72. The amount of Ethereum Name Service traded has fallen by ₹1,311,684,613.24 in the last 24 hours, which is a 20.67% decrease.

What is the meaning of ENS? ›

Definition of 'ens'

1. being or existence in the most general abstract sense. 2. a real thing, esp as opposed to an attribute; entity. Collins English Dictionary.

How does the ENS work? ›

In particular, the enteric nervous system determines the movements of the gastrointestinal tract, regulates gastric acid secretion, changes in local blood flow and the gut hormones release, and interacts with the immune system in the gut.

Where can I use ENS? ›

You can share your ENS name instead of a long, hard to remember crypto address. ENS is not solely a naming service for Ethereum, but in fact the wider blockchain ecosystem. ENS enables cross chain naming of long addresses such as crypto wallets, content hashes, metadata and even smart contracts.

What is an ENS message? ›

The National Oceanic & Atmospheric Administration (NOAA) Emergency Notification System (ENS) is a tool that allows NOAA to quickly broadcast emergency information to affected employees via phone, email, or text.

Where do ENS work? ›

ENs can work in a range of different clinical specialties including medical, surgical, mental health, paediatrics, orthopaedics, rehabilitation, oncology, operating theatres, rural and remote, emergency, ambulatory care and community health care settings..

What is the meaning of ENS in Internet? ›

(1) (Enterprise Networking Services) The directory, management and mail services in the Unix-based VINES operating system (see VINES). (2) (Ethereum Name Service) A name translation service for crypto transactions managed on the Ethereum blockchain.

What is ENS in communication? ›

An emergency notification system (ENS) is software that offers a simple and centralized interface for sending notifications to an audience of any size, on any device, over any communication channel, anywhere in the world.

What is the ENS code? ›

The Residential Energy Conservation Building code, or Eco Niwas Samhita (ENS), has been developed by BEE to set standards to limit heat gain and loss and ensure adequate natural ventilation and daylighting potential.

Why is ENS useful? ›

Why is ENS Important? ENS is important because it strives to make the Ethereum ecosystem more accessible and user-friendly. By replacing lengthy, intricate addresses with simple, memorable names, it aims to make transactions easier and less prone to errors.

What is all about ENS? ›

The Ethereum Name Service (ENS) is a blockchain equivalent of the popular internet naming convention known as the Domain Name System (DNS). Much like DNS allows websites to map their IP addresses to human-readable domain names (like gemini.com), ENS enables the same functionality for decentralized websites and wallets.

How much is an ENS? ›

The current value of 1 ENS is $16.02 USD.

What does ENS do for dogs? ›

Early Neurological Stimulation (ENS) is a process we started doing that introduces mild stresses to very young puppies in a controlled way. These stresses help stimulate the neurological system which improves the growth and development of the pup's immune system, cardiovascular system, and stress tolerance.

What can ENS domains be used for? ›

You can also assign multiple different types of wallet addresses to an ENS name, meaning that one easy-to-remember ENS name can be used to receive any type of cryptocurrency, token, or non-fungible token (NFT) that functions with an ENS-compatible wallet. These multi-address ENS domains work contextually.

Why is ENS better than DNS? ›

ENS can potentially streamline the TLD and SLD registration process into one unit on the blockchain protocol- completely overtaking the Registries and Registrars that make up DNS.

Top Articles
TradingView: The Ultimate Guide to Trading Stocks, Forex, and Crypto | Finschool
What Is Creative Financing in Real Estate? | HomeBuyers of Pittsburgh
Warren Ohio Craigslist
Main Moon Ilion Menu
Steamy Afternoon With Handsome Fernando
Comcast Xfinity Outage in Kipton, Ohio
Khatrimaza Movies
Does Pappadeaux Pay Weekly
Large storage units
DIN 41612 - FCI - PDF Catalogs | Technical Documentation
Conduent Connect Feps Login
Methodist Laborworkx
Jc Post News
Elizabethtown Mesothelioma Legal Question
Craigslist Farm And Garden Tallahassee Florida
Shannon Dacombe
Chastity Brainwash
Georgia Vehicle Registration Fees Calculator
Caledonia - a simple love song to Scotland
Mychart Anmed Health Login
Sulfur - Element information, properties and uses
Boscov's Bus Trips
Stoney's Pizza & Gaming Parlor Danville Menu
SuperPay.Me Review 2023 | Legitimate and user-friendly
Two Babies One Fox Full Comic Pdf
Jcp Meevo Com
Darrell Waltrip Off Road Center
Select Truck Greensboro
27 Modern Dining Room Ideas You'll Want to Try ASAP
Danielle Ranslow Obituary
Publix Christmas Dinner 2022
Mchoul Funeral Home Of Fishkill Inc. Services
Craigslist Gigs Norfolk
Truckers Report Forums
Linabelfiore Of
Metro By T Mobile Sign In
One Main Branch Locator
Directions To Advance Auto
Jason Brewer Leaving Fox 25
Immobiliare di Felice| Appartamento | Appartamento in vendita Porto San
Guided Practice Activities 5B-1 Answers
Killer Intelligence Center Download
26 Best & Fun Things to Do in Saginaw (MI)
Playboi Carti Heardle
Sky Dental Cartersville
Jackerman Mothers Warmth Part 3
4Chan Zelda Totk
Makemkv Key April 2023
Craigslist Sarasota Free Stuff
Zadruga Elita 7 Live - Zadruga Elita 8 Uživo HD Emitirani Sat Putem Interneta
Congressional hopeful Aisha Mills sees district as an economical model
What Are Routing Numbers And How Do You Find Them? | MoneyTransfers.com
Latest Posts
Article information

Author: Duncan Muller

Last Updated:

Views: 5991

Rating: 4.9 / 5 (79 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Duncan Muller

Birthday: 1997-01-13

Address: Apt. 505 914 Phillip Crossroad, O'Konborough, NV 62411

Phone: +8555305800947

Job: Construction Agent

Hobby: Shopping, Table tennis, Snowboarding, Rafting, Motor sports, Homebrewing, Taxidermy

Introduction: My name is Duncan Muller, I am a enchanting, good, gentle, modern, tasty, nice, elegant person who loves writing and wants to share my knowledge and understanding with you.