Skip to content

Users

The Users module is the central hub for managing client accounts on the platform: viewing and filtering users, reviewing KYC documents, managing operator permissions and roles, querying transaction and staking history, and configuring per-user operational limits.

What you can do here

  • List and search users — filter by status, CPF/CNPJ, email, registration date, and other criteria; view account health indicators.
  • Review KYC documents — check selfies, identity documents, and submitted proof documents; approve or reject account opening.
  • View general user details — balance, tokens and NFTs held, active staking positions, token deposits, and registration data.
  • Access digital account details — information about the linked bank account (digital banking integrated via BaaS).
  • View additional details — extended profile data, address, legal representative (for legal entities), and extra metadata.
  • View complete history — transactions, digital account history, and staking history for a user.
  • Manage roles and functions — assign roles that define what each team member can access in the BackOffice.
  • Configure access modules — enable or disable dynamic DB modules for a role, controlling which pages and actions are visible.
  • Manage limits — set operational limits per user (deposit, withdrawal, transfer).
  • Configure user permissions — fine-tune individual permissions that differ from the role's default.

Prerequisites

RequirementDetail
User view permissionSee user listing and basic details
User management permissionEdit data, approve KYC, manage limits
Role management permissionCreate and edit operator roles
Target user with status === 'APPROVED'Required for financial operations on behalf of the user (staking, deposits, etc.)

The permission is dual: CPM enum on the backend and a dynamic module in the DB. Both must be registered for the operator's role.

Subsections

PageWhat it covers
User ListMain listing with filters, search, and access to each user's details
General User DetailsBalance, tokens, NFTs, registration data, and main actions
Add Staking (user)Link a staking position directly to a user
Token Deposits (user)Token deposit history for a specific user
Digital Account DetailsDigital bank account data (BaaS) for the user
Additional DetailsExtended profile, address, and complementary metadata
Documents (KYC)Review of identity documents and selfies submitted by the user
User HistoryHistory overview (transactions, digital account, staking)
History — TransactionsFull transaction statement for the user
History — Digital AccountDigital bank account movements
History — StakingHistory of staking applications and redemptions
Roles (Functions)Creation and editing of BackOffice operator roles
ModulesEnabling/disabling dynamic modules per role
Manage LimitsSetting operational limits per user
User PermissionsFine-grained individual permission adjustments

Next steps