Lifetime names on Ergo

One payment.

~

forever.

live on Ergo mainnet/renewals 0 ERG

Public beta · 8+ character names for now · short names drop at launch

What a name does

A nickname for your wallet — readable, shareable, yours.

Your wallet is a 51-character address like 9h2quS8e…ZDKs4. A name maps to it — so people use ~alice instead, and wallets translate between the two automatically, in both directions.

01

Look it up

A name resolves to the wallet address behind it.

~alice
resolves to
9h2quS8e…ZDKs4
02

Get paid

Share your name — funds arrive at your wallet, with no address to copy or mistype.

send to ~alice
arrives at
your wallet
03

Know who's who

Any address can be reversed to its name, so you see who you're dealing with.

9h2quS8e…ZDKs4
is
~alice

Measured on mainnet, not marketed

names registered
in the last 7 days
cheapest name, from
0 ERG
renewal fees, ever

Built so you can't get hurt.

Not promises — properties of the contracts. They hold by construction, not by policy.

01

Refundable at every step

If a registration can't finish, you reclaim your funds with your signature alone. Worst case: you got your money back.

02

You keep custody

Your name is an NFT in your wallet. We never hold your keys, your funds, or your name.

03

Nobody can snipe your name

Registration commits to your name in secret before revealing it, so front-runners see nothing worth stealing.

04

Nothing hidden

Contracts, bot, indexer, SDK — every line is public. Read it before you trust it.

The name is the artwork.

Card, tilde, and frame are chosen at mint and stored inside the token — no servers, no links that rot. No two cards alike.

~alice
~kushti
~mint_dao
~satoshi
~violetta

on-chain foreverone owner at a time2.5% royalty travels with it

Don't trust it — query it.

Every claim on this page is checkable. Beta software: read the code before relying on it.

Building on Ergo

Two calls. Reads the chain. No server.

// npm install ergonames
ergonames.resolveAddress("~alice") → 9h2quS8e…
ergonames.primaryName(addr) → "alice"

Questions, answered straight.

~Do I need to renew my name?+

No. Never. One payment, lifetime ownership — there is no rent and no expiry. (ENS charges you yearly; here the word “renewal” doesn't exist.)

~What do I need to register?+

A Nautilus wallet with a little ERG. That's it — search, sign two transactions, and the automated registrar does the rest on-chain.

~What if something fails mid-registration?+

Every step is refundable by you alone, enforced by the contracts. A failed mint means recovered funds, not lost ones.

~What does it cost?+

Stable USD pricing by length, paid in ERG at the live oracle rate — long names cost cents, short names are premium. The exact live price shows before you sign anything.

Write your name.

~