Token activity intelligence and identity-first management (v2.0.0-beta.2)
Activity intelligence lands across the dapp: identity status now lives on each participant record, token activity feeds combine subgraph data with breakdown charts, and profile pages show the authoritative Hasura/BetterAuth values. API scaffolding for these views ships in the same build.
Release overview
Participant management now revolves around the identity record. Registration state, verification progress, and account metadata live in one place with clear status chips, speeding up onboarding reviews.
Asset monitoring adds depth through subgraph-powered activity tracking. Users get a chronological feed, interactive value breakdown charts, and hoverable insights for any token, making it easier to explain movements to auditors or clients. Support teams also gained visibility into the Hasura/BetterAuth data rendered on the user profile page.
User facing features
- Identity-first user management — onboarding status now belongs to the identity registry entry, clarifying who can move assets (settlemint/asset-tokenization-kit#3819).
- Token activity tracking — subgraph events feed a live timeline for each asset (#3823).
- Interactive value breakdown charts — visualize inflows/outflows and token composition via new charts (#3826).
- Profile view of Hasura/BetterAuth data — support can compare source-of- truth values without digging into the database (#3824).
Quality, reliability, and operations
- Release pipeline now pushes the Code Studio image in the tag workflow, ensuring hosted environments receive the latest UI bundle (#3836).
Upgrade checklist
bun installto pull the updated charting and identity dependencies.bun run --cwd kit/dapp buildso the new activity routes and charts compile before containerization.- After deployment, open any asset → Activity tab and confirm the timeline + breakdown charts render with recent transactions.