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
  • Registering names
  • ⚠️ Registration limitations
  1. Bellsight
  2. Bellsight SNS API

Mint names

PreviousAboutNextNamespaces

Last updated 9 months ago

New names can be minted (inscribed for the first time) as ordinals with only a Bellscoin transaction. This process is open to anyone that can inscribe.

The Bellsight indexer always takes the holder wallet as the recipient address, which also means that the indexer updates the recipient address when the named inscription is transferred.

Feel free to use the to properly inscribe your names or services like .

Registering names

Bellsight will only support the JSON5 standard for SNS with some simplifications. This is only to simplify and improve the readability of the system (It may well be that this will change in the future). Therefore, simple name registrations in text format are not registered and names should be inscribed as follows:

{ 
  "p": "sns",
  "op": "reg",
  "name": "tomnook.bells",
  "avatar": "7f9c06b712c5b60c0b66868c69568b2d198533553c347cd732fc3c87e62efe86i0"
}
Key
Required?
Expected
Description

p

Yes

sns

Helps indexers identify the SNS protocol

op

Yes

reg

Tells indexers this is a new name

name

Yes

SNS name

Name: Your desired name. Including .sats, or another namespace, is required.

avatar

No

Inscription ID

Avatar or profile pic. Specify with inscription ID.

⚠️ 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.

  • Only one period permitted within a name.

BELLSIGHT WALLET TOOL
BELLSCRIBE