Skip to content

Gamification 0.9.94 / Publishing

Social Terminal commands

Inspect native Cointacted Rewards data from Social Terminal.

When Cointacted Social Terminal and Cointacted – Gamification are both active, Gamification contributes these server-backed commands:

  • point-types lists every active site point type with its slug, precision,
  • and symbol. It is public because active point-type definitions are public.

  • rewards shows the signed-in member's Rewards summary.
  • points [TYPE] shows all balances or one Cointacted point type.
  • reward-history [TYPE] [LIMIT] shows up to 20 recent immutable ledger items.
  • achievements shows earned achievements and current progress.
  • ranks shows current ranks.
  • quests shows quest state.
  • streaks shows current and longest streaks.
  • leaderboard lists visible boards; leaderboard BOARD [PERIOD] shows entries.
  • reward-privacy shows the member's leaderboard and public-profile choices.

Member balances, history, achievements, ranks, quests, streaks, and privacy are private commands and require sign-in. Leaderboards follow their configured public/member visibility and member opt-out policy.

All command handlers read Cointacted – Gamification's canonical domain services and immutable ledger. External gamification plugins do not receive their own commands and are never command backends. Their optional adapters only import, synchronize, or reconcile records into Cointacted – Gamification.

Administrative awards, deductions, transfers, reversals, achievement grants, and rank assignments are intentionally not instant terminal commands. Use the permission-checked Gamification administration or REST workflows, which retain the required reason, actor, idempotency, and audit provenance.

Was this documentation helpful?Your response helps us improve this page.