Polygon Name Service

Next generation of Polygon zkEVM Domains

.pol
If you own a .pol domain, you can claim FREE $BLNS AIRDROP 🪂 JOIN

Recent Registrations

Names

Owners

Integrations

91

How it works!

account_balance_wallet

1. Connect your wallet

Metamask wallet to connect to the app.

data_saver_on

2. Register your .pol address

Choose your .pol address and register.

savings

3. Use or Sale

Earn ETH for all your NFTs that you sell on zonic.app

PNS Token

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

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

Airdrop Calendar

Register your .pol address and be eligible for future airdrops.

Getting started

About Polygon Name Service

Polygon Name Service is a decentralized naming service developed on Polygon zkEVM. Polygon 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 Polygon Name Service.

Polygon 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

  • 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 .pol name ?

    To do this, you should use a secondary market such as zonic.app

  • I bought a new .pol 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.

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 polygonNS = new polygonNS(web3)
// You are now ready for .pol

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

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

polygonNS.getData("jack.pol","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.
})

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

Integration with .pol is easy

Integrating .pol 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@polygon.name.

Share this!