Names on the chain.

Sirius.X is the entry point for BCNR — Bitcoin Cash Name Registry. Register a top-level domain, register a name under one, look up records, verify anything against the chain.

One search checks the label across every TLD in the registry. Available names appear first.
Or browse what you can do → Read the docs

Try it

Three things you can do right now. The registrar and TLD-registry UIs live at silentmode.st today; Sirius.X is the canonical home and will consolidate them here.

Register a name

Pick a label, search across every TLD in the registry at once, mint the name certificate straight into your own wallet. No yearly renewal.

≈ 10,000 sat service fee · 1,300 sat chain dust · < 1 ¢

Chipnet placeholder. 90 % of the service fee flows to the TLD owner, 10 % to the platform.

Register a TLD

A TLD is itself a certificate on the chain. Anyone can mint one — you become the registry operator for every second-level name under it, and earn 90 % of the fee on every name registered under it. One BCH transaction, no renewal.

≈ 1,250,000 sat service fee (≈ $5) · 1,300 sat chain dust

Chipnet placeholder rate — mainnet will price by label length via an on-chain oracle.

Look up & verify

Resolve any BCNR name, compare records across mirrors, and check the TLD registry snapshot against the chain. Everything is publicly verifiable.

🔑 Sign in — your names portal

Import your seed phrase or connect a wallet (Cashonize / Paytaca via WizardConnect) to see every name you own, review records, and update them. Your keys never leave your browser.

🧭 Theseus Navigator

The browser that speaks BCNR natively. Open hello.bch in the address bar — it just resolves. TLS verified against on-chain fingerprints, no OS trust-store install.

Documentation

The full docs — TLD registry model, record types, resolver & gateway paths, mainnet pricing, verification, and the operator runbook pointer — live on their own page so they can grow without cluttering the landing.

Propose a new TLD

The per-TLD registry means minting a TLD is a real, paid action — not a namespace land-grab. During the alpha, all TLD mints are operator-signed. To propose a TLD, get in touch via the channels below. The design (mainnet) adds an on-chain covenant with countersignature + tiered USD price floors: 1-char $100k, 2-char $50k, 3-char $15k, 4-char $5k, 5–8-char $1k, 9+-char $250; one-time payment (not annual). See the design doc for the full model.

ICANN-adjacent TLDs are not open for public mint. A TLD registry is only useful if it does not immediately collapse into an ICANN-shadow — the mainnet covenant enforces this; on chipnet the operator's countersignature is the gate.

The pantheon

Sirius.x is one of seven sibling .x names — the Silent Mode pantheon. Each project is its own on-chain certificate; each site is reachable through any BCNR resolver, plus the silentmode.st gateway for browsers without one.

⛓️ Silentmode.X

The project umbrella. Redirects to silentmode.st where every pillar has its own landing page + download hub.

⭐ Sirius.X you're here

Names on Bitcoin Cash — register, resolve, verify, manage. This site.

🧭 Theseus.X

The browser that speaks BCNR natively — Chromium build with the resolver baked in, no OS-level daemon or root-store install.

🔥 Hephaestus.X

The forge. Forgejo instance for the ecosystem's git repos, backed by BCH wallet auth. Sirius's own source lives here.

🔮 Prometheus.X

Fire from the chain. The project's foresight / experimentation layer. Redirects to silentmode.st/prometheus/ today.

☀️ Helios.X

The public gaze. Analytics, dashboards, transparency reports. Redirects to silentmode.st/helios/ today.

✉️ Hermes.X

Messenger. Nostr-based messaging bound to a BCNR name via the np + nr records. Redirects to silentmode.st/hermes/.

What's coming

Sirius.X consolidates docs and registration today; three larger pieces are on the roadmap.

Wallet & name portal next

Sign in with your Bitcoin Cash wallet, see every name you own, edit records inline, mint or renew from one place. Same self-custody as today — the portal never handles your keys.

Sirius Studio planned

An in-browser site editor for names you already own — the WordPress / Tilda / Wix pattern, but the whole site persists to Sia and the name's s3 record updates on save. Sites live where the name says they live.

Decentralized git remote MVP live

The Silent Mode repo is served as a bare git tree over dumb-HTTP from the VPS. Clone it with any git client, no login. Forgejo + Sia sync for a proper decentralized backend is the next track.

git clone https://silentmode.st/sirius-x/repo/silent-mode.git

One-shot snapshot as a downloadable git bundle (works when dumb-HTTP is blocked):

curl -O https://silentmode.st/sirius-x/repo/silent-mode.bundle
git clone silent-mode.bundle silent-mode

Verify this page against the chain

You do not have to trust that sirius.x is served by anyone specific. The name's certificate is on the Bitcoin Cash chain; the records point to Sia; every path is independently checkable.

1. Confirm the certificate exists on chain

node --input-type=module -e "
import { loadWallet } from './Argus/src/lib/wallet.js';
import { resolveName } from './Argus/src/lib/bns.js';
const w = await loadWallet('main');
console.log(await resolveName(w.provider, 'sirius.x'));
process.exit(0);"

2. Fetch the TLD-registry snapshot from Nostr

The operator-signed snapshot of the TLD list is published as a Nostr replaceable event. Any relay carries it; the event's content field carries the current snapshot root.

Kind / d-tag
30078 / bns-tld-list
Pubkey (x-only, hex)
f2c925194c531c7c398017e35b2396df64a61a613aa5fadebdf1f4990f2267f4
Relays
wss://nos.lol · wss://relay.damus.io

3. Reach this site via more than one route

The same content should be served from at least two independent paths. If one mirror is unavailable, the others still work. If two mirrors disagree, the on-chain record is the tiebreaker.