Bellsight Docs
  • Welcome
  • Bellsight
    • Blockchain explorer
    • Wallet tools
      • TX Splitter
      • Send $BEL
      • Inscribe Names
      • Inscribe Namespaces
    • Bellsight SNS API
      • About
      • Mint names
      • Namespaces
      • How to use the API
  • Links
    • X.com
    • Github
  • Buy me a coffee
Powered by GitBook
On this page
  • Create a namespace
  • Namespace operation
  • ⚠️ Registration limitations
  1. Bellsight
  2. Bellsight SNS API

Namespaces

PreviousMint namesNextHow to use the API

Last updated 9 months ago

Create a namespace

Here are few reasons to inscribe a namespace operation for your community:

  • Help indexers and marketplaces "find" your namespace.

  • Include a description so inscribers know the purpose of the namespace.

  • Include a nice avatar or logo for marketplaces.

A few other important details about namespaces:

  • Like names, namespaces (specifically the ns value) are globally unique, and the first inscription of any namespace is the only valid instance. First is first.

  • The namespace inscription does not add, or remove, or limit anything related to how others inscribe names.

  • You can inscribe any SNS name, on any namespace, before the namespace inscription has been created.

  • No special permissions are given to the namespace inscription holder.

  • Namespace inscriptions have no speculative or secondary market value.

Namespace operation

Copy

{
    "p": "sns",
    "op": "ns",
    "ns": "bel",
    "about": "Names on Bellscoin. First is first.",
    "avatar": "6373fce7c218e344d78e6c1802651ee1557eb6ebd2292b2ba24d449792227869i0",
}
Key
Required?
Description

p

Yes

Helps indexers identify the SNS protocol

op

Yes

New namespace operation

ns

Yes

Defines the namespace, for example sats defines the .sats namespace. Do not include the period .

about

No

A short description. Aim for under 50 characters.

avatar

No

A logo or image symbolizing the namespace. Use Inscription ID.

Do not include the period, or dot, in the operation.

You're welcome to put any UTF-8 character in your namespace but we recommend keeping things simple. Emoji, rare unicode characters, etc. are probably a bad idea and may have poor support by indexers or marketplaces.

⚠️ Registration limitations

These rules apply to all namespaces and names:

  • Only the first instance of each name/namespace is valid.

  • Only one name operation per ordinal inscription.

  • Any UTF-8 character is valid.

  • Capitalization does not matter. All names/namespaces will be indexed as lowercase.

  • No spaces are permitted within a name.