ΛΛnemosyne  /  Documentation  /  StoicTags

StoicTags

Human-readable on-chain name registry for Ouronet Accounts. Optional, cost-gated, codex-agnostic. §bytales resolves to a specific Ouronet Account on the StoaChain.

What a StoicTag is

A StoicTag is a globally-unique human-readable name registered on the StoaChain's ouronet-ns.CODEX Pact module. Each StoicTag points to exactly one Ouronet Account — strict bijection: one StoicTag per Ouronet Account, one Ouronet Account per StoicTag.

The display convention prefixes every StoicTag with the section sign § — e.g. §bytales, §μιχαήλ, §ŻЪłΘψ. The prefix is a display convention only; the registered name itself is the bare string after the §.

How it works

  1. Pick a name (3–256 glyphs from the Dalos Character Set).
  2. Pick which of your Ouronet Accounts the StoicTag should point to. Must be activated on chain.
  3. Sign the registration transaction with the Ouronet Account's keys.
  4. Pay the registration fee in STOA (spam-gate, no operator gatekeeping).
  5. The chain records the StoicTag → Ouronet Account binding.

Once registered, anyone can resolve §yourname via a free chain read — they get back the Ouronet Account address you bound it to. Pay them by typing §yourname instead of Ѻ.xxxxxxx. Share §yourname as your identity in any context where typing a 160-glyph account address would be impractical.

Properties

Character set and length

StoicTags accept any glyph from the Dalos Character Set — the same 256-glyph alphabet that powers Codex Identity seed words (see The Dalos Character Set). This means StoicTags can be as expressive or as conventional as you want:

Conventional, lowercase Latin
§bytales
Mixed scripts
§мiha1
Greek
§μιχαήλ
Long, descriptive, unique
§ΣyzantiumImperialPalaceArchivesAnnoDomini867
Maximally obscure (uniqueness over memorability)
§ŻЪłΘ̃ψøŔд₿αжWòŠ

Length: 3 glyphs minimum, 256 glyphs maximum. The 3-glyph floor reserves the absolute-shortest namespace for things like protocol-reserved names. The 256-glyph ceiling matches the Codex Identity per-word maximum and gives users a wide creative space without making the on-chain row gigantic.

StoicTags are case-sensitive at the glyph level. §bytales and §Bytales are distinct registrable names.

Typing the § glyph

The § glyph (the section sign, Unicode U+00A7) is on every modern operating system, but the input method varies:

  • Windows: hold Alt and type 0167 on the numpad, then release Alt.
  • macOS: + 6 (Option + 6).
  • Linux (X11/Wayland): Compose + s + o, or Ctrl + Shift + u then type 00a7 and press Enter.
  • iOS / Android: open the symbol keyboard; long-press the symbol panel until § appears.
  • European keyboard layouts: Italian, Nordic, and several others have § as a direct key (often Shift + a number row key).

Most users will rarely type StoicTags by hand — Codex Consumers offer click-to-pick selectors. The above is for when you do need to type one.

Why "StoicTag"?

StoicTags are the StoaChain ecosystem's human-readable name registry. The terminology and the prefix glyph (§) tie to the philosophical roots of the project — "stoic" carries connotations of permanence, discipline, restraint, properties that fit an immutable on-chain identity claim. The Greek Stoa (Στοά) gives the chain its name; StoicTags name the identities that move on that chain.

Pact module reference

StoicTags live in the ouronet-ns.CODEX Pact module on the StoaChain, in two tables:

The module exposes four operations:

Related