Balances — Tokenization
Access prerequisites
- Permission (module):
manageCorporateAccount - License/Feature: None.
- Menu container: GENERAL → Dashboard group → Balances (tab Tokenization)
What it is / when to use
Tab of the Balances panel dedicated to tokens issued by the platform (tokenization tokens, distinct from market crypto assets). Shows how many users hold each token, the total in units, the fiat equivalent, and the monthly movement — the asset view of "how much of the house is represented in issued tokens".
Filters and columns
Read-only screen — no editable fields.
| Indicator / Chart | What it shows | Data source |
|---|---|---|
| Number of holders | No. of users holding the token | numberUsersInPossession (summed per token) |
| Total in tokens | Sum of issued units in possession | totalInCrypto per token |
| Total in fiat | Fiat equivalent (units × USD rate) | totalInCrypto × quotations.amountUsd |
| Monthly movement | Amount moved per month, per token | monthlyMovement × rate; series in allTokensMovementsByMonth |
| Holders by token | Distribution of holders across tokens | aggregation by asset |
Business rules / considerations
Attention
- Total in fiat uses USD rate. If no rate is registered for the token, the multiplier falls to 1 and the "total in fiat" equals the total in units — which distorts the consolidated figure. Always cross-check with the current rates.
- Balance is never zero by default: absence of a value = loading state or service error, not a real zero balance.
- Financial values: all rate multiplications and sums are performed using
BigNumber, with no intermediate rounding. Check the decimal places per token.