Skip to main content
Use ownership-pseudonym when you need a portable username or handle tied to a wallet.

Best For

  • product handles
  • portable public names
  • pseudonymous creator identity

Flow Type

Instant. The user signs once and the pseudonym binding is created.

Required Fields

FieldRequiredNotes
pseudonymIdYesHandle string
namespaceNoDefaults to neus
displayNameNoHuman-readable label

Example

{
  "pseudonymId": "alice123",
  "displayName": "Alice"
}