FAQ
Who runs the Gwei Name Service?
Nobody, and that is a feature. The contract is immutable and ownerless: no admin functions, no upgrade path, no treasury. This website (GNS Domains) is a community interface to it; if this site disappeared tomorrow, your names and every feature of the protocol would keep working through any other interface, or Etherscan directly.
Why does registration need two transactions?
To protect you from front-running. See Registration. The short version: your first transaction hides the name, the second one claims it, and the mandatory 60-second gap makes sniping impossible.
What if I close the page between the two transactions?
Nothing is lost. Your in-progress registration (including the secret it needs) is stored in your browser and shown on the Register page until you finish or discard it. You can also export it as a JSON backup. Only clearing your browser’s site data can destroy the secret, so do not do that with a registration in flight.
How much does everything cost?
Most names cost 0.0005 ETH per year (5+ characters; see Pricing for short names). On top of that you pay ordinary Ethereum gas: two transactions for registration, one for each record you set. Storing an onchain avatar costs more gas than other records because it writes the image itself. The site shows the estimate before you confirm.
I registered a name. Why does OpenSea show a plain white image?
The NFT’s marketplace image is generated inside the contract and cannot be changed. It is a simple white card with your name. Your avatar record is where your real image lives: this site and compatible apps display it. See Records.
Can someone with a similar-looking name impersonate me?
Unicode allows visually confusable names (аlice with a Cyrillic а vs alice). The
contract only enforces byte-level validity; interfaces are responsible for warnings. This
site applies strict Unicode normalization to non-ASCII names and flags them visibly. When in doubt,
check the name’s tokenId or the address it resolves to.
What happens to my records if my name expires?
During the 90-day grace period the name stops resolving but your data is intact: renew and everything comes back. Renewals are permissionless, so a friend can renew for you if you are away, and it always extends the registration for the current owner. If the name passes through grace unrenewed and is registered by someone else, all your records are wiped and the new owner starts clean.
Can I change or remove my primary name?
Yes, at any time, from the manage page of any name you own, or clear it entirely. The contract also stops honoring it automatically if the name expires or stops resolving to your address.
Is there a token?
The protocol runs entirely on ETH. Every fee is burned, removed from supply the same way EIP-1559 burns gas, so each registration makes ETH itself a little scarcer. Be careful with anyone selling something in the protocol’s name: the contract is the only source of truth.