← Back to Home

NoSecond.Best Protocol Specification v0.1

DRAFT — 2026-02-17

Author: SatoshiSan


1. Overview

NoSecond.Best (NSB) is a decentralized naming protocol anchored on the Bitcoin timechain, providing human-readable payment addresses that work today via DNS and evolve toward full decentralization.

Vision

Phase Format Resolution Trust Model
1 — Gateway ₿alice@nosecond.best DNS (BIP-353) + HTTPS gateway Centralized (our server)
2 — Federated ₿alice@anydomain.com Any domain runs a resolver Federated (domain operators)
3 — Sovereign ₿alice (no domain) On-chain + Nostr relays Trustless (Bitcoin + cryptography)

2. Prior Art & Positioning

BIP-353 (DNS Payment Instructions)

What BIP-353 doesn't do:

NSB's value add:

NSB builds on BIP-353 for Phase 1 compatibility, then extends beyond it by anchoring name ownership on-chain and enabling decentralized resolution.

3. Architecture

3.1 Name Format

₿<name>@<domain>       # Phase 1 & 2 (BIP-353 compatible)
₿<name>                 # Phase 3 (domain-free, on-chain only)

Name rules:

3.2 Ownership Model

Every name is bound to a secp256k1 keypair (compatible with both Bitcoin and Nostr).

7. Reserved Names & Pricing

Phase 1 Pricing (nosecond.best)

Category Examples Price
Ultra-premium (1-3 chars) ₿btc, ₿pay, ₿sat Auction / offers
Premium (common words) ₿alice, ₿wallet, ₿shop 100,000+ sats
Standard (4+ chars) ₿satoshisan, ₿mystore 10,000 sats
Long (10+ chars) ₿mylongusername 1,000 sats

Reserved names (controlled by NSB)

Top 1000 common first names, top 500 common words, brand names (released on verified request), Bitcoin-related terms (btc, bitcoin, satoshi, lightning, etc.)

Renewal

8. Revenue Model

Stream Description
Name registration fees Primary revenue — Lightning payments for registration
Premium name sales Auction/fixed price for desirable names
Renewal fees Recurring revenue from yearly renewals
Domain hosting (Phase 2) SaaS for third-party domains
API access Free tier + paid for high-volume commercial use

12. Roadmap

Phase 1 — MVP (nosecond.best gateway)

Phase 2 — Federation

Phase 3 — Sovereignty

Note: This is a living document. Version 0.1 — expect significant changes as the protocol is refined. For the full specification including sections on BIP-353 fundamentals, registration flow, verification chain, security considerations, and technical stack, visit the GitHub repository.