Sats Names
  • Sats Names
    • About
    • SNS Spec
      • Namespaces
      • Mint names
      • Index names
    • Indexing reference
    • Relay examples
    • Draft: SNS Core
    • Indexers
  • Misc
    • FAQs
    • Terms of use
  • Links
    • Twitter
    • Discord
Powered by GitBook
On this page
  • Overview
  • Solution: SNS Core
  • Core Character Set
  • Core Name Length
  • Indexing SNS Core
  • Only Index SNS Core
  • Flag SNS Core
  1. Sats Names

Draft: SNS Core

Overview

Writing names to Bitcoin is permissionless, meaning no service can enforce character validation at the point of inscription. Other naming systems have struggled with complexity and disputes over valid characters. These realities, combined with the fact that SNS began as an experiment, led the early community to opt for a highly permissive character set. It has been fun but also a mess!

Solution: SNS Core

SNS Core defines a stricter subset of valid characters and a limit on length which will improve SNS robustness for applications like wallet resolution.

Core Character Set

  • Letters (a-z)

  • Numbers (0-9)

  • Hyphen (-)

  • Underscore (_)

Upper or lowercase characters are both valid, but will indexed as lowercase.

Core Name Length

  • Name: Must be ≤ 63 characters

  • Namespace: Must be ≤ 63 characters

  • Combined: name, plus name space plus . can be up to 127 characters

These constraints mirror DNS standards and prevent indexing edge cases.

Note: There is no specification for subdomains in SNS yet.

Indexing SNS Core

Only Index SNS Core

  • Add additional validation for Core characters and length restrictions

  • Recommended for wallets and DNS-like applications

Flag SNS Core

  • Add additional validation for Core characters and length restrictions and add a boolean flag to each name that passes.

  • Recommended for marketplaces

PreviousRelay examplesNextIndexers

Last updated 3 months ago

SNS core does not make any breaking changes to indexers or invalidate any previously inscribed names. All rules in the remain unchanged. SNS Core defines a subset of the existing names.

Follow the

Follow the

SNS spec
index spec
index spec