Sovereign names on Bitcoin

Own your name like you own your bitcoin.

Open Name Tags is a neutral naming protocol anchored to Bitcoin. No registrar, no token, no rent, no gatekeeper — you hold the keys, and Bitcoin settles who owns what. The consensus core is small and auditable (launch parameters are still being finalized), and anyone can run the infrastructure. You use it from the app; this site just explains it and lets you verify it yourself.

You hold the keys No gatekeeper Verify, don't trust

See it live

Check a name

Look up any name on the live chain — whether it's claimable or already owned, and who owns it.

How It Works

Follow one name from a Bitcoin-secured claim to the destinations apps can use.

01

Bitcoin

Claim It

Claim alice for a small fixed fee, then a public notice window opens. If no one contests it, it's simply yours; if someone else claims it too, the name goes to whoever locks the largest returnable bond. Either way Bitcoin records that an owner key controls it.

namealice

claimuncontested

owner8f3c...12ab

cost₿1,000 (~$1)

02

Resolver

Publish Off-Chain

The owner signs the current destinations for alice. Resolvers store that signed record.

btcbc1qxy...0wlh

lightninglno1q...9sa

emailalice@example.com

websitealice.example

03

Client

Resolve And Verify

Clients check Bitcoin ownership, verify the owner signature, and use the destination type they understand.

alice

resolves to

website -> alice.example

Neutral by design

A name is a sovereign possession, not a subscription. Three properties make that true — and keep it true.

Self-custody

You hold the keys

Your owner key controls the name and signs every change. It is generated on your device and never leaves it. No one — not us, not an operator, not Apple — can move, rename, or seize your name. Only your key can.

No gatekeeper

No registrar, token, or rent

There is no company that grants names and no token you must hold. A name opens at a flat ₿1,000 (~$1) claim; Bitcoin records who owns it. opennametags.org is just one optional window onto that — it can't approve, censor, or charge you.

Frozen + auditable

Rules you can pin down

The protocol is a small, fixed consensus artifact — not a SaaS that changes under you. The rules are auditable, anyone can run a resolver or publisher, and you can verify every claim against Bitcoin yourself. You never have to trust us.

Use it from the app

Day-to-day, ONT lives in the app: claim a name, set what it points to, set a recovery wallet, and bid — all signed on your device.

Self-custodial by default

Owner + funding keys are generated and stored on-device (iOS Keychain), revealed only for your own backup. Every record is BIP340-signed and checked locally, and the app re-derives state from the data instead of trusting a server's word. (Full light-client inclusion-proof checking against Bitcoin's headers is being wired up — producers don't emit those proofs yet.)

On signet for testing

The app currently runs against a private signet so anyone can exercise the full lifecycle with no real funds. A TestFlight build for the signet test group is next; mainnet is a later, deliberate step.

Verify it yourself, don't trust us

Sovereignty means you can check everything without permission. Nothing here asks you to take our word for it.

Check a name against Bitcoin

A resolver returns an inclusion proof for a name; you verify it against the anchored accumulator root, and check the owner's signature on the current record. The browser tools do this locally — no install, no account, no trust in this site.

Run your own

The resolver, publisher, and esplora shim are open and reproducible. Run your own and point the app or tools at it; the protocol doesn't depend on opennametags.org.