numeric display atom in prysm

renders a single number with optional emotion color. used wherever cyb shows a quantity: karma, token balance, cyberank score, link count

interface

inputs

  • number: the value to display
  • emotion: color signal (green for growth, red for decline, neutral for static)
  • adviser: hover text explaining the number via prysm/adviser
  • format: integer, decimal, abbreviated (1.2k, 3.4M)

outputs

  • display only — no interaction

composition

counter inside prysm/object = entity metric

counter inside cyb/sigma = token balance

counter inside prysm/neuron-card = karma or rank display

counter + prysm/indicator = progress toward a goal

Local Graph