FAQ

Who runs Ethernames?

Nobody, and that is a feature. The contract is immutable and ownerless: no admin functions, no upgrade path, no fee switch. This website (Ethernames) 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. 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. The site shows the estimate before you confirm.

What image do marketplaces show for my name?

Your name’s registry certificate. The image is drawn entirely onchain by the NameCard contract: a branded card derived deterministically from your name, shown live in grace or expired states. It cannot be changed or taken down.

If you hold an NFT from a supported collection you can use that as your picture instead, on this site and in compatible apps. The record names the token rather than copying its image, so anyone can check you really hold it, and it goes back to the card if you sell. 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.

I re-registered a name I used to own. Anything to watch out for?

Cancel any old marketplace listings you ever made for it. A re-registered name keeps the same token id, and marketplace orders live off-chain: if an old listing of yours has not expired and your marketplace approval is still in place, getting the name back can make that old listing fillable again at its old price. This is a marketplace mechanic, not a contract flaw.

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. Fees are 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.

What is the referrer share?

A registration can have a referrer: another ethername that earns a share of what the name pays. You don’t set it by hand, it comes from a referral link (like ?ref=myname) or from the frontend you register through. Opening a referral link remembers it for 30 days, so it still credits the referrer if you come back to register later; opening a newer link replaces it. It’s remembered in your browser, so clearing your site data or switching browser or device starts fresh. Whatever referrer a registration uses is locked into the commitment, so it is fixed for that registration and can’t be swapped by front-running the reveal. While the referrer’s name stays active it earns 20% of everything the name pays, at registration and on every renewal, sent to whatever address the referrer resolves to. The other 80% is burned; a registration with no referrer burns the full 100%. If a name fully expires and is registered again, that fresh registration can take a new referrer. It exists to grow the protocol without an owner. There is no treasury, no team allocation, and no privileged role in the contracts that could create one, and the referrer share is the only incentive built into them. Anyone can earn it without asking permission, so running a frontend, integrating names into a wallet or app, or simply bringing people in is worth doing on its own, and the protocol doesn’t need to depend on a single frontend.