Zora Name Service

Next generation of Zora Mainnet Domains

.zora

Recent Registrations

How it works!

account_balance_wallet

1. Connect your wallet

Metamask wallet to connect to the app.

data_saver_on

2. Register your .zora address

Choose your .zora address and register.

savings

3. Use or Sale

Earn ETH for all your NFTs that you sell on Opensea

ZNS Token

$ZNS is a governance token specifically designed for Zora Name Service. It allows users to participate in platform governance, staking their tokens, and earn rewards.

A total of 500,000,000 ZNS tokens will be claimed by those who have registered on .zora address. If you don't have a .zora address yet, register your .zora address and join the airdrop list instantly. ZNS Airdrop will start simultaneously with DEX and CEX listings.

Getting started

About Zora Name Service

Zora Name Service is a decentralized naming service developed on Zora Mainnet. Zora NS aims to provide web3 with an online identity solution that only requires a one-time payment for ownership, fair launch and distribution, and next-gen domain utility.

We will not reject any software that wants to integrate with the Zora Name Service.

Zora Name Service Other Name Services
On-chain Data
Verified Contract
One Time Payment
Correct Character Set
Fair Pricing
Advanced Metadata

Frequently asked questions

General

Before You Register

After You Register

Share and Earn

Instantly earn 10% ethereum from each friend's domain registration.

Developers

const web3 = new Web3(Web3.givenProvider)
// First create a web3js provider

const zoraNS = new zoraNS(web3)
// You are now ready for .zora

// Primary Address (Ethereum Address to .zora name)
zoraNS.primaryAddress("0xc4dc1F7CDAFd1beDc1042ea07dec4E46296a6685")
.then(function(result){
    console.log(result)
    // Returns the primary address registered to this address.
})

// Resolve Address (.zora name to Ethereum Address) zoraNS.resolveAddress("jack.zora").then(function(result){
    console.log(result)
    // Returns the resolved ethereum address of the .zora name.
})

zoraNS.getData("jack.zora","data_type").then(function(result){
    console.log(result)
    // For example, if you enter twitter in the data_type part, the result will be twitter account name.
})

zoraNS.register("name.zora","REFERRAL_ADDRESS","YOUR_ETH_ADDRESS","3000000000000000")
.then(function(result){
if (result['status']) {
    // Registration Successful
} else {
    // Registration Failed
}
});

Integration with .zora is easy

Integrating .zora with your applications is as easy as writing a few lines of code. We have a web3.js API for easy use. By reviewing our library on our Github page, you can achieve the integration you want in just minutes. If you need help with setting up name service for your project, you can reach us via Twitter DM or info@zora.build.

Share this!