Share this!

  • Why are you reporting?

    Describe why you think this item should be removed from marketplace.

    Your message:
  • check_circle

    We have received your report!

  • Sign in with your wallet

    Sign in with one of available wallet providers or create a new wallet.

  • arrow_backward Place a bid

    You are about to purchase Metaverse Game from @TheSalvare

    Enter your bid
    ETH

    Your balance
    2.75 ETH
    Service fee
    0.05 ETH
    Total bid amount
    1.67 ETH
  • check_circle

    Your bid has been successfully placed!

  • Don't have an account? Sign up.

  • You already have an account? Log in.

  • Forgot password?

    Did you remember your password? Log in.

.club the next generation
of Ethereum Domains

How it works!

account_balance_wallet

1. Connect your wallet

Metamask wallet to connect to the app.

data_saver_on

2. Register your NFT

Choose your club name and register.

savings

3. List them for sale

Earn ETH for all your NFTs that you sell on marketplaces.

Getting started

About .club Name Service

.club is a decentralized naming service developed on the Ethereum network. .club aims to provide web3 with an online identity solution that only requires a one-time payment for ownership, unique referral program with commission, fair launch and distribution, and next-gen subdomain utility. Do you think Ethereum deserves a better name service? You are in the right place. Take a closer look at us for a decentralized, higher quality name service.

.club Name Service Other ENS
One Time Payment
Referral Program
Correct Character Set
Fair Pricing
Fair Launch
Advanced Metadata
Creator Fee 0%

Frequently asked questions

  • General

  • Before You Register

  • After You Register

General

Before You Register

After You Register

  • How can I manage my domain name ? Is it free to manage the domain name ?

    After registering your domain name, browse to it and save your new information by clicking the "Edit" link next to the domain you want to change. Managing your domain is completely free, you only pay gas fees. If you purchased a domain name from the secondary market, don't forget to change the resolve address.

  • How can I sell my .club name ?

    To do this, you should use a secondary market such as Opensea , Looksrare , X2Y2.

  • I bought a new .club name, what should I do ?

    If you have a new registration, your resolve address is automatically saved as the registering wallet. If you purchased a domain name from the secondary market, don't forget to change the resolve address.

Referral Program

Just share and earn instantly

You can earn Ethereum by joining our referral program. You currently earn 0.002 Ethereum from each register.

Developers

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

const clubNS = new clubNS(web3)
// You are now ready for .club

clubNS.primaryAddress("0x1c388Add4b4c9301EBcD17A0B50c00A0c5f453f9")
.then(function(result){
    console.log(result)
    // Returns the primary address registered to this address.
})

clubNS.resolveAddress("bmw.club").then(function(result){
    console.log(result)
    // Returns the resolved ethereum address of the .club name.
})

clubNS.register("new_domain.club",YOUR_ETH_ADDRESS,
YOUR_REFERRAL_ADDRESS,web3.utils.toWei('0.008', 'club'))
.then(function(result){
if (result['status']) {
    // Registration Successful
} else {
    // Registration Failed
}
});

Integration with .club is easy

Integrating .club 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.